watch
Here are 492 public repositories matching this topic...
Hi there,
with the first link reported at iv-org/invidious#1333 (comment), I get the following message:
Looks like you've found a bug in Invidious. Feel free to open a new issue @ https://github.com/omarroth/invidious/issues or send an email to...
Repository for issues should be updated to https://github.com/iv-org/invidious/issues.
I wonder
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Jul 11, 2019 - JavaScript
-
Updated
Jun 20, 2020 - 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:

