Mark Kvetny

Results 6 issues of Mark Kvetny

Hi! I would like to open the discussion around global styles. I think it's a very useful feature to be able to add global styles, similarly to styled-components [createGlobalStyle](https://styled-components.com/docs/api#createglobalstyle). One...

### Describe the bug Dynamic fields don't seem to be working properly in `@felte/solid`. For example, if I dynamically remove and add an input field, the value still exists when...

bug

Currently recipes like MDX and Preact that update `next.config.js` don't work if the existing config uses [next-compose-plugins](https://github.com/cyrilwanner/next-compose-plugins). Plugins should be inserted like this: ```js // next.config.js const withPlugins = require('next-compose-plugins');...

### Describe the bug When I initialise a form and add a validator in either `@felte/react` or `@felte/solid`, the validator is called twice. The first time the input keys are...

bug

I tried checking out paperprograms on windows10 and it seemed to work with a few tweaks except for an error related to pdfkit that is thrown once you visit ```localhost:3000```:...

## idea I would like to propose an API for papers to communicate with each other by sending events. The idea came from a usecase like in [this tweet](https://twitter.com/jesse_squires/status/990783893589508096) -...