Stephen Eddy
Stephen Eddy
Hi For some reason the plugin will not display gridlines either on the minimap or worldmap, even though the settings are enabled. I've even tried recompiling the source code and...
I'd love for a way to create an API endpoint when I can report how many active connections there are per listening subscirption, eg pets/cat and pets/dog separate. I am...
I am trying to use the Audic module from a nodeJS application running with a commonJS script. I have managed to get it to load with the following code, but...
Hi I've been adding some features to this core myself in my own branch including: 1. More accurate phosphor colours 2. Simulation of CPU to Video ram contention (black lines)...
I'm not sure if this is supposed to work with Sveltekit or not, but it doesn't for me. Even a single import of the Canvas component fails for me: ```javascript...
### Using browser / .chrome in .svelte files not working I am trying to user the chrome.storage api within my .svelte files. I have tried using vite-plugin-web-extension along with the...
Hi This has been working great for me with a static content.js in the /static/ directory, but now I ned to import cheerio and other modules into my content.js, so...