Norman Kabir
Norman Kabir
Agree on all counts, @robvdl. I prefer a code-reviewed release process.
A workaround is to use a dispatch shell script (e.g. `dispatch.sh`): ``` #!/usr/bin/env bash readonly TARGET_FUNCTION="${1:?missing target function}" shift eval ${TARGET_FUNCTION:?} $@ ``` Then ``` >>> dispatch = local["./dispatch.sh"] >>>...
I believe @kmpm is referring to the ability to add {% include "some-template.j2" %} and have j2cli search a set of paths to locate a template with that name. For...
Confirmed. The docs are correct in the repository but the Diazo docs website appears out of date. This is very confusing for someone new to the package.
> I think I have a fix. I think I also understand why I'm seeing a different failure than you are, and it has to do with the source discrepancy....
Thanks for investigating! It generates a similar (same?) error with 0.18.4 ```bash $ ./venv/bin/pip install marcel==0.18.4 Looking in indexes: http://10.1.200.100:8081/repository/pypi-all/simple Collecting marcel==0.18.4 Downloading http://10.1.200.100:8081/repository/pypi-all/packages/marcel/0.18.4/marcel-0.18.4-py3-none-any.whl (292 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 292.8/292.8 kB 10.7...
Note that I'm running in a Docker container with linux homebrew. It work with the default Python installation. ``` /home/linuxbrew/.linuxbrew/bin/python3 $ python3 --version Python 3.11.6 ``` ```bash $ ls -ld...
```bash $ ls -ld .local .local/share .local/share/marcel .local/share/marcel/history drwxr-xr-x 1 nkabir nkabir 4096 Oct 22 11:33 .local drwxr-xr-x 1 nkabir nkabir 4096 Oct 29 20:28 .local/share drwxr-xr-x 2 nkabir nkabir...
Let me put together a docker container with my setup for you to check. ```bash $ ls -l /usr/lib/x86_64-linux-gnu/libreadline.so.8.1 -rw-r--r-- 1 root root 335936 Jan 6 2022 /usr/lib/x86_64-linux-gnu/libreadline.so.8.1 Package: libreadline8...