Ziyang Hu
Ziyang Hu
# What is this Python project? [aiochan](https://github.com/zh217/aiochan) is a concurrency library that is used on top of the built-in library [asyncio](https://docs.python.org/3/library/asyncio.html). It provides channels together with `put`, `get` and `select`...
### Description Typographically, "Maxwell–Boltzmann distribution" is correct whereas "Maxwell-Boltzmann distribution" is incorrect. The first instance uses an en-dash whereas the second one uses a hyphen. However, whereas en-dash is easy...
Hi, thanks for the great project! I noticed that networkit does not check for out of bound array access for many operations in the C++ code, and this problem persists...
Hi, I have found a situation where zmq-async would deadlock. The following code will do: ``` clj (ns debug.async.core (:import [org.zeromq ZMQ$Socket]) (:require [com.keminglabs.zmq-async.core :refer [register-socket!]] [clojure.core.async :refer [chan close!...
[This assertion](https://github.com/lynaghk/zmq-async/blob/69ff7682d38ed964d84a7471a3b51e5492067bc3/src/com/keminglabs/zmq_async/core.clj#L160) will fail under legitimate circumstances. Consider the following sequence of events: 1. A pull socket is registered 2. Async loop has the socket in the pairings map 3....
I may have misunderstood the intention but in several places the element at index 0 is not taken into account when computing minhashes: https://github.com/jean-pierreBoth/probminhash/blob/bc3c74c71279e0ca4a9bce7da6a0af322b1cef39/src/superminhasher.rs#L248 https://github.com/jean-pierreBoth/probminhash/blob/bc3c74c71279e0ca4a9bce7da6a0af322b1cef39/src/superminhasher2.rs#L250
As an example: ```python import redis import fakeredis r = fakeredis.FakeStrictRedis() r.json().set('a', '$', {'hello': 'world'}) print('fakeredis:') print(r.json().mget(['a'], '$')) r = redis.StrictRedis() r.json().set('a', '$', {'hello': 'world'}) print('redis:') print(r.json().mget(['a'], '$')) ``` This...
We are using v7.7.3 and encounter segfault on rocksdb::WBWIIteratorImpl::Seek intermittently. The segfault only happens under heavy load, and even with heavy load it is not possible to trigger it reliably....
Currently there is no pgvectorscale extension in pg18 images. I believe version 0.9.0 of the extension already supports pg18.