trent
trent
Implementing #9 might be a better option for this issue, as it would allow the consumer to write something like this to access the APIs. ```svelte import AgGrid from "@budibase/svelte-ag-grid";...
> Brooklyn and other parts of New York City do not include the city as part of the address. They use `sublocality_level_1` instead. Google documents that NYC is different on...
The more I'm looking at this the more I'm content with the current API. Why? Because, though the project can be used on any old JSON file, it does imply...
This is posing more of a challenge than I anticipated. It's been quite hard trying to figure out how to read and recreate the archive after cleaning. I've not even...
Might need to wait on this since custom properties are not supported in media queries. https://bholmes.dev/blog/alternative-to-css-variable-media-queries/
Humm... I'm using Vue and many of Sass Fairy packages as well, and I know that for the larger repos I'm working with, say 250+ Single-File Components (SFC), the build...
Wouldn't this simply be enough? ```ts import { builtinModules } from 'module'; export default defineConfig({ /* ... */ build: { rollupOptions: { external: [...builtinModules, /^node:/] } } } ```
hummm... this appears to only affect CLI input, which is coerced into their type from strings. So this culprit doesn't appear to be the JSON stringification. Maybe there should be...
Would adding `Required` be a valid fix here? ```ts commitsSort: createComparator(prefinalOptions.commitsSort as SortBy), ```
I'm considering replacing this feature in the next major update in favor of a flat config style.