Sven

Results 416 comments of Sven

Any updates on this?

These are a bunch of code snippets used by some russian coder (if I remember right) for automating various tasks during his work. He was lazy and tried to automate...

it got viral on reddit and other platforms at the same time. That's probably one of the reasons

At least on Windows it should work. Although I wonder: wouldn't that mean that a terminal window pops up? Which wouldn't be the case for GUI apps with a dedicated...

If the schema failed, it should print out the errors: ``` ❯ jsonlint schemas/firebase.schema.json -V __tests__/failed.schema.json Validation Errors: Instance is not a required type uri: https://angular.io/schemas/cli-1/schema#/required schemaUri: http://json-schema.org/draft-03/hyper-schema#/properties/required attribute: type...

Not really slowing down tho. Deleting files it super fast. The program doesn't access cached files so even if you would have it on your disk, the program would just...

There is #5645, which adds shell completions and makes a module worthwhile. However, there is no consensus on how to manage the config. There is both this issue and #5585,...

There is also a bunch of userscripts that do the same: https://greasyfork.org/en/scripts/by-site/itch.io You require a userscript browser extension like Greasemonkey. Please make sure to take a look at the scripts...

> You then use your own API key (as a developer, that you stored on our server) to query whether or not that user_id owns the game (via `https://itch.io/api/1/KEY/game/GAME_ID/purchases?user_id=XXX`) So...

If I can fix it for sure. I will take a look! Thanks for linking the repo :smile: