Erikas

Results 66 comments of Erikas

On 0.17.0 it shows zeroes only: ![image](https://user-images.githubusercontent.com/5955795/124082362-4cc53500-da55-11eb-8e54-bebd1575bf72.png) At this point I am not sure if it worked on 0.17.0 - maybe I haven't noticed (and I do not need `size`...

In case it helps you to narrow down the issue: 1. I am using (currently latest stable) Kafka 2.8 2. How I connect to it (taken from akhq config file):...

Thanks for a prompt response! I assume you meant to set it to topic rather than a group. I tried for `--topic "*"` below command: ``` kafka-acls.sh --bootstrap-server $BTSTRP --command-config...

That fixed it! In case there is another poor soul coming to this thread and looking for read-only access just like I need, here is my config: 1. Create Kafka...

I've got a new toy - Asus Zenbook UX430UQ. Unfortunatelly, asus-fan does not seem to work with this model. I will wait until you close this bug and report a...

Is there any plans to implement hardware acceleration? From my understanding, specifying `-hwaccel vaapi -hwaccel_device /dev/dri/renderD128` is enough for ffmpeg options in my case. However, when I specify these options,...

Hi. Would it be possible to implement a basic hardware acceleration? Something that would be by default disabled and then using command line arguments (flags) can be enabled per-camera basis?...

Hi. Any plans for hardware acceleration, even the basic one?

`acme.sh` app already does this... +1 for merging `renew`+`run` into a single `issue --days 45` (or set `--days` default to 45 or smth)...

https://github.com/hybridgroup/gobot/issues/692 It's broken - this framework is useless for me. Instead I am using below code for my automation: ``` package main import ( "fmt" "log" "net/http" "time" piblaster "github.com/ddrager/go-pi-blaster"...