vidraj

Results 4 issues of vidraj

This pull request implements platform-independent lists of signals, sorted by the signal number at compilation time, as discussed in bug #1200. The change is implemented for all platforms, but I...

In pomegranate 1.0.0, an attempt to classify a single-element sequence using DenseHMM fails with a RuntimeError due to an illegal reshaping operation. SparseHMM works fine. Sample code that reproduces the...

When binding a file from the host file system into the chroot, bubblewrap helpfully creates all intermediate directories that don't exist in the target. However, cross-boss uses a restrictive umask....

When I define a class with an `@abstractmethod __init__(self, x)` that takes any arguments, compilation fails with ``` build/__native.c: In function ‘CPyDef_Test’: build/__native.c:136:16: error: too few arguments to function ‘CPyDef_Test_____init__’...

bug
priority-0-high
crash