гλ
гλ
When I first configured gql I found errors in the output console in vscode and had to work out what was happening. I was also getting a bunch of weird...
### What do you want and why? In application development to upload a file is a really common thing to do. (Say for a user avatar upload uploading a video...
It appears this plugin breaks when styled components is used in array mode: ```js const Comp = styled.div`${func1}${func2}`; // This gets desugared const funcs = [func1, func2] const Comp =...
Thanks for doing this the editor it looks great! If I create a diagram say for github but then I want to edit it, is there a way to load...
Having the action available at the batching function level is important for calculating batch exclusion based on action type. This is important for things like transactional batching triggered by specific...
Hey Gajus! Thank you for this module! Looks like you have really explored the bowels of webpack and have put together something very useful for setting up isomorphic apps. I...
I was looking through the js-examples and the [metamask example](https://github.com/textileio/js-examples/tree/master/metamask-identities-ed25519) was built with `slate-react-system` but it [does not exist on npm](https://www.npmjs.com/package/slate-react-system) Not sure if I need to configure anything specially...
The following should pass but it fails validation: ```js expect( p`"This string \"contains\" 'single quotes'"`( "This string \"contains\" 'single quotes'" ) ).toBe(true); ```
This should throw because there is a missing comma but it doesn't ```js p`{| name: "foo", exact: { hello:"hello" } loose: { hello: "hello", ... } |}`({ name: "foo", exact:...
Validation messages should be able to be calculated using an interpolation function. This was a little technical and not critical to launch the validation feature so spinning it off to...