Hyeseong Kim
Hyeseong Kim
In theory, this plugin will start track of new queries when they are notified by the FileParser. I'll be doing some PoC soon.
@jsbrain Not your fault. it's simply the plugin doesn't support gatsby-node yet. I'm planning it for the next major version
I will stabilize the plugin implementation over the next week and release v3 that relies on the new lifecycle hook. The investigation into schema customization will probably be v4. I'm...
Well, to be honest, I've been thinking about this recently while using the plugin for my work, and there's no clear answer yet. The difficult part is that this plugin...
I've considered providing a separate binary including Gatsby's default schema, but considering that the Gatsby Theme composition can be very heavy and complex, it is not a realistic solution. It...
> no new features (well… almost none), instead focusing on performance and refactoring their codebases. Does this mean that there are no breaking changes in v6.0.0-alpha that require migration work?...
I just confirmed this works in ReScript v11 input code: ```res @tag("nodeName") type rec node = | @as("#text") Text({value: string}) | @as("h1") H1({childNodes: array}) @val external nodes: array = "nodes"...
The only problem I've noticed so far is that when I wanna reuse a tag name in the code, I have to hardcode it.
Relying on `postinstall` scripts is not a good idea. Either for read/write. `npm config set ignore-scripts true` is a recommended setting for security reasons. https://medium.com/cider-sec/npm-might-be-executing-malicious-code-in-your-ci-without-your-knowledge-e5e45bab2fed
And also `Js_list`