Shani Pribadi

Results 8 issues of Shani Pribadi

Hello, Running gsl-shell failed with "cannot find a suitable truetype font". (note: this is a very confusing error message) Looking around, I found that gsl-shell look for fonts in several...

**Is your feature request related to a problem? Please describe.** Right now I am using pants in a project in a monorepo containing both python and protobuf code. The protobuf...

enhancement

Probability Sampler right now takes the 8 Most Significant Bytes (leftmost / upper), parse it as a BigEndian uint64, divides by 2, and then compares it against an upper bound...

While trying out magic-wormhole.rs (0.5.0), I am getting failure to connect with AddrNotAvailable error for Direct Connection, but only on windows, whereas on linux (actually using the linux binary in...

Adds install target so that 'make install' installs the binaries and libs. (issue #3)

The current implementation of DS1 uses a hardcoded TAMANHO_DO_BUFFER of size 2048, and a total 8x upsampling (2x on the first stage, and 4x on the second stage). This causes...

Skyhook stores values as Aerospike StringValue, using ByteArray.toString(Charsets.UTF_8) This causes binary data to be clobbered/corrupted when stored and read again. I propose to store them as BytesValue instead, so that...

When shutting down skyhook with ctrl-c / SIGTERM, skyhook throw an exception and does not exit cleanly (and I have to SIGKILL it). This issue seems to be explained here:...