Vladimir Krivosheev
Vladimir Krivosheev
If user decided to use XZ compression instead of default gzip — he really wants small size of AppImage. Using `16384` as a block size makes XZ compression like gzip...
I don't know if it is an oversight or not, but fastutil/JDK caches computed `values`. It is important for IntelliJ IDEA — `PersistentMap.values` called quite often. I realize that modern...
The following code is used by `SmallPersistentVector` to create persistent list by some collection. ``` val newBuffer = buffer.copyOf(size + elements.size) // TODO: investigate performance of elements.toArray + copyInto var...
## Steps To Reproduce Sample data: [sample-data.csv](https://github.com/evidence-dev/evidence/files/13937790/sample-data.csv) SQL: ```sql select run, coalesce(failure, kind, cast(level as varchar)) as category, round(sum(duration) / 1000) as duration from tasks where duration > 0 group...
## Steps To Reproduce I do not have NodeJS installed, as it is not needed. [Bun](http://bun.sh/) works perfectly. Moreover, currently, evidence is not compatible with NodeJS 21 due to the...
### Why * I use Lightroom. Since edited RAW cannot be rendered (Adobe does not provide a command-line tool; please correct me if I am wrong), photos must be exported....
* introduce `--dark-theme-class`: the CSS class to enable dark mode. When left unset prefers-color-scheme media query is used; * add test for combined light and dark themes (original test uses...
Why https://github.com/restic/chunker is not suitable? What's difference?
fix /download universal link (win64 artifact must be returned) Test added, works in production.
It will be cool to setup cloud service. So, any developer (github account) can use auto update server in seconds without any efforts. It is safe since you should sign...