Pat Cavit
Pat Cavit
I love using flems.io to prototype ideas, and while I can save the URL into a local document to keep track of milestones I'd love to instead be able to...
Not sure how we could ensure it got cleaned out regularly though, will need to investigate.
Need to figure out what should be on the home page, what is useful for a user?
Currently search works against the entire set of entries in-memory, which is convenient but won't scale up to a large number of entries (See also, #133). https://www.firebase.com/docs/web/guide/retrieving-data.html#section-queries describes how to...
**EDITED**: This used to talk about unique names, now after #104 has landed it's all about unique slugs.
### Description Trying to import `xstate/actors` from an ESM context in node leads to an error. Using `require("xstate/actors")` works fine but is obviously weird in ESM mode. Here's an example...
Need to add docs for the `verbose` option on the processor API page. https://m-css.com/api/#processor-options
## Expected Behavior When a new version of `@modular-css/rollup-rewriter` is cut it should reference the current version of `@modular-css/rollup` from it's `peerDependencies`. ## Current Behavior It references the previous version,...
Could be interesting to enable some sort of mode where unused `@value`s cause warnings.
Given the changes that came out of #3 where it's possible to use real JS objects, it'd be nice to add support for running `svelte.preprocess` before linting the component. I...