-
### Checklist
- [X] I have searched through the AstroNvim docs
- [X] I have searched through the existing issues of AstroNvim
- [X] I have searched the existing issues of plugins related to this issu…
Raekh updated
3 months ago
-
### Operating system/version
Linux Mint 20.2
### Terminal emulator/version
Kitty 0.15.0
### $TERM environment variable
xterm-kitty
### Tmux version
_No response_
### Feature matrix
```text
…
-
The [yara plugin](https://docs.velociraptor.app/vql_reference/plugin/yara/) supports accessor-based processing of remote files, processing files in user-specified `blocksize` chunks. The notion of an…
-
This issue is mostly to document that there is a potential speedup to be gain in e.g. 3x3 matrix multiply (and possible other operations where the matrix size is "odd").
Current StaticArrays.jl:
…
-
Running with files that have nans:
```
$ python test_unw.py
snaphu v2.0.6
17 parameters input from file /tmp/tmphnxev295/snaphu.conf (17 lines total)
Creating temporary directory /tmp/tmphnxev…
-
### I have done the following steps before reporting this issue:
- [X] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Arch Linux (6.7.6-a…
-
## Version **5.38.0** of [codemirror](https://github.com/codemirror/CodeMirror) was just published.
Branch
Build failing 🚨
Dependency
…
-
**Describe the bug**
Initiate blockwise operation on send method will never call send callback.
**To Reproduce**
Steps to reproduce the behavior:
1. Enable blockwise feature
2. send data greate…
-
IIUC PandasDataframePartitionManager.binary_operation is used for calling arithmetic/comparison ops partition-by-partition, and the resulting partitions will have the same shapes as the inputs. If th…
-
### Description
```python
import pytensor
import pytensor.tensor as pt
import numpy as np
x = pt.tensor("x", shape=(1000,))
y = pt.tensor("y", shape=(1000,))
outer_mul = x[:, None] * y[No…