tatulea

Results 7 issues of tatulea

Hi, I would like to validate the format of the wordlist for a custom plugin. I think PreRun should do this, but the problem is that I don't have access...

Hi, I did some tests with the library and I have a case scenario where one of the compared JSON is empty: { }. I am using syntax='explicit' and the...

Hi, I am using a button to put Arduino in sleep mode and wake it up, but the Serial is not working anymore after it is waking up. What should...

Hi, I just tested the Scheduler library and it is working, but when I am using the Arduino with a LiPo battery it is not working. I have a post...

type: imperfection

Hi, Since today my node started to panic with the exception `telemetry_subscribers: panicked at 'assertion failed: ret.is_system_package()', crates/sui-types/src/object.rs:564:9`. This comes from the `tokio-runtime-worker` thread. The docker version that I use...

There are SQL queries that don't have a bool type in the where clause (e.g.: the usage of JSON_CONTAINS_PATH). https://github.com/David-Wobrock/sqlvalidator/blob/6b8732359e4c43c68d3550a10df5eea115417c1c/sqlvalidator/grammar/sql.py#L250 should be the place to change this.