Igor Calabria
Igor Calabria
### Issue Summary Sometimes queries may be get stuck "running" forever (until redis expiration) after worker failures in redash 10. Running the query again with no changes has no effect...
**Describe the bug** A hardware failure brought one of our brokers down and strimizi kept restarting it which made it impossible for the broker to recover the unflushed log segments....
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened When using if-else blocks like this: ``` {% if true %} {%...
### Feature Request / Improvement Hi everyone, I asked around in slack and @singhpk234 pointed me towards https://github.com/apache/spark/pull/34072 where spark rejected the idea of passing DataFrame options via hints, which...
Hi, I'm trying to add support for these models and I figured you guys could help me get past some issues. This is my first RE project, so feel free...
## Question What would you like to know? Hi, not sure if I've missed something but is there an easy way to apply conditional styles (https://posit-dev.github.io/great-tables/get-started/basic-styling.html) to pivoted tables (ie....
### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issues exists when I tested with `:latest` - [ ] I'd like to contribute the...
To reproduce just try to wrap lz4 https://github.com/lz4/lz4/blob/dev/lib/lz4.h ``` (autowrap:c-include "/usr/include/lz4.h") ``` I think it might be related to this incomplete typedef here https://github.com/lz4/lz4/blob/dev/lib/lz4.h#L314 Not sure if it's the right...