-
So I'm working on (#68) and (#69). The most straightforward solution results in protocol requirements with `Optional` return types (#95). It works, and it seems viable, but I wouldn't call it elegant.…
-
Today we use integers and hash table (which must be locked) with reference counting etc. to guarantee no use-after-free, when referring to sockets or contexts.
For many applications, we don't need …
-
Similar to what is described in #5637, LinearSVC `predict` returns a float dtype rather than integer, which breaks compatibility with third-party tools that assume classifier predictions are integers …
-
It should probably be mentioned somewhere that this returns false for integer strings that are outside `Number.MAX_SAFE_INTEGER` and `Number.MIN_SAFE_INTEGER`, due to `Number.isFinite` not being able …
-
Some objects might represent integers, and implement basic arithmetic operations with integers (+1 and //2) through https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types
While …
n1ngu updated
3 years ago
-
Environment
==========
* PHP: 7.1.4RC1 ( ZTS DEBUG )
* pthreads: 3.1.7dev
* OS: Debian Jessie 8.7, Linux 4.10.0-xanmod1
Summary
======
The setOption method of the new thread-safe S…
danog updated
6 years ago
-
Hello, that's me again
What is the best way to safely pack/unpack a bilge struct to/from a byte slice ?
I have found the following in the readme, but not exactly what I am looking for:
```rust
#…
-
## 🐛 Bug
The transformation in IRSimplifier for integers: `m*n % m -> 0` is not safe because `m` is not guaranteed to be non-zeros. We need to forbid this optimization.
-
The parser tries to open it as a yaml, reading lines expecting having the right format, which is not safe, this raises exceptions when the format is not the expected:
```
ERROR root:floorist.p…
-
The GNU libc (glibc) provides alternative 64bit entry points for many of the file and time related functions on 32bit platforms. For C programs these are activated by setting the `-D_TIME_BITS=64` an…