Michael Graczyk

Results 10 issues of Michael Graczyk

Currently, the plot file format serializes line point parks as a sequence of stubs, followed by encoded deltas. ``` [size, stub0, stub1, ..., deltas_size, deltas, padding] ``` Optimized provers can...

It would be very helpful to provide a cheat sheet table at the top of the array.h header file. Something that shows how to do an equivalent numpy, Matlab, or...

On this line, gasLimit is compared with ~9 billion, a number larger than the largest int on most/all platforms. https://github.com/comaeio/porosity/blob/cdca1693857fe99af546e294756c693536731833/porosity/porosity/VMState.cpp#L344 This definition should be `int64_t gasLimit = int64_t...`: https://github.com/comaeio/porosity/blob/cdca1693857fe99af546e294756c693536731833/porosity/porosity/VMState.cpp#L314

## Description Segfault and Crash in `CollectionManager::load` on startup ## Steps to reproduce Unfortunately I don't have an easy repro (without giving you my data), but I believe I have...

bug
fix-available

## Description I had a multi-search request failure while running typesense locally on my mac under docker. The stack shows a memory corruption problem while trying to free something in...

**Is your feature request related to a problem? Please describe.** Add support for Numpy 2.0 **Describe the solution you'd like** Update to onnxruntime 1.19 then change requirements/base.into support Numpy 2,...

enhancement

## Checklist - [x] Run tests locally to make sure nothing is broken using `make test`. ``` $ make test ... =================================================================================== 944 passed, 236 skipped, 287 warnings in 146.92s...

It looks like the issue blocking Numpy 2.0 has been closed: via https://github.com/embeddings-benchmark/mteb/blob/main/pyproject.toml#L29 issue https://github.com/huggingface/datasets/issues/6980 Would it be possible to bump maximum allowed numpy version from

## Description While running Typesense 27.1 locally, it crashed with the following: ``` E20241009 00:07:10.129701 359 backward.hpp:4200] #8 Object "/usr/lib/aarch64-linux-gnu/ld-linux-aarch64.so.1", at 0xffffffffffffffff, in E20241009 00:07:10.129704 359 backward.hpp:4200] #7 Object "/usr/lib/aarch64-linux-gnu/libc.so.6",...

When requests is used with an `io.StringIO` as the `data` type, and the body contains characters whose utf-8 encoding is multiple bytes, the Content-Length header is set incorrectly. Looking at...