JOTSR

Results 15 comments of JOTSR

You want to run webiview without freezing the main script ? As I know, there is no simple way to run in background since webview handle the client event loop....

Which doc_component do you refers ? The first goal is to patch the name in example as required by jsdoc spec and then align to other tools (like jedoc code...

Cliffy actually assume that the name to the module to install is by default `${name}.ts` in the builtin upgrade command. ```ts async upgrade( { name, from, to, importMap, main =...

@c4spar what your though for [provider config](https://github.com/c4spar/deno-cliffy/pull/692#issuecomment-2041625637) defaults ?

`deno publish --dry-run` failed to resolve types imported in [@cliffy/command/type.ts](https://github.com/JOTSR/deno-cliffy/blob/587cfd103bec5a166c0e979066426f1e9c85fbb5/command/type.ts). Maybe I can use a temp patch if the bug persist and is not resolved before PR merge. (reported on...

Deno 1.41.3 was just released and fix [denoland/deno#22819](https://github.com/denoland/deno/issues/22819) so cliffy is now ready for `jsr`. I made a last commit to run `deno fmt` and harmonize source code to continue...

> There seems to be an issue with the snapshotTest method. The "deno run" command, which is called in the snapshotTest method, does not automatically load the deno config from...

I have the same problem and it seems to come from `/etc/ssh/sshd_config` on the host server. I uncomment the following line. ``` # override default of no subsystems Subsystem sftp...

I think that using MIME type as module type assertion is a safer and more future-proof option than arbitrary string type. MIME type is more web-compliant and is more like...

> I'm not sure I understand what you are suggesting here @JOTSR. This PR is just a proof-of-concept to get these types of imports working. The actual validation and decision...