Nick Timkovich

Results 14 issues of Nick Timkovich

The link in "How to write a DSL - Implements a toy LOGO-like language with an interpreter" (referenced here: https://github.com/lark-parser/lark/blob/master/docs/index.rst?plain=1#L118) seems to be broken as https://blog.erezsh.com doesn't load (for me...corp...

I'm trying to use this bootleg (:P, fix #12 ASAP!) package with NX 1.9.1 and Python 3 on Windows with GV 2.38 and when NX tries to read back in...

**Describe the bug** `startswith` and related functions don't work as in `jq` Version of yq: 4.43.1 Operating system: macOS 14.4.1 Installed via: Homebrew **Script** ```bash #!/bin/bash input='{"ppl":[{"name":"alice"},{"name":"bob"},{"name":"charlie"},{"name":"deb"}]}' tmp_names=/tmp/names yq -P

bug
v4

**Describe the bug** If removing multiple elements from an array, it seems like `yq` is computing where they are before doing any of the modifications, then removing those indicies, but...

bug
v4