Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

paulswartz

paulswartz created a comment on a pull request on mbta/ride_along
@dependabot rebase

View on GitHub

paulswartz pushed 1 commit to main mbta/ride_along
  • feat: cache OpenRouteService results, snap GPS to previous route This helps us work around issues where the GPS ping... f6ff969

View on GitHub

paulswartz pushed 1 commit to main mbta/ride_along
  • feat: cache OpenRouteService results, snap GPS to previous route This helps us work around issues where the GPS ping... 0c618b7

View on GitHub

paulswartz pushed 1 commit to main mbta/ride_along
  • feat: cache OpenRouteService results, snap GPS to previous route This helps us work around issues where the GPS ping... 50afd3a

View on GitHub

paulswartz pushed 2 commits to main mbta/ride_along
  • refactor: convert Decimal values to floats We don't really need the precision that comes from Decimal, and it makes ... 2e20813
  • feat: cache OpenRouteService results, snap GPS to previous route This helps us work around issues where the GPS ping... 2e08265

View on GitHub

paulswartz pushed 1 commit to main mbta/ride_along
  • feat(EtaCalculator): retrain model with data through 2024-10-20 74f93c6

View on GitHub

paulswartz pushed 24 commits to main paulswartz/ride_along
  • fix(SqlPublisher): make sure `client_trip_index` is correct - only over a single day - sort trips which don't have a... 1ef41f2
  • fix(TripLive): don't crash if the trip gets removed We saw this when a trip was shifted to a NDSP after it was enrou... 771442b
  • fix(RiderNotifier): only notify for TEXT riders c73e980
  • build(deps): bump @sentry/browser from 8.33.1 to 8.34.0 in /assets Bumps [@sentry/browser](https://github.com/getsen... 4929f9a
  • feat: also log attribution of web vitals f152509
  • fix(LinkShortener): only store the trip ID We can look up the actual trip from Adept. fcba985
  • fix(EtaCalculator): use the non-caching version of prediction I wonder if this is what's causing all the memory usage? 5bcda46
  • doc: add README note about Docker Compose 64ed1fa
  • chore: sort dependencies e6e7867
  • fix(EtaCalculator): use the correct `noon` Previously we'd be using the current date, but since this is generally th... 5e7f910
  • chore: retrain model 31e64aa
  • fix: use in-memory storage if session/localStorage is unavailable This is reproduceable by setting Safari to block a... dd8b46b
  • refactor(EtaMonitor): split up metadata parts into separate functions bc3aaa9
  • feat(EtaMonitor): log if there's an error from ORS ffc0572
  • feat(OpenRouteService): return a nicer error for route-not-found e7a4f0b
  • feat(map): zoom in further when there's only one point 1bbb64f
  • refactor(Route): rename `bearing` -> `heading` to match Vehicle 18432f0
  • fix(FakePublisher): update values so that we continue to test the "waiting" state The vehicle needs to be stopped, a... 8259079
  • feat(OpenRouteService): pass the heading of the vehicle into the query This should result in more accurate predictio... 8e3e8c1
  • feat(TripLive): stop showing feedback URL bca8a16
  • and 4 more ...

View on GitHub

paulswartz deleted a branch mbta/ride_along

dependabot/hex/esbuild-0.8.2

paulswartz closed a pull request on mbta/ride_along
build(deps): bump esbuild from 0.8.1 to 0.8.2
Bumps [esbuild](https://github.com/phoenixframework/esbuild) from 0.8.1 to 0.8.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/esbuild/blo...
paulswartz deleted a branch mbta/ride_along

dependabot/hex/tailwind-0.2.4

paulswartz pushed 1 commit to main mbta/ride_along
  • build(deps): bump tailwind from 0.2.3 to 0.2.4 Bumps [tailwind](https://github.com/phoenixframework/tailwind) from 0... 58ef9a8

View on GitHub

paulswartz closed a pull request on mbta/ride_along
build(deps): bump tailwind from 0.2.3 to 0.2.4
Bumps [tailwind](https://github.com/phoenixframework/tailwind) from 0.2.3 to 0.2.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/tailwind/...
paulswartz pushed 1 commit to main mbta/ride_along
  • chore: rename application to Ride Along (two words) 5044d66

View on GitHub

paulswartz pushed 1 commit to main mbta/ors-deploy
  • upstreaming some changes from @paulswartz fork (#11) * feat: also deploy to the local GHCR repository * fix: stop... bf5fea4

View on GitHub

paulswartz closed a pull request on mbta/ors-deploy
upstreaming some changes from @paulswartz fork
- upgrade to 8.2.0 - publish to GitHub Container Registry (in addition to ECR) - a way to patch the graph to work around bugs in OpenRouteService
paulswartz pushed 2 commits to main mbta/ride_along
  • chore: mark model as generated to skip GitHub diffs https://docs.github.com/en/repositories/working-with-files/manag... 43244cf
  • test(TripLive): use a real fixture for OpenRouteService 6e39e21

View on GitHub

paulswartz pushed 60 commits to maplibre-gl mbta/ride_along
  • feat(Training): retrain model with additional data from the previous week b62cd9d
  • fix(map): invalidate size after updating ae3517e
  • fix: make sure the map has a minimum size If there's not enough room on the screen we'll scroll instead of making th... a30e99b
  • feat(admin): switch to a vertical layout on small screens e864d87
  • feat(TripLive): always show the vehicle location, even we can't calculate the route 3e44901
  • chore: Erlang 27.1.1 aa30758
  • feat(WebhookPublisher): include status in the log 32e495e
  • feat(RiderNotifier): also share notified trip IDs with other nodes e20e9e6
  • feat(EtaMonitor): add some additional logs 290d42d
  • feat(Singleton): also log the other nodes 15d8a4b
  • fix(SqlPublisher): ignore dispatched arrival times which are unset (00:00) 0c88ded
  • fix(Trip): treat `pick_order` 0 as enqueued This is an intermediate state when the route is being changed, and we do... 6627ecd
  • refactor(Singleton): stop using `global` `global` will remove nodes from the global group in some situations (to avo... 1a6c19a
  • fix: get error info immediately Rather than waiting for `sendBeacon` to send it later on. 41d3cfa
  • fix(Trip): don't use pickup/dropoff order for picked_up/closed status Trips can happen out-of-order: the only thing ... ae07247
  • feat(admin): include the vehicle and route e889282
  • refactor(TripLive): simplify `mount_trip/3` b8be252
  • feat(EtaMonitor): cleanup trips when they become closed 858db12
  • fix(SqlPublisher): make sure we sort ClientTripIndex by promise time fbbfc07
  • feat(Trip): switch back to `enroute` 5m before the promise time 2911d1a
  • and 40 more ...

View on GitHub

paulswartz pushed 3 commits to main paulswartz/ors-deploy
  • fix: pretend we have elevation to prevent downloads Even using `elevation: false` doesn't prevent the elevation down... 734586f
  • chore: update to 8.2.0 eea533c
  • fix: set acccess=yes if motor_vehicles=yes This works around a bug in ORS (https://github.com/GIScience/openrouteser... 1629a3b

View on GitHub

paulswartz created a review comment on a pull request on mbta/ors-deploy
Not much, since we aren't catching the layers; I could split them back up if you'd prefer.

View on GitHub

paulswartz created a review on a pull request on mbta/ors-deploy

View on GitHub

paulswartz created a review comment on a pull request on mbta/ors-deploy
The issue isn't with the upstream data. It's correctly labeled as supporting `motor_vehicle` access but not other kinds. The issue is with how ORS interprets that (incorrectly letting the more gene...

View on GitHub

paulswartz created a review on a pull request on mbta/ors-deploy

View on GitHub

paulswartz created a review comment on a pull request on mbta/ors-deploy
It's not really kept, since we copy the graphs to a fresh layer [here](https://github.com/mbta/ors-deploy/pull/11/files/5b7a4ada53913489197d71b2e3ab208f09783a0b#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d...

View on GitHub

paulswartz created a review on a pull request on mbta/ors-deploy

View on GitHub

paulswartz created a review comment on a pull request on mbta/ors-deploy
good catch! I thought I was seeing an issue where there was existing data in there, but I'm not seeing it now so I'll remove it.

View on GitHub

paulswartz created a review on a pull request on mbta/ors-deploy

View on GitHub

paulswartz pushed 1 commit to main mbta/ride_along
  • feat(TripLive): don't log a warning for invalid routes We're now logging this from EtaMonitor, so we don't need the ... 30ed506

View on GitHub

paulswartz pushed 2 commits to main mbta/ride_along
  • feat(OpenRouteService): switch to using `car` for routes This seems more accurate, and avoids some issues with route... e7b9433
  • feat(EtaCalculator): retrain model using car directions 9914e36

View on GitHub

paulswartz pushed 6 commits to main mbta/ride_along
  • feat(map): zoom in further when there's only one point 1bbb64f
  • refactor(Route): rename `bearing` -> `heading` to match Vehicle 18432f0
  • fix(FakePublisher): update values so that we continue to test the "waiting" state The vehicle needs to be stopped, a... 8259079
  • feat(OpenRouteService): pass the heading of the vehicle into the query This should result in more accurate predictio... 8e3e8c1
  • feat(TripLive): stop showing feedback URL bca8a16
  • feat(OpenRouteService): parse additional errors 3c3465f

View on GitHub

paulswartz opened a pull request on mbta/ors-deploy
upstreaming some changes from @paulswartz fork
- upgrade to 8.2.0 - publish to GitHub Container Registry (in addition to ECR) - a way to patch the graph to work around bugs in OpenRouteService
Load more