Joel Martin

Results 27 issues of Joel Martin

This isn't universal python3 support, but it was enough to support the python3 code I was wanting to minify.

This is a sub-task of #127 I'm trying to get the command-line export functionality of drawio working from a docker container and running into permissions issues related to $HOME being...

It's been a while since I've done a comprehensive self-host test run. I've add a input variable to workflow so that self-hosted mode can be added for manually triggered workflows....

Most implementations have been converted via https://github.com/kanaka/mal/pull/592. The following are the remaining implementations to convert: - [ ] basic - [ ] chuck - [x] crystal - [ ] fantom...

I was seeing this issue in step9 tests and simplified it down to the following test file (`vala-memory-corruption.mal`): ``` (try* (nth () 1) (catch* e (prn "e:" e))) (try* (list...

**Describe the bug** Version of yq: 4.44.3 Operating system: ubuntu 24.04 Installed via: curl **Input Yaml** data1.yml: ```yaml data: - "abc" - "def" ``` data1.json: ```yaml {"data":["abc","def"]} ``` **Command** The...

bug
v4

- check that nil can be bound to an env value (no error) - check that closure binds name in current environment and not the value and that env is...