Results 92 issues of Bedis Nbiba

It needs deno apis shim, It worked for me using - https://www.npmjs.com/package/@deno/shim-deno - https://github.com/denosaurs/deno_python/blob/main/src/bun_compat.js

enhancement

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Running a test task on linux fails like this ``` ⏵ Task...

defect
terminal
linux
platform support
tasks

commit: 56ba7f3c233fcf8c9478314956c70725179ed16f `cargo r --features __runtime_js_sources test` fails on the deno repo ``` error: Unsupported scheme "ext" for module "ext:core/mod.js". Supported schemes: [ "data", "blob", "file", "http", "https", ] at...

bug

because there is no stable release yet, importing from "@extism/extism" without the version will error ``` error: Could not find constraint in the list of versions: @extism/extism Specifier: jsr:@extism/extism ```

Is it expected to add such apis, I use them frequently like this `ElementHandle.parentElement.children[1]` for example

enhancement

I feel like this is not needed, I expected fs permission for only manipulating files like reads/writes etc, but requires fs permission just for creating paths from strings seems to...

Maybe its a good idea to follow molt here ? I think update --check is a bit hidden

enhancement

Version: Deno 1.43.5 import {} from "npm:[email protected]"; ``` error: Unable to load /home/mrcool/.cache/deno/npm/registry.npmjs.org/js-clipper/1.0.1/clipper.js imported from file:///home/mrcool/dev/deno/lab/fffz/b.ts Caused by: invalid utf-8 sequence of 1 bytes from index 165105 ``` The problematic...

linux fixed in https://github.com/denoland/deno/pull/23473 I thought in windows we should just ignore the signal, but I checked now libuv and they do special case this https://github.com/libuv/libuv/blob/d9d207774ea1f734310982300e55dd64b3f5682b/src/win/process.c#L1191 Side note: is it...

I'm not sure if this is in this plugin goals, but https://www.npmjs.com/package/js-beautify for example seems to always format code, even with sytnax errors ```ts interface { //missing type name }...