Kamil Trzciński

Results 269 comments of Kamil Trzciński

Hey Guys, you maybe interested in: https://github.com/gitlabhq/gitlab-ci-runner/pull/99 and https://github.com/gitlabhq/gitlab-ci/pull/462. It's still WIP, but very promising.

@randx Do you plan to merge it?

We had the same problem recently: https://gitlab.com/gitlab-org/gitlab-ce/issues/48978#note_86799573.

@FrYakaTKoP Np. It might be as easy as allowing to choose codec :) and bitrate. Those are two primary parameters to allow. In case of `h264_v4l2m2m` you additionally need to...

@FrYakaTKoP Pretty easy. This is what I use on my Voron 0 and RPI3B+ (previously RPI0.2W): ```diff diff --git a/component/timelapse.py b/component/timelapse.py index d26a25e..dfb6b3a 100644 --- a/component/timelapse.py +++ b/component/timelapse.py @@ -652,9...

> Do I understand it correctly that the problem you want to solve is that if in high throughput situations, there could be read more data from the UART than...

You might look at my custom components. I spend last week on trying to get this working: https://github.com/ayufan/esphome-components. It seems to be. So any feedback is welcome. Maybe we could...

I add installation section: https://github.com/ayufan/esphome-components#1-installation @inforsgit. Not all controls are exposed, as `Climate` component is not super flexible, it is less flexible what Home Assistant do offer :) I plan...

@inforsgit I still see some problem with time configuration. Not sure why, something is broken there.

I fixed a bug with time. Update is on GitHub.