Henrik Giesel

Results 36 comments of Henrik Giesel

However I noticed that it will then show the copyright + license in the tooltip for the component.

How (i.e. where) are entries from the `.haskeline` dotfile parsed inside Haskeline?

I think it's caused by an import call in javascript. Maybe you need to change something on your firewall, or security settings?

You need a packager like `rollup` or `webpack`. For example with rollup I use `@rollup/plugin-node-resolve`, and `@rollup/plugin-commonjs`, to first resolve nearley (which is a node module), and then turn it...

For anybody stumbling upon this (like I did): This is supported as the `schemaPollHeaders` key in `houdini.config.js`, like so: ```js const config = { ... apiUrl: "https://your.supabase.co/graphql/v1", schemaPollHeaders: { apiKey:...

@oscarhermoso Sure! With the support for iterators, this makes a whole lot more sense than a new keyword

Isn't this PR a subset of the functionality of https://github.com/sveltejs/svelte/pull/5870?

Just encountered this issue again. Did anybody find a solution to this, or the cause of the SIGTRAP?

Maybe because [NSSystemDefined is deprecated](https://developer.apple.com/documentation/appkit/nssystemdefined)?