Bedis Nbiba
Bedis Nbiba
I added platform type to lib.dom but it still error in type checking saying it doesn't exist
I made arch and platform configurable because thats how it is in node , I removed the node test because it fails in `const { getNavigatorPlatform } = require('internal/navigator');` Is...
CI is green finally , there are changes in expectations.json that I'm not sure how its related Also see this comment https://github.com/denoland/deno/pull/30795#issuecomment-3619687467
Hi @yortus thanks for this nice project btw , it run endlessly, the blockidx seems to keep increasing forever
I spent a good amount of time debugging , but in the end I just made a wrapper lib https://jsr.io/@sigma/dbase that uses the wasm target of https://github.com/tmontaigu/dbase-rs
I realized that the app already listens to "q" to exit, but because crossterm poll can't read stdin at the same time it doesn't work https://github.com/crossterm-rs/crossterm/issues/396 So I changed stop...
I think the underlying issue is https://github.com/denoland/deno/issues/31032
Is it possible for the scripts run with `--allow-scripts` to follow deno permissions model ? do they currently have allow all permission?
@jerome-benoit thanks that clears the confusion I had about it.
still same issue in version 0.1.26