Demi Marie Obenour
Demi Marie Obenour
We definitely don't want to allow comments – IE executes scripts in conditional comments. I think it is best to strip them out. Processing instructions and CDATA sections should just...
Also, can we ensure that the extension uses strictly linear time and is adequately fuzz tested? On Nov 29, 2017 7:00 PM, "Martin Mitáš" wrote: > What do you think...
Have the NetworkManager bugs been fixed? Another approach is to use nftables rules to block all non-VPN traffic. @jonathanio what do you think of this option?
Can we make `PyUnicodeObject` truly immutable? As I understand it PyPy does just that.
> The other thing worth noting is that AES-XTS is probably the format we want to use, and it's quite a bit slower than other non-disk modes. bcachefs uses AEAD...
We can solve this in two different ways: - For GCC and Clang, we can use `-fwrapv` in release builds. - On other platforms, we can add runtime checks that...
> @DemiMarie are you sure about your inital statement? Nope! I thought that `instantiateStreaming` from a `Response` object would work, but apparently it does not.
One question here is the amount of control a module will have over the modules it creates. For instance, module X might want to be able to read and write...
The “application selects” API is the most important one. Event-loop implementations are highly system-specific and performance-critical, and OpenSSL does not want to be implementing them.
> > The “application selects” API is the most important one. Event-loop implementations are highly system-specific and performance-critical, and OpenSSL does not want to be implementing them. > > I...