djgamerr

Results 8 comments of djgamerr

```css .index__container___izEfr, .index__footer___mv3bv{ filter:invert(1); } .index__header___28Tp8{ background-color:rgb(45, 45, 48) !important; } .theme__drawer___1sAOY{ filter:invert(1); } .theme__dialog___3lw90{ background-color:#bfbfbf !important; filter:invert(1); color:white; } .theme__label___34120{ color:black !important; } ``` Here you go, add it...

In the mean time you can put this in the beginning of your script to disable it in the editor ``` if (!this) return; if (this.getAttribute("data-gjs-type")) return; ``` Since data-gjs-type...

This library is based around trial and error. Documentation is pretty much non existent, and you have to console.log your way through the functions. ChatGPT can sometimes produce good explanations,...

Now i noticed why, you added an enum to props in the meantime, you can just leave your props and parsesr

Well, for now you can discard those two files and merge utorrentclientapi, units and new exception... How to rebase?

I noticed that you had 2 methods doing the exact same things, errors could be handled as an exception, but thats true, it will break apps on update. So i...

```js sse.addEventListener("error", () => { // as the docs say, this only fires if there is an error with the event, manual closing is handled by "abort" sse.stream(); // try...

grab je sse.js from the "lib" directory import it as usual `import { SSE } from "./sse";` and use it as you would normally use it. No special integrations or...