Martin Lucina

Results 65 comments of Martin Lucina

As far as I know, Windows only supports symlinks on NTFS, and I'm not sure if Node.js has the appropriate WIN32 bindings to create them. However, this would still not...

> [...] There's also a bunch of extra context here: desktop/desktop#3435 (comment) I understand that your primary focus is the Desktop application, for which this approach makes sense. > I've...

To add my motivations for this from #4615 - When roaming and thousands of miles away from the home network, the additional latency introduced by using an exit node is...

For completeness: 1. Before you ask "Why are you creating such a weird CPIO archive?", I'm using the above method as a round-about way to specify explicit ownership (1:1 vs...

@djwillia I think I explained the situation on our call today, let me know if you need any recap here?

See also https://www.kernel.org/doc/Documentation/x86/kernel-stacks, which gives a good explanation of the IST mechanism on x86_64. Notably, what I did not realise but makes sense in hindsight, IST-using interrupt or trap handlers...

#345 rationalized the various build flags, and in the process implements option 1 here, so `-mno-red-zone` is no longer passed down to OPAM consumers. I'm keeping this open for now,...

> The issue is that the solo5 interface is limited to a block at a time and the block is too small. And the problem with that is that it's...

I've thought about this a bit more, especially the implications for `spt`'s seccomp filter in the light of multiple device support. As mentioned previously, the following > in any pwrite(fd,...

@ricarkol: I agree with @cfcs that "wasting" the last X kB seems like asking for trouble, that's very counter-intuitive. Also, I expect the seccomp issue to be fixed properly at...