Sean Middleditch

Results 32 comments of Sean Middleditch

@Beliriel - perhaps an option would be to add a new multi-proxy binary that is optionally built if `find_package(Threads)` success? Should make it easy to make things portable It should...

> The far bigger problem though was that poll() uses a simple array to monitor all the file descriptors, which in our case are sockets. The problem here is that...

It appears the matrix application is fine. The problem to me seems that the text functions always apply the matrix to the lower-left corner of the bounding box of the...

I should have commented what that was from. It shows up in some old GitHub docs, so it might have been the internal proxy Actions required at the time I...

The simple answer, if your app is a game-like (continuously re-renders frames): have SDL or the platform wait for vsync (presentation), and then pump libuv using `uv_run(loop, UV_RUN_NOWAIT);`. This is...

> But the question remains how to merge these facilities best. I answered that question already. :) - Use `uv_run(loop, UV_RUN_NOWAIT);`. It's part of the libuv API precisely for integrating...

There's a report in PR #3 that some repos require use of `PAT` even for the same repository, based on two-factor authentication settings. Can you verify that works?

I believe arcs are the only problem. If I have no arcs in my clip path, everything is fine. If I add any arcs, it breaks. A quick inspection leads...

@stephenharris: this does not match the very effect that I saw on my site. Old published posts on the public site were mangled with WP-MarkDown enabled but not when it...

Hmm. This just grabs the prebuilt binaries from the upstream ninja repo. We could build it from source and cache with github artifacts, perhaps, to get a few more options.