-
## Have you checked borgbackup docs, FAQ, and open GitHub issues?
Yes, a little.
## Is this a BUG / ISSUE report or a QUESTION?
QUESTION
I got interested in chunking algorithms, and was lo…
-
In your README, you give `g++ -o output.out *.cpp` as an example build command. By default, this builds without any optimization, resulting in the simulator running much slower than it could. Giving `…
cibyr updated
1 month ago
-
FLTK has now changed the positions and sizes from screen pixels to "units", which are scaled to have a consistent size across multiple DPI screens. This is causing several problems in Dillo. The most …
-
The library has a very noticeable delay when dealing with RF64 files.
-
tsmixer was original reported as two different models, tsmixer-basic (which allows for past covariates and is called simply tsmixer in the paper) and tsmixer-ext, which allows for past, future, and st…
-
From #360 and #361 it emerged that a lot of the naming and API of frames, chunks, images, etc. is very unclear. This is a list of things I think could be updated to provide better definitions to make …
-
### Command
build
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
…
-
There is a he performance problem with the 2x2 buildings especially when using the chisel profile but also in the default one.
This seems to be related to how the 2x2 buildings are generated and sa…
-
The functions
- da.linalg.cholesky
- da.linalg.lu
- da.linalg.solve (it's a wrapper around the above two)
contain the same keys in multiple layers of the HighLevelGraph.
Since #7274 (2021.03.…
-
I feel we should investigate replacing Bumpalo with a custom allocator. Notes on why, and some ideas:
### Make it faster - remove alignment calculations
Oxc's AST has a property which is unusual…