Tai Chi Minh Ralph Eastwood

Results 8 issues of Tai Chi Minh Ralph Eastwood

Hi all, I realised there are quite a few users of this plugin still, and I unfortunately don't use this plugin anymore and don't have time to maintain it. Are...

help wanted

Hello Martin! I'm back from my holiday, so I have time (lots of time) to work on libmill/dill related stuff. While thinking about the layering and composability of protocols, I...

Creating this issue as a reminder. As there's been a lot of discussion relating to the design of applications using libdill, I think we should, eventually, have some FAQ page...

I believe it is possible to have support for `__builtin_setjmp` and `__builtin_longjmp` which are compiler-specific optimised implementations of the `setjmp`/`longjmp` which do not depend on glibc. However, the downside of...

Two options here. Reproduced from `libdill.h` for discussion: ```C #define CHSEND 1 #define CHRECV 2 struct chclause { int op; int ch; void *val; size_t len; char reserved[64]; }; DILL_EXPORT...

Accidentally pressed enter when creating this issue... so you might have an empty notification! I compiled libmill and libdill with GCC 6.2.1 and it appears the coroutines no longer work...

When jumping to a tag that is present in a symlinked file, the path being set in vis may not match the path stored in the tags file. This will...

I've started porting some of the code over to MacOS X. The characteristic issues with MacOS X is that it does not have full OpenGL 3.3 support (it does 'support'...