Jan Bessai

Results 7 comments of Jan Bessai

I am using a vanilla thrift generated server (F#). The only thing I had to do in order to interact with a scrooge client was using `TFramedTransport` instead of the...

Fixed by accepted PR https://github.com/jvican/sbt-release-early/pull/37

@jvican I never got travis working for the new travis.com domain people are supposed to use now - their credential upload has a security bug which I've reported and never...

You need to port over [the runtime system](https://github.com/idris-hackers/idris-java-rts), which should be easy or nothing to do at all. Then you need to hack to make the buildsystem work. I tried...

I have the same problem. Tried removing shared memory and semaphores using `ipcrm` and deleting entries in `/dev/shm`, but nothing except reboot helps. I'm starting jack using ``` jackd -d...

Thanks for confirming! :) Do you have a spec regarding the erasure of ghost code? I guess you'd normally remove it from the program and hence it should not be...

Right now I'm not sure, the back-end even works. Edwin did the refactoring without giving much thought to it and I didn't have the time yet, to fix/update it. I...