Cookie Engineer
Cookie Engineer
ping @verpeteren and @efyx on their opinion.
Started work on above APIs on this branch: https://github.com/cookiengineer/Nidium/tree/feature/fs
Can somebody help me understand how the tasks and callbacks work or would be implemented, e.g. in the case for fs.readDir() and fs.readDirSync()? I currently have troubles making sense of...
I'm not sure if that fits this issue, but what is the currently suggested app packaging workflow? Is there something like a zip file bundling or so - or do...
What's the minimum OpenGL version that skia needs to function properly? Today I tried out nidium on an old Thinkpad (core2duo with i915 intel driver), but apparently the OpenGL 1.5...
Jup, I understand completely and it would be probably a huge overhead to add a shader compiler like ANGLE for it that could translate between vulkan, opengl, webgl and directx....
@paraboul Yep, that's what I was thinking.
@greduan I'm in for using prettier. I personally just use eslint because I mostly disagree with the "standard" style that always leads to untraceable errors with expressions. A quick check...
Here's a quick summary from my implementation notes, with expected keycodes and fired-by-nidium ones. Those might help with debugging and tracing down the bug: ```javascript const _KEYMAP = { //...
So does that mean that the correct header is `application/dns-message` for the UDP wireformatted (base64url encoded) packet and that `application/dns-udpwireformat` should not be used as the draft is just outdated?...