Johannes Riecken

Results 18 issues of Johannes Riecken

**Describe the bug** In `(.[].children|.[])|=if has("color") then . else empty end`, `empty` behaves different from regular values. **To Reproduce** Run `jq '(.[].children|.[])|=if has("color") then . else empty end' foo.json`, where...

I installed voltron using the commands given in the README.md today. When using gdb, the views update when stepping, but when using lldb, they don't, even typing `voltron update` into...

**Actual behavior** I hacked out a small script to fix missing overrides alerts ([this one](https://gist.github.com/johannes-riecken/efcb356f42364281a8692c47b1d1a15b) if anyone's interested, but not relevant to this issue). After pushing the changes directly to...

I created a [minimal jvm fuzzing project](https://github.com/johannes-riecken/java-example/runs/6817999306?check_suite_focus=true). While the fuzzing happens, the step to generate a coverage report is skipped, which shouldn't happen as I set `fail-fast: false` in the...

cflite

I'm trying to fuzz a Java 18 project and have added steps to install Java 18 to the [Dockerfile](https://github.com/johannes-riecken/pacman-java/blob/master/.clusterfuzzlite/Dockerfile) and adjusted the env vars in the [build.sh](https://github.com/johannes-riecken/pacman-java/blob/master/.clusterfuzzlite/build.sh). The [logs](https://github.com/johannes-riecken/pacman-java-storage/blob/gh-pages/coverage/latest/logs/ExampleFuzzer.log) in...

I'm very fascinated by all the work that went into this project and I have written quite a bit of Perl code with few dependencies that I could use Perlito...

I have a super-class `ShapeBase`, with objects looking like `{"kind":"...","x":1,"y":2}` and sub-classes `Circle` (e.g. `{"kind":"Circle","x":1,"y":2,"r":3}` and `Rectangle` (e.g. `{"kind":"Rectangle","x":1,"y":2,"w":3,"h":4}`). Given that the discriminator declaration constrains that for a `Shape` of...

### What version of ogen are you using? ```bash $ go list -m github.com/ogen-go/ogen ``` ogen version v0.71.1 (built with go1.20.4) darwin/arm64 ### Can this issue be reproduced with the...

bug

The first request's summary is "Add a new pet to the store". The other summaries should follow this format instead of for example "Finds Pets by status", which has inconsistent...

Your project looks pretty cool. Would you like to bring it up to date with current GHC versions? The errors I get look like there's been changes to Template Haskell...