Andy Kipp

Results 168 issues of Andy Kipp

Hi! All solutions from sdv.dev (Datacebo) are under the Business Source License - this is the commercial license. Fixed this.

Hi! Thank you for the awesome tool! Is there a way to use it with the shell i.e. with the python-powered [xonsh shell](https://xon.sh)? Thanks! ## For community ⬇️ **Please click...

```xsh docker run -it --rm python:3.12-slim bash pip install browsr # browsr 1.19.0 browsr . ``` ```xsh Traceback (most recent call last): File "/usr/local/bin/browsr", line 5, in from browsr.__main__ import...

Hi! Just want to let you know that there is a very easy way to release the PyPi package of xontrib using Github Actions: 1. Click Actions: ![Screenshot_20200916_115026](https://user-images.githubusercontent.com/1708680/93314706-d2535d80-f812-11ea-8ff1-0a68bed2fd24.png) 2. Click...

### Motivation We have `commands_cache` (CC) - the list of executable files and aliases. To keep this list actual there is `cc.update_cache` and `_update_and_check_changes` functions that read the list of...

commands-cache

### Motivation After deep dive into [How make sudo expand aliases?](https://github.com/xonsh/xonsh/issues/2618) I understood that we want to modify command before execution but we can't achieve this because all we can...

aliases

### Motivation Running commands with disabled `COLOR_RESULTS` around 40% faster. It should be by default. ```xsh zsh time xonsh --no-rc --no-env -c '2+2' # 0.17s user 0.06s system 65% cpu...

speed

I see the difference (on [this branch](https://github.com/xonsh/xonsh/pull/5544)): ```xsh zsh time xonsh --no-rc --no-env -c '2+2' # 0.17s user 0.06s system 65% cpu 0.377 total time xonsh --no-rc --no-env -DCOLOR_RESULTS=0 -c...

speed
colors

### Motivation Our code and docs are mostly like a list: * We have news with Added/Changed/Deprecated sections. * We have release notes also as Added/Changed/Deprecated sections. * We have...

good first issue
v1
refactoring