Cookie Engineer

Results 68 issues of Cookie Engineer

Minor issue: The docs seem to be outdated when it comes to the NMLEvent or NidiumEvent. For these cases there's no `event.preventDefault()` and no `event.stopPropagation()` methods (just in case some...

It's hard to write code for the JS specific files in the tests/ folder or the C++ files in the src/ folder. I've been using `.editorconfig` for a while now...

I was trying to implement `mkDir()` today, and I figured out that most of the File API is somehow very hard to understand, especially the static methods that can be...

Work-in-progress. Do not merge until issue https://github.com/nidium/Nidium/issues/74 is completed.

Currently, if you start a server, it will always receive data via `onread()` because of [JSSocket.h#L79](https://github.com/nidium/Nidium/blob/master/src/Binding/JSSocket.h#L79). This is a bit confusing, is this a wanted API? It will eventually lead...

The `(global || window).exec` is not available on the nidium-server builds. Is that as intended? Would it make sense to move the exec method onto global instead of window, so...

Is there an API available to open a GTK File dialog to open files from the system's native file browser? That would ease up interaction with files much more. Otherwise,...

Is there something like a `window.onresize = function(){}` available on the `global` object? When looking at the bindings, I found something like [sizeChanged(width, height)](https://github.com/nidium/Nidium/blob/master/src/Binding/JSWindow.cpp#L446) that seems to be called, but...

During some tests that I did with some friends, the `1.1.1.1` and `1.0.0.1` IPs aren't reachable on port `853`. The port is hard-blocked in some ISPs, namely Vodafone (Germany, France...

I'm not sure where to post this issue, so I'm asking for forgiveness in advance. I posted this issue in the [docs](https://github.com/cloudflare/cloudflare-docs/issues/1398) repository as it's the one that is linked...