Derek Dowling
Derek Dowling
Hello, I am trying to get up to speed on implementing a TypeWriter based on the [Set](https://github.com/clipperhouse/set) example. How do you feel about adding a "{{.name}}" template variable which is...
Replace with: ``` import { stringify } from 'query-string'; ``` - better tested, better implementation
Looks like https://nomads.ncep.noaa.gov/ is the place to start for this info.
Figure out how to find the nearest buoys programmatically for a given latitude/longitude.
Add Tide API support via: https://tidesandcurrents.noaa.gov/api/.
Add test coverage over 200/404/No Connection cases via `fetch-mock`.
JSC should provide an API for handling: `/resource/:id/relationships/otherType`
See https://github.com/derekdowling/go-json-spec-handler/blob/master/parser.go#L118 for the full description.
### Describe the feature you'd like to request This is similar to the request in https://github.com/vercel/turborepo/issues/417. It would be extremely helpful to be able to run turbo-repo commands within individual...