-
### Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aiss…
-
https://github.com/alingse/go-linter-runner/blob/main/jobs/testifylint.yaml
```
name: testifylint
linter: testifylint
workdir: .
install: go install github.com/Antonboom/testifylint@latest
inc…
-
### Version
4.x.x
### Question
In [ONT-API](https://github.com/owlcs/ont-api) we need thread-safe graph.
For this purpose, I created a separate simple library: https://github.com/sszuev/conc…
-
### Summary
We should make space for high level query optimization. There are a couple of ways to do this. This issue includes motivation, a description of two approaches, and some thoughts on tr…
-
Passing sufficiently complex data to a CUDA kernel, passing the data to a device function and getting a piece of it causes the kernel to crash.
Code to reproduce
```py
from collections im…
-
I know what is my mistake, ~but I think there is a bug in Rust!~
**Edit**: We just need a **better help** from the compiler to easily spot out mistake like this.
*Edit: the problem seems just invo…
-
I was wondering if there were any plans to specialize when sparse arrays are loaded/being used.
For example:
```julia
using SparseArrays, LinearAlgebra, Tullio, BenchmarkTools, LoopVectorizatio…
-
So, in working on #384 (holy crap, it's coming along even better than I thought!), I ran into this little problem:
```
[ERROR] Could not find any versions of github.com/Masterminds/semver that met co…
-
OS: Ubuntu 22.04 x86-64
Compiler: Clang ~14.0.0~12.0.1
CMake build type: RelWithDebInfo
Bytecode generation for verification segfaults:
```
$ ./ch -GenerateLibraryByteCodeHeader -LdChakraLib …
-
## Coming from the "missing required bounds" error?
The "missing required bounds" error that was emitted is intended to ensure that current code is forwards-compatible with potential future changes…