Pepijn Overbeeke

Results 6 issues of Pepijn Overbeeke

I use alacritty as a terminal and all colors in alacritty are correctly sourced when I run `wal`, except for the background which stays the same color throughout. Running `cat...

Taking a checkout of master (commit ac5f465) and running `zig build` results in the following error: ``` ./clap.zig:913:19: error: default_value of field 'help' is of type '*const bool', expected 'bool'...

SPQR adds the directives _mappedType, _mappedInputField and _mappedOperation to types, fields, queries and more. When doing introspection on the schema (for example with the query `graphql.introspection.IntrospectionQuery.INTROSPECTION_QUERY`) the three directives are...

I'm trying to figure out how to create multiple different inputs from one Java class. Suppose I have a `Car` class ```java @Data public class Car { private long ID;...

Thanks for the awesome library! I was wondering if support for reactive subscriptions can be added. For example, instead of doing ```java Subscription sub = sc.subscribe("foo", new MessageHandler() { public...

**NeoVim Version** ``` NVIM v0.10.0 Build type: Release LuaJIT 2.1.1693350652 ``` **Describe the bug** When having a keymap to open the summary window right before running the tests will show...