Duane Johnson
Duane Johnson
# 🐛 Bug Report This is a bit difficult to track down, so let me outline a few pieces to the puzzle. First, the error I'm getting is ``` Uncaught...
# 🐛 Bug Report When I have a syntax error in a svelte file, the error message does not indicate which line to look at. For example, in the script...
In a `-shared` setup, a click event or keyboard event might be caused by any of a number of clients (users) who are concurrently sharing the desktop. We would like...
Not sure if this is the cause of my trouble, but when using `1.1.0` in a project, I can't seem to import it. I think it may be missing the...
When compiling a project that includes `postgres-migrations` with target `esnext` configured in `tsconfig.json`, I get the following error: ``` > tsc ../node_modules/.pnpm/[email protected]/node_modules/postgres-migrations/dist/types.d.ts:50:5 - error TS2416: Property 'cause' in type 'MigrationError'...
UPDATE: I just realized it's not the "RESET BUTTON" but the "RESET PIN" that needs to be double-shorted. Could that be clarified in the [How to use reset](https://github.com/NicoHood/HoodLoader2/wiki/How-to-use-reset) documentation (since...
Looking for advice here. Have others dealt with the issue of introspecting whats going on on the screen, or querying for "in range entities"? For example, how would I get...
Looking for advice on this. How would you wait for an animation sequence and then trigger something, then trigger another thing, and so on? For example, let's say the player...
The file select dialog does not allow certain sqlite3 files to be opened. For example, a common geomapping data exchange format is a ".gpkg" file, which is just an sqlite...
After PR #93 is merged, we'll have changed the "Subscribe" header from 3 variants: ``` Subscribe or Subscribe: keep-alive or Subscribe: keep-alive= ``` to a single variant: ``` Subscribe ```...