Andy Kipp
Andy Kipp
Links to search new ideas: * https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/ ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
Hello! I have an idea! Example 1: ```xsh # Create file `1.txt` somewhere using GUI text editor cd /tmp echo "hello" > 1.txt vim # Press key shortcut to get...
https://github.com/MichaelAquilina/zsh-you-should-use > ZSH plugin that reminds you to use existing aliases for commands you just typed ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1`...
Hello! I have an idea! The ability to create command template. Before executing the command the placeholders should be filled interactively. First step - [Ask to input argument and with...
Hi @jnoortheen! I'm trying to publish xontrib based on xontrib-template to pypi - https://github.com/anki-code/xontrib-jump-to-dir/blob/4c505cc37b7e426f82ccda21564f94b5971f5f02/.github/workflows/release.yml#L58-L61 And I'm facing with issue: How I should fix this? Please fix xontrib-template to avoid this...
Hi! If we convert Python code to the binary using Nuitka `LazyObject` raises error when it converts to dict. Example (lazy.py): ```python from lazyasd import LazyObject VAR = LazyObject(lambda: {"answer":...
jfyi https://github.com/ml-tooling/best-of-python-dev https://github.com/ml-tooling/best-of-python-dev/blob/main/projects.yaml https://github.com/best-of-lists/best-of-generator
Hi cy team! Thank you for the great tool! I'm trying to use `cy-jupyterlab` [example](https://github.com/idekerlab/cy-jupyterlab/blob/master/example/example.ipynb) on JupyterLab 1.1.4 and I've faced with the error `Javascript Error: o.cyNetworkUtils is not a...
Options: * Skip exceptions * Skip empty lines in input * Skip empty lines in output * Show errors without exceptions * Show statistics (input lines cnt, output lines cnt,...