Michael Lohr

Results 14 comments of Michael Lohr

This issue still exists

I have set "wakatime.apiKey": "MY KEY" in the settings. It still asks me every time to enter the key. However, the key is prefilled in the field now. But still...

Hi @anantraghuvanshi, I encountered this locally, but then verified that it's not an issue with my implementation by visiting https://ui.shadcn.com/docs/components/data-table, where this issues persists as well. I can see this...

I think this is the right place, however, to have it as a reference here is the other issue that @tf401 created: https://github.com/awslabs/amazon-kinesis-client-python/issues/179. I don't use the Java API too,...

@taunusflieger thanks! That's actually very helpful. But you use `cargo espflash save-image --release ESP32-S3 --flash-size 2MB ./bin/firmware-$version.bin` (https://github.com/taunusflieger/anemometer/blob/master/create-ota-img.sh) to create an OTA image. But if I read the code right,...

There is a PR implementing exactly this, which I think is basically finished and ready to be merged: https://github.com/hashicorp/terraform-provider-aws/pull/24765 ```terraform resource "aws_iot_domain_configuration" "iot" { name = "iot-" domain_name = "iot.example.com"...

Same issue here. Our stream is also low throughput, but `callProcessRecordsEvenForEmptyRecordList = true` did not fix it for us (we also don't have a heartbeat mechanism). The exception: ``` [2022-12-12...

@cjallen88 no, I still have the issue that "name" is not replaced with the actual name in 1.9

I have the same issue. Putting multiple records in the stream per second, but `process_records` is not called.