Geoffrey J. Teale
Geoffrey J. Teale
When an error occurst in `zig fmt` the compilation buffer doesn't interpret the ASNI colour codes in the output, and looks kind of ugly (and somewhat hard to read) as...
Currently, the TOML support that was added supports simple Key/Value configurations but doesn't handle some of TOML's more complex structures. We should: - Define test cases for all TOML features...
During a cross team meeting with marketplace they pointed out that it was hard to know what parameters you needed up-front. They've ended with lots of duplicate rulesets with version...
In the event that someone submits a regula rule that includes Windows/DOS line endings. We'll cope with it without error (hopefully). However, the lexer's `scanComment` function will currently break on...
There is an assumption in the `regula/rule/operator.operator` handling of `Contract`s. We assume that only the final Term in the contract may have `Cardinality == MANY`. We should enforce that rule...
Create documentation describing how to use RUSE to create rules - UI - Ruleset Structure - Language features - Operators - Cook Book
The `watch` function will generally timeout if nothing changes for a particular prefix (by default this will happen after 30 seconds). The client code doesn't handle the 504 explicitly (it...
Note that is distinct from the Yoga 6 13ALC6 (there's a different issue for that). I've already created the the libwacom tablet file so you'll see that in the sysinfo...
It seems that sometimes Unicode characters don't output correctly. Go is usually pretty good at doing the right thing here, so I suspect this might just be to do with...
We should print a log message when the Consumer starts up. The message should look like: "started kafka consumer on topic foo, partition bar at offset 420"