Jim B
Jim B
I wasn't using builder specifically. This is project I was working on; it's just some bat files and docker scripts. https://github.com/d3x0r/d0x0r mk-arm was the variant to build against an arm...
> It creates it for me. On Linux with nw version 0.79.1 I can confirm that... so far it's only a windows issue.
If sp.d3x0r.org did have a redirect, then 76.1 and before would also show all requests (except the first) over https, which they don't. But nwjs 77+ the first request is...
> Okay sorry to add noise. It doesn't redirect to https. It was a directory redirect. Anyway I agree, it looks like in nwjs, https first is enabled. pretty sure...
This can stay closed; however yes it is a bug; and the forced promotion is a bad idea, but I understand the motivation. It's fine that the webpage falls back...
what/how would base64 represent ?
many of the differences you list are not differences; they are notable points I suppose. so your order is '-', '0-9', 'A-F', '_', 'a-f' ... so something that no other...
re CBE; that puts a lot of magic numbers into the encoding and you might as well use like protobufs, or BSON :) UTF8 encoding bytes into codepoints is effectively...
exact integer size is fairly irrelevant, subject to implementation by the receiving platform/interpreter/environment... int, float, are about the only two categories. These are easily capturable in [0-9.-E+] and themselves; add...
I dunno there's a lot of ways. if you get the matrix of the orientation of the object, you can get the x/y/z direction vectors, then if you have a...