Alexei Samokvalov
Alexei Samokvalov
The "hack" I described above is wrong. It worked only because `created_by` and `updated_by` was the same user. I will edit the issue description. I came up with the following...
@fdncred I changed the iterm2 configuration as you suggested. But unfortunately it didn't help. Actually I need the "Left Option key: Normal" setting because I use Alt to type characters...
Consider: https://github.com/batiati/mustache-zig
I am not sure if it is needed at all.
The value of the `--color` option might be used by the main program, not only while printing the help message, i.e. the option value must be sharable between `zig-cli` and...
Is the README not enough?
The configuration property `graphql.servlet.max-query-complexity` works like a charm with servlets but does not have any effect with WebFlux. Is it a known issue? Any plans to implement it?
This is a good point! Arbitrary HashMaps are not supported yet, e.g. `HashMap(string, MyValueType...)`. I do not know yet how to map `toml.Value` to any possible `MyValueType`. I'm open to...
Thanks for pointing me to the "official" json parser. 👍 I see they changed quite a bit. I will look into.
Finally implemented. @sirenkovladd Thanks again for the helpful links! The implementation was simpler than I initially thought.