Jonathan Schleifer

Results 88 comments of Jonathan Schleifer

``` DDD: Number of extra bytes for seconds (range 0-7). E.g. if 0, then seconds is represented in just 1 byte. EE: Number of extra bytes for nanoseconds (range 0-3)....

To clarify, the logs posted above are with TLS *disabled*. I just wanted to mention that enabling it adds even more problems.

Not to forget that some websites save user data in the local storage. Not being able to move that means it's impossible to move those to a container without full...

@cassiniNMC I'm not interested in namecoind, since I got that working since forever (I'm the guy who did the OS X fixes). What I'm interested in is Namecoin-Qt, because yours...

Are we _seriously_ having the discussion about not doing anything on this repo _again_? This is not about doing _any_ code change, this is about transparency, namely documenting how the...

@cassiniNMC That pretty much looks like what I did, except the different Boost version. However, I end up with a version that deadlocks on the splashscreen. I'll give it a...

Hah, good one! ;) But still a regression unfortunately :(

So what changed here? Is there any way to work around it?

Hmm, that seems to make the warning go away again, but it still fails at ``` if ((size_t)_EH_FRAME_BEGINS__ != (size_t)_EH_FRAME_OBJECTS__) return false; ``` The first one used to be the...

That seems to have worked, thanks. However, I need to change it back to non-const and get a warning, because otherwise I get an immediate crash.