vyruz1986

Results 9 issues of vyruz1986

Hi, I am trying to use this library to have a FIFO buffer for ISR's. In the ISR I am calling the `push()` member function of a `std::queue` object like...

I've tried running rpi-clone with several SDcards and readers but am always getting the same result: a corrupt partition table. This is the output of the script: [root@rpi-01 rpi-clone]# rpi-clone...

This prevents us from needing duplicate log lines to log same output on Serial as well as via Syslog. Tested and working on ESP8266

I was trying to get the CS-lite software installed on a brand new retropie image, using their latest image (v4.8) from [their website](https://retropie.org.uk/download/#Pre-made_images_for_the_Raspberry_Pi). Running the install script worked, but the...

Hi, First of all, thanks for putting this project together! I'm trying to use this project to control/monitor the aforementioned pellet stove, but am struggling to find the right connections....

When using this image (or the regular `jetbrains/teamcity-agent` image for the same matter), both the windows and linux flavors have powershell core installed (`pwsh.exe` on windows or `pwsh` on linux...

When adding the `ContainerRegistry` property to a project, and specifying a remote registry, it seems the default behaviour is that the built image will also be immediately pushed to that...

## Version of the custom_component 1.5.0 ## Configuration ```yaml algorithm: initial_temp: 1000 min_temp: 0.1 cooling_factor: 0.95 max_iteration_number: 1000 devices: - name: Tesla Model Y Charging check_usable_template: "{{states('device_tracker.location_tracker') == 'home' and...

help wanted
question

**Is your feature request related to a problem? Please describe.** The current convention defines [EventHandlers](https://github.com/jasontaylordev/CleanArchitecture/tree/a713468e27deb655eeb96b340318274eeccc5c3f/src/Application/TodoItems/EventHandlers) by naming them according to which event they handle, e.g. [`TodoItemCreatedEventHandler`](https://github.com/jasontaylordev/CleanArchitecture/blob/a713468e27deb655eeb96b340318274eeccc5c3f/src/Application/TodoItems/EventHandlers/TodoItemCreatedEventHandler.cs) handles the `TodoItemCreatedEvent`. In...