Xananax
Xananax
win7+IE8, same problem, and this fixed it.
I think a simple call to `https://api.github.com/repos/GDQuest/product-packager/tags` works, no API key needed. For example: ```sh curl https://api.github.com/repos/GDQuest/learn-gdscript/tags | jq -c 'sort_by(.name) | .[].name' ``` seems to work. Note: in this...
That's understandable, but is there a proposed mitigation? Can a user willing to take some risks install that module, for example? Is there a replacement? It seems to me like...
Do you have the time to give me some context? What does "it caused too much issue during compilation" mean? If not it's ok, I'll figure it out
Sorry, my VPS is too small, I had to remove some apps, of which Lemmy. I won't be pursuing this issue at the moment, unfortunately. I may later if I...
I needed this now, so here's my workaround in case anyone has a need for it: I created `build.ts`: ```ts #!/usr/bin/env -S deno run --allow-read --allow-write --allow-net --allow-run --allow-env --allow-sys...
I use this: ``` # Parser type ····Selected: Glob # Configuration title ····Itch Proton # Steam category ····${itch.io}${proton} # Steam directory ····${steamdirglobal} # User accounts ···· ····[x]: Skip found accounts...