Adrián Arroyo Calle

Results 22 issues of Adrián Arroyo Calle

Day 23 is currently unfinished because it is too slow in star 2. Any ideas on how to speed it up are welcome

If you run `dialog --yesno "Hello" 500 500` the output is different between FinalTerm and Gnome Terminal ![FinalTerm vs Gnome Terminal](http://i.imgur.com/FV1RzbG.png) ## Want to back this issue? **[Post a bounty...

Bug
Terminal emulation

CppSharp with SDL generates the wrong bindings. This is the equivalent C code: ```c SDL_Event event; while(SDL_WaitEvent(&event)) { if(e.type = SDL_QUIT) exit(0); } ``` One should expect to get it...

bug

I'm trying to understand `tabling` a little bit more. I've designed a program to solve the _box stacking problem_ using `tabling`. Due to Scryer lacking `tabling modes` (SWI and Picat...

Recently I bought a RISC-V SBC (64 bits) and started to play with it on a Linux system. Scryer Prolog isn't compatible right now with this architecture. Right now, I've...

This PR https://github.com/mthom/scryer-prolog/pull/1051 removed the panic on closing a non-existing stream, throwing a Prolog exception instead. However, this also doesn't seem to be the right approach, since it is operating...

Add timeout option for Tcp Streams This fixes https://github.com/mthom/scryer-prolog/issues/1083 but there are two issues: * The error it gives when the timeout works (and the read operation fails) doesn't make...

Adds the predicate `absolute_file_name/2`. It takes a local path and returns an absolute path. Works for both existing and non-existing files. If you pass an absolute path, it returns the...

I'm not very sure that I'm counting inferences in the right place (I'm a noob in WAM things). I've seen that CallPolicy has an inference counter also, but it is...

Description =========== We're facing a constant rebalance problem when using EventHub with Kafka interface. It doesn't even process one message at all. How to reproduce ================ Our code uses this...