Grzegorz Wierzowiecki

Results 107 issues of Grzegorz Wierzowiecki

feature_request: ability to run with `--csv` and `--by-file` like in cloc

Could you add to README or provide with repo script, that runs browser in docker with maxium isolation! Topic of isolating programs running in Docker for security purposes, is explored...

Hello, I try to use pacaur in Docker. So far I crafted Dockerfile that succeeds to install pacaur inside Docker. When I try to use it (issue discussed here https://bbs.archlinux.org/viewtopic.php?pid=1968600#p1968600...

It gives a starting point for Development of Docker containers that use `pacaur` during their build process.

Could you please consider adding examples to your repository? Also examples showing how to use your crate and e.g. * [ ] calculate distances between vectors (here is some inspiration...

As example step number one and inspiration, imagine: ``` cat file | sgpt --pattern fabric:extract_wisdom ``` that would fetch (or use cached) pattern from https://github.com/danielmiessler/fabric/tree/main/patterns and use it. Of course...

I tried to define `/etc/skel/.config/shell_gpt/.sgptrc` in skeleton for new users , and encountered following problem, when I define paths using `$HOME` or `~`: ``` CHAT_CACHE_PATH=~/.cache/shell_gpt/chat_cache CACHE_PATH=~/.cache/shell_gpt/cache ROLE_STORAGE_PATH=~/.config/shell_gpt/roles ``` or ```...

Could someone add Vagrantfile or Dockerfile for build environment that compiles all of this? (bonus: github actions that build automatically ala https://github.com/logseq/logseq/blob/master/.github/workflows/build-android.yml )

Could you Enforce user to turn either browser (in developer tools) or computer into offline mode ? Like Banana Split ( https://bs.parity.io/ https://github.com/paritytech/banana_split ) is doing, which when (run locally...

From `makefile` looks like you are using age https://pkg.go.dev/filippo.io/age => https://github.com/FiloSottile/age . Would it be possible to have rage https://github.com/str4d/rage as alternative available implementation? (maybe this https://github.com/kanru/rage-wasm will be helpful?)