Felix Eckhardt

Results 11 issues of Felix Eckhardt

I can't get the Commands work for the `CaseApp.parse[T]` method. The compiler can't find the implicit Parser. What am I missing? ``` import caseapp._ sealed trait DemoCommand case class First()...

Thanks for your tutorial. I followed your instruction and after pressing CMD+~ I get the following result: ``` [Running] cd "~/dev/iot/esp/projects/hello_world_native/main/" && gcc main.c -o main && "~/dev/iot/esp/projects/hello_world_native/main/"main main.c:3:10: fatal...

I am working on a scrolling effect on the ILI9341 screen. In my example I am moving a blue rectangle from one side of the screen to the other. This...

I would like to change the brightness of an image before pushing it to the LCD. What would be the best way of accomplishing this? It would be nice if...

enhancement

I am working on some bigger Haskell project, which take a while to compile. Currently on every edit Intellij saves the file and runs the compiler. This delays the typing...

Currently the http4s cookie parser fails on cookies with no leading space after the delimiter `;`. E.g. `key1=value1;key2=value2` is not supported. By the [IETF Standard](https://datatracker.ietf.org/doc/html/draft-ietf-httpstate-cookie-10#section-2.2) it is not required to...

module:core
series/0.23

esp_deep_sleep types where renamed to only esp_sleep and a delay is required, before you go into deep_sleep, otherwise the buffer is lost. see issue https://github.com/SensorsIot/ESP32-Deep-Sleep/issues/1

First and most important: Thank you for building the awesome plugin. I think the combination Spring + JTE +. htmx has huge potential! I was wondering, what you would think...

My Intellij can't resolve the view path. Any idea how to fix this?

### Describe the bug I am trying to build release on my windows 10 arm64 machine. Everything works like a charm, until after the signing part, when wix binaries are...

type: bug
platform: Windows
status: needs triage