Adam Lugowski

Results 23 issues of Adam Lugowski

### Please agree to the following - [X] I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates - [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md) ### Summary When macFUSE...

type:bug

# Problem My workflow is about 2000 tasks that take about an hour each on an 8-core VM. Over time, the workers disconnect from the broker, stop fetching new tasks,...

Issue Type: Bug Report
HeartBeat
Worker

Excel enforces various limits on things like character count, line count, link count, worksheet name length, etc. These are not limits of the XLSX format, and often other readers like...

enhancement

It would be useful to have an option to specify desired output precision. Especially for `to_chars`.

Great package! Thank you! I've noticed that `to_chars` sometimes emits an extra `E0` suffix when it's not needed. For example, the number `1.0` is emitted as `1E0`. Is this intentional?

Apologies for the wall of text, I want to provide context and reasoning for the changes made here. Most CSR sparse matrix operations have an outer loop that iterates over...

enhancement
scipy.sparse
C/C++

I'm building wheels that include a threadpoolctl custom controller. Everything works great, except for one highly specific scenario: the wheel test step of cibuildwheel on macOS Python 3.8. The same...

"A.mtx" is a simple coordinate matrix, loaded correctly by `MatrixMarket.mmread()`. ```julia using SuiteSparseGraphBLAS SuiteSparseGraphBLAS.mmread("A.mtx") ``` result: ``` ERROR: LoadError: MethodError: no method matching GBMatrix(::Vector{Int64}, ::Vector{Int64}, ::Vector{Int64}; nrows=7, ncols=7) Closest candidates...

Very useful comparisons! Thanks to you I integrated Dragonbox into my own project and saw a massive speedup. One improvement would be to put labels on the plots. At first...

Using `generic_128` for `long double` yields incorrect outputs on most platforms. The API appears to want you to do this: ```c long double value; char* str_ptr; length = generic_to_chars(long_double_to_fd128(value), str_ptr);...