Peter Demin
Peter Demin
Seeing this with `Django==2.2.18` and `django-suit==0.2.28`
I don't like our setup, because we don't have control over which version to use. I still put it here so others could avoid our mistakes: We use `gh` CLI...
We use your great tool in [Moveworks](https://moveworks.ai) on git-push as a [pre-commit hook](https://pre-commit.com/). It's in a private repo. But feel free to ping me. On a practical note, it would...
Thanks for the heads up. I made a quick search and it looks like kibitzr needs to migrate to libxml2. tiran/defusedxml#25 > defusedxml.lxml is no longer needed and supported. Nowadays...
Hi Dmitrii, error handling is hard and I didn't want to complicate Kibitzr configuration syntax with all possible options. If you are looking for error notifications, give [kibitzr-sentry](https://github.com/kibitzr/kibitzr-sentry) a try,...
pbs3 looks like enhancement over sh it is forked off. But looks like library doesn't get much attention. Maybe @xapple is willing to PR it back to sh? That would...
Thanks, Lucas. Another question: what's the project status? I mean, is it maintained, are there known issues, do you know projects that use it? GitHub issues tab is disabled, so...
> So maybe Kibitzr could use it instead of sh / pbs? @mstarzyk, it's okay to replace `pbs` with `pbs3` on windows. But for Unix it should be `sh`.
@am1ru1 If Kibitzr was a commercial product with active usage of `sh`/`pbs`, I'd prefer running with sh as it's more popular and maintained. But Kibitzr has a very limited use...
- [x] Installation inside a virtual environment. - [x] System-wide installation with sudo. - [x] Option to create configuration files. - [x] How to run as a daemon. - [...