Zoom
Zoom
Currently `pystring/index` here is: https://github.com/Yardanico/nimpylib/blob/2629eb09f09d7b50bcbc0ddf6d10822e64ec6595/src/pylib/string/pystring.nim#L16 which probably mimics the current Nim api for [strutils/find](https://nim-lang.org/docs/strutils.html#find%2Cstring%2Cstring%2CNatural%2Cint) Python docs state: 1. > Return the lowest index in the string where substring sub is...
If the file `latency_test_results.json` is not found, Flexo panics with: ``` [2022-10-09T15:23:34.018Z INFO flexo::mirror_flexo] Retrieved 0 files with a total size of 0.00 B from local file system. [2022-10-09T15:23:41.435Z INFO...
If it's possible, please, add customizable delay for autohide and show tab tree.
I'm using Syncthing in a dualboot environment, sharing the same keys/config between operating systems. Everything works great. Paths to the shared directories are unified through symlinking in the home directory....
In my case, I'd like to set the bar to the exact final total number in case the process doesn't go to completion. No combination of `set/tick/flush` does get me...
Workspace configuration saved to `atlas.workspace` uses absolute file paths which breaks portability/dual boot usage. Possible solution: save the `ondisk` property of the workspace as a relative path to the config...
While doing refactoring of channels (#21), I've separated all the raw ring/circular buffer logic into it's own object and put it in a module. I think this could prove useful:...
The project is perfectly usable (and has been for some time), it would be nice to present it appropriately. - [ ] Readme - [x] Documentation - [ ] Examples
I noticed that the guide promotes the use of `mknod` instead of `mkfifo` for creating the FIFOs, which contradicts the POSIX and the common advice I've seen. `mkfifo` isn't even...
Compiler error on a generic object with an array field. Can't use `int` for `L` in the following example, so passed a range to satisfy the compiler: ### Example ```nim...