あすぱる

Results 12 comments of あすぱる

> I believe this is fixed in 0.36.0 / git. Thank you! I tried 0.36.0. The problem of crashing involving Hyprland has been resolved, but the application is still terminating...

Error was changed by above update: ``` Uncaught TypeError: Import 'https://esm.sh/v106/@swc/[email protected]/deno/core-android-arm-eabi.js' failed: 500 Internal Server Error ``` Go `https://esm.sh/v106/@swc/[email protected]/deno/core-android-arm-eabi.js` and I get: ``` /* esm.sh - error */ throw new...

Some programs which use stdout for another purpose, sometimes use stderr as output to the user. `cargo` is one of them, but in cases like it, I would like to...

Sorry, I checked and it seems that the problem only occurs when importing a Type containing Generics from another file (external.ts in the example below). https://stackblitz.com/edit/node-ahtzsa?file=src/external.ts

I concur. Additional information, `postcss-load-config` only supports `ts-node` in v4 to load TypeScript configuration files. The current version supports `tsx`, `jiti`. I would like to upgrade the dependency, too.

I am the author of #4207, and I don't think this PR resolves this issue. My implementation treats projects as non-Deno if a package.json file exists. I'll try to create...

@justinmk I believe the following PR will resolve this issue. (I apologize for it being a bit large change.) - #4217 Since implementations that separate Deno and non-Deno projects exist...

@VioletWoodETL Thank you for the repository. In my environment, upon opening src/main.ts from that repository, I confirmed that denols was activated (and no other LSP was activated). The reason it's...

I made the assumption that denols should be attached when both `package.json` and `deno.lock` exist (my apologies), but since it seems debatable, I've reverted the PR to Draft. Thank you...

I have prepared two branches for verification purposes or as a workaround for those currently facing this issue. In the situation that both `package.json` and `deno.lock` exist, - Attach denols...