Dallon Feldner
Dallon Feldner
Quelea currently supports countdown timers, and looping, auto-playing slideshows. It would be very useful to me personally to show both at the same time! The use case is that at...
**Bug report** A teammate pushed up a PR with a branch called `checkout/"professional"-styles`, as a little joke referencing the previous styles which were, let's say _whimsical_. However, the PR status...
First off, thanks so much for this library! I was previously using WebSocket4Net which apparently doesn't handle large messages correctly. This change adds a `CustomHeaders` property to `WebSocketClient` which will...
I see this happening in Vite and [CodeSandbox](https://codesandbox.io/s/priceless-zhukovsky-zms6z?file=/src/index.js), which I believe is based on Parcel. It seems to be OK in Webpack, though. I suspect the difference is whether the...
It would be very convenient if I could reference a fragment by value inline. An example: ```js const myFragment = gql` fragment MyFragment on Widget { name gizmo { id...
In my projects, I usually like to keep build tools in `devDependencies`, separate from code that's needed in the app itself (_technically_ dependencies that are only used on the client...
Here's a minimal repro: https://github.com/dallonf/sst-pothos-plugin-repro It includes a straightforward custom Pothos plugin that doesn't actually do anything visible. When running with `npm run dev`, I get this error: > ✖...