Alexander Meißner

Results 42 comments of Alexander Meißner

You mean the connection is not shut down gracefully, instead the ACK timers run out and the output buffer fills up. Interesting, is there a specific example where it would...

I will have to investigate this further: 1. Actually, if Socket::send fails it raises an exception which is caught by Socket::sync() and results in an EOF. And further sync() calls...

Maybe related: https://github.com/Lichtso/netLink/issues/18#issuecomment-239233412 Can you try replacing `#ifdef WINVER` by `#ifdef _WIN32_WINNT`?

I mean you can always force it by replacing `#ifdef WINVER` by `#ifdef true`. But, it would be nice to find a macro like `WINVER` or `_WIN32_WINNT` which is automatically...

I would like that too. However, I don't think one can add modifiers via the add-on API. Instead it would require a fork of Blender to change the core code-base...

In theory one could define the MSB to be implicitly extended towards infinity (like sign extension). So `0 ... 0001` would be inverted to `1 ... 1110` and back to...

Why is this PR against the v1.11 branch and not against master?

Depends on what you think the expected behavior is. The implementation in this PR would effectively ignore all executable accounts, because the placeholders are empty (so they are counted by...

Sorry everybody who has been patiently waiting. We will have to delay this until we fix our executor cache (https://github.com/solana-labs/solana/issues/29803).

> do you have a rough timeline in mind? It is making good progress so we should have something on testnet by the next release cycle. Though it will take...