KnorpelSenf

Results 702 comments of KnorpelSenf

I agree that this should not happen with `deno fmt`. I'm explicitly talking about the language server. VSCode has a shortcut exactly for organising imports. It can be used when...

The workaround did not work for me (Deno 1.16.3). The transpilation was skipped. I could fix it by using `/src.ts` instead of `/src.js` as the intermediate file name. New workaround:...

> Perhaps all skypack urls of this form? I think this may be it, I am having the same problem.

I am also still getting the error, but in fewer cases. I could not figure out in which cases. I am using the API to bundle all versions of my...

I could manually trigger the same error for any import by specifying the `load` option and then returning `undefined` (while implementing #32). I suspect that the error happens when the...

Related: https://github.com/denoland/deno_website2/issues/606 (That issue is even linked at https://dsr.edjopato.de.)

Why would people need to reach the repo? You mean in order to make them contribute a rewrite?

This bot isn't hosted on Heroku, so I don't see how adding this would help. If you want to deploy your own version of it there, you can fork. If...

Now superfluous to circumvent the HTTP API. It is way easier to run a custom bot API server, confer #7

Using a custom bot API server would make this solution strange. We'd have a custom server on some VPS, then a relay server on another machine, and finally a third...