-
FYSA a new WebExtension File System API is being proposed/designed as a part of https://github.com/mozilla/libdweb/issues/8#issuecomment-391950777
It would enable js-ipfs running within browser exte…
lidel updated
5 years ago
-
working with files in the same way in browser, Deno, bun.js and node should work seamlessly the same way.
That is one of the most annoying thing about switching from one env to another.
Now that …
-
After editing an HTML file and resaving, parcel will occasionally bomb out with the following trace.
Not repeatable, but this never happened with the previous 2.7.0 build.
```
Server running a…
-
In ``route_page_create()`` it would appear that the ``fs.close()`` call is missing a callback argument. In Node.JS 10.10.0 at least, when the function is used to create a file, it is failing with the …
-
**Describe the bug**
Server-side only code in preload seems to work fine if directly loaded, but breaks when using redirection.
This is particularly relevant when using node modules such as fs, th…
-
I am trying to use redbird as a reverse proxy to horizontally scale my node.js application.
My redbird configuration looks like this so far.
`const proxy = require('redbird')({
port: env.PR…
-
Hello people,
If you want to release your bot on a VPS (Google Cloud, AWS, ...) but have no idea how to run it without having access to the browser GUI, I am providing you a script that does it. It…
-
### Describe the bug
I encountered the problem that the Spark Driver pod log cannot be displayed on the console.
General Python Task pod log can work, but the Spark Task cannot.
`http://localho…
-
Hi all, thanks for the wonderful library!
Unfortunately I think I've found a bug. Files compressed with `bgzip` (block gzip) are failing when trying to use `pako` to do streaming decompression.
…
-
Hello everyone,
Could you please tell me if it's possible to sandbox the environment ? Users of my app will be allowed to customize their own emails templates and I would like to restrict some featur…