Mark Constable
Mark Constable
> It's MIT, BSD, or WTF, take your pick. How about making a totally eclectic license statement and adding GPL, GPLv3 and AGPLv3 options as well? And the initial release...
Same here with the basic test suggested by @ynwd... ~ deno -V deno 1.31.2 ~ deno run -A --unstable --watch main.ts Watcher Process started. Listening on http://127.0.0.1:9000/ # edit main.ts...
@sstiglitz would you have any idea how this strategy could be applied to Deno Fresh?
For now, until the issue is fixed, the easiest workaround is to downgrade to v1.30.0 sudo deno upgrade --version 1.30.0
Curious, of all licenses, what would you consider to be the most relevant for midicomp?
There we go, there's one there now. I just made a fresh clone and whereas previously it took about a minute, maybe 2, this time I had to go off...
Yep, same here too. It's because express tries to include class.js which doesn't seem to exist so the express submodule update fails which means ext is not available, and it...
Great. I'll just wait till you add a working example with SQL schema and I'll clone the project and see how it works. There are a few examples around but...
I think adding an extra "lvl" field would help reduce the sql complexity but I can't find any example code that actually takes advantage of an extra lvl column. At...
FWIW I just built and tested hladik-dan/kdeconnect-sms and it has hardwired code to lookup contacts from a Google account. That is not ideal but it may have some hints as...