Gaetano Checinski

Results 33 comments of Gaetano Checinski

one simple approach on linux is to write directly into the active framebuffer: `/dev/fb0`. To draw you just write a bytestream where each pixel is represented by one RGBA integer....

Thanks for your time and patience. I don't think the signal handler and usage of threads (why is the thread needed at all?) is appropiate as it may make this...

Do you have some concrete examples how things fail? I suspect that the diffing algorithm needs some attention.

> Are we willing to make it possible to change wrapped value inside the loop? I don't like the idea of mutations. So the answer is no. > it might...

Thanks for opening this issue and sharing your bazel file! Seems like it fails due to this error: ``` ct_neither\_virtual_includes\neither\neither/either.hpp(149): error C2560: 'common_type::type neither::Either::join(void) &&': cannot overload a member function...

I'd suggest to introduce a ```--format={text|json|dot}``` flag

https://github.com/buckaroo-pm is a good start however any repository may contain a potential package.

Yes at the moment it is not documented and not available via the cli. You can explicitly define an adhoc dependency by editing the manifest: ``` [[location]] name = "owner/project"...

Thanks for opening your issue. First of all: buckaroo needs a buckaroo.toml to be present in the project's repository. It doesn't look like wxWidget has not been ported yet. Some...

hmm... As far as I remember sfml doesn't have libssl as a dependency. Could you post your buckaroo.toml and buckaroo.lock.toml (if available)?