Zoom

Results 28 issues of Zoom

Bumped into an issue that I can't access the `--top-level-division` setting inside the typst template (necessary to implement page breaks when set to "chapter"). There's a workaround: the template can...

enhancement

### Abstract Currently there's a considerable semantic discrepancy between `substr` overloads: ```nim proc substr(s: openArray[char]): string proc substr(s: string; first = 0): string proc substr(s: string; first, last: int): string...

Adds `system.setLenUninit` for the `string` type. Allows setting length without initializing new memory on growth. - Required for a follow-up to #15951 - Accompanies #22767 (ref #19727) but for strings...

### What happened? Recent run of `Build All Artifacts` action [failed](https://github.com/armbian/os/actions/runs/15516597014/attempts/1) at the `Prepare Info JSON and Matrices` step, due to a subshell error 123 while running the `extensions.sh` script:...

Bug
Framework
Good first issue

### Version Double Commander Version: 1.1.28 gamma Revision: 787 Commit: b204fbb61 Build: 2025/08/10 Lazarus: 4.3.0.0 Free Pascal: 3.2.2 Platform: x86_64-Win64-win32/win64 System: Windows 10 Home 22H2 x86_64 ### Description Inactive tabs...

bug

https://github.com/icyphox/legit/blob/5acac24dede0143e6415d83d94a66017fd3c2692/routes/util.go#L63 legit uses basic `filepath.WalkDir` to scan for git directories which does not follow symlinks by design. This could be changed to at least check symlinks for being git repos...

https://github.com/nim-lang/atlas/blob/839c158379882575d394169e3bbd64e377549eb6/src/basic/gitops.nim#L112 https://github.com/nim-lang/atlas/blob/839c158379882575d394169e3bbd64e377549eb6/src/basic/packageinfos.nim#L108 Currently the `clone` operation is global-configured to use shallow cloning. Atlas needs to pass this option to `clone` directly or ignore it when cloning the `packages` repo. In...

https://github.com/Cyan4973/xxHash/blob/bab7e27f4c6ae4efbb83dd99ae8a554423571635/cli/xxhsum.c#L279-L281 `XSUM_hashStream` exits on `ferror` with the `Error: a failure occurred reading the input file.` message. This prevents processing multiple input files. In my case, finding FS/device errors was exactly...