Brandon Lax

Results 3 issues of Brandon Lax

Most transit agencies support [gtfs](https://gtfs.org) which is the protocol google created to handle the processing of transit information. There are two parts of the system. [Real-time data](https://developers.google.com/transit/gtfs-realtime/reference) which is transferred...

Right now Schemar's behavior for Internally tagged enums, while valid, is lossy and generates schemas that I have found cause some problems in practice. Effectively, it always generates a schema...

Right now, when using `npm run --workspaces {cmd}` or `npm run -w {package1} -w {package2} {cmd}`, npm will always run the command in every single package even if some packages...