rok

Results 27 issues of rok

elvish is already packaged in nix, but adding flake file in the project can provide reproducible build, develop environment. And helpful for someone who wants to package any version of...

Hi, I was having issue with https://github.com/godror/godror/issues/93#issuecomment-2035036208, but besides connection pool issue, I also found wierd behavior on AQ with the same code. I'm sorry but I'm not familiar with...

I found recheck command is missing. Hope we can use it.

``` age.secrets."hosts" = { file = ./secrets/hosts.age; mode = "777"; }; networking.hostFiles = [config.age.secrets."hosts".path]; ``` Hi, I'm trying to use this with `networking.hostFiles` which creates /etc/hosts by concatenating files. It...

Another chromium based browser [vivaldi](https://vivaldi.com/) doesn't seem to work with rod. I haven't tested all, but playwright-py can navigate pages. Is there a way to use vivaldi with go-rod? ```...

question

Provide fish like autosuggestion. By default it suggest from history. But can be customized (maybe use it to provide AI suggestions?) ``` # enabled by default set edit:auto-suggestion:enabled = $true...