-
Updated
Mar 9, 2021 - JavaScript
watch
Here are 575 public repositories matching this topic...
The error message isn't HTML escaped, leading to messages like iv-org/invidious#1755.
Route:
/feed/trending?type=News®ion=US
should be
Route:
/feed/trending?type=News®ion=US
The error message is created here: https://github.com/iv-org/invidious/blob/b29e60a97aaef1d513208e177ecae8ffc671a3d9/src/invidious/helpers/errors.cr#L25-L44
See https:/
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Jul 11, 2019 - JavaScript
Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.
"cache": {
"desc": "Cache versions and update lock file",
"cmd": "deno cache server.ts --lock-write",
"lock": "./lock.json"
}
The result however when running denon cache is an endless loop instead of just executing it once, looks like this:


Checklist