Results 6 issues of poklau

### Describe the bug My AWS server disk was full today, and when I expanded the disk capacity, two of my three ILP TCP clients (the two with high data...

### Describe the bug Run: select * from aws_iot_device_shadow_update order by ts desc limit 10; [19:47:20] Partition '54448-04-21' does not exist in table 'aws_iot_device_shadow_update' directory. Run [ALTER TABLE aws_iot_device_shadow_update DROP...

Bug

We use GitHub issues for development related discussions. Please use the [forum](https://forum.littlevgl.com/) to ask questions. **Describe the issue** I have a 128*32 resolution OLED screen driven by SSD1306. When I...

stale

### Is your feature request related to a problem? Run sql in console: ``` sql create table test( ts timestamp, uid SYMBOL capacity 131072 index capacity 4096 ) timestamp(ts) partition...

Question
Documentation

I found that this library works fine when using broadcast mode, but if I configure the target address as `ESP_mac`, then the `esp_now_send` function call returns a non-zero error. ```...

### To reproduce 1. set configuration file: ``` config.validation.strict=true http.enabled=true http.net.bind.to=0.0.0.0:9000 http.net.connection.limit=1000 query.timeout.sec=60 cairo.o3.column.memory.size=64M cairo.o3.partition.split.min.size=10M cairo.o3.last.partition.max.splits=100 line.tcp.enabled=true line.tcp.net.bind.to=0.0.0.0:9009 line.tcp.net.connection.limit=1000 pg.enabled=true pg.net.bind.to=0.0.0.0:8812 pg.net.connection.limit=1000 pg.worker.count=4 cairo.wal.enabled.default=true wal.apply.worker.count=4 wal.apply.worker.affinity=0,1,2,3 metrics.enabled=true ``` 2. create...

Core