Benjamin Bender
Benjamin Bender
Hey, just thought it would be nice if houdini would support [Graphql-config](https://graphql-config.com/) to get the endpoint and, possibly, to configure the path where the schema is pulled to. What do...
Here is the basic implementation. At the moment, I have two main areas which need some more work: 1. The options-interface is two complicated for my taste. Atm, it supports...
Hey, just played with felte and had to ask myself the question if there is any reason I don't see, why there is no `validator-cvapi`? Imho it could be lightweight...
Hey, just wanted to ask if support for https://github.com/storybookjs/builder-vite is planned? Would love to use the plugin in my sb-vite-svelte-setup! Thanks for your work!
`event.currentTarget` & `event.target` are read-only per spec. Setting either via property assignment may result in an error. This pr uses `defineProperty` to correctly set them. Reference: https://dom.spec.whatwg.org/#interface-event Closes #544 &...
I'm trying to use `happy-dom` together with `@testing-library/user-event` or `@testing-library/dom`. When I try to emulate a click (via `fireEvent` or `userEvent.click`, I'm seeing the following error: ````ts TypeError: Cannot set...
this pr adds the requested github-actions to run the test-suite
Hey, as I'm considering using open-props in a project, I would like to ask: - if there is a kind of targeted browser-baseline or something? I couldn't find and am...
Modernize example for Nextjs. This pull-request is a result of the discussion about issues integrating nextjs/tailwindcss at the Nextjs-repo: https://github.com/vercel/next.js/issues/13488 Adds support for/fixes: - fast refresh - native purge -...
Because I just saw https://github.com/solidjs/solid-docs-next/pull/114/files, I asked myself if `solid-start` should ship a solution for generating typings for `css-modules`. ATM, if you use `css-modules` and do smth like `import styles...