Zeb Pykosz
Zeb Pykosz
New version of carto simplifies to a single CartoLayer but it seems those types are not in here https://deck.gl/docs/api-reference/carto/carto-layer I'm using ``` "@danmarshall/deckgl-typings": "^4.9.3", "deck.gl": "^8.5.3", ```
We have an openapi spec endpoint that produces a gql query like this ``` type Query { """ Equivalent to GET /datasets """ datasets: [Dataset] } ``` part of spec...
For those of us who prefer to write our media queries in the same file as the main selector, I think it'd be helpful to add something like [gulp-combine-mq](https://www.npmjs.com/package/gulp-combine-mq) to...
Adds custom data file by default Closes https://github.com/zurb/foundation-emails/pull/493 as the documentation update isn't necessary if this is merged `develop` was out of date with master so that is part of...
This is confusing and potentially an area for conflicting configurations since it already exists in `.babelrc`
One of my gripes with file based routes is you usually cannot co-locate components that belong to a page in the same folder. Is this possible with this package? Something...
## Description Add extension to search https://faraday.ai/docs/reference ## Screencast ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [x] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [x] I ran...