Christian Lentfort
Christian Lentfort
Thanks for the PR. I'm a bit worried. Why does this test currently pass? Could you explain how you found this?
I ran into a similar problem. Here is a [minimal reproduction](https://github.com/clentfort/parcel-bug-webext-polyfills) for the error I'm seeing. My workaround so far was to start parcel with `--no-hmr` and distribute the generated...
@jaredpalmer I'm also facing this problem. Would you be open to a `validationSchemaOptions`-property on the `Formik`-component? If so Id' be willing to provide a PR.
Is there any progress/roadmap on this issue?
Sorry, I just noticed that I did not add the package that I wanted to install in the output. The above was generated by running `yarn add bsb-native` in a...
FYI: > Negations may not be nested; :not(:not(...)) is invalid. See [1](https://www.w3.org/TR/css3-selectors/#negation)
@davidtheclark I'm currently working on a selector parser that supports plugins for function calls, so it can differentiate between a call to `:not`, `:nth-child` etc. It's a bit more heavy...
As you can guess from my activity here, I no longer maintain the project. I'm happy to handover the repo and npm package name to atmina. Please let me know...
I did not. I'm also no longer working with this package.
After looking into the types I discovered that I can pass in a `bufferSize` as an option to `parse`. Setting it to `input.length + 3` for any input length seems...