Seikilos

Results 12 issues of Seikilos

I've seen your docker file but it was using core 2.1 while your projects are on 3.1 already so it seems out of date. Beside this I wrote a small...

Chapter 10, page 206 states > You might be wondering why we're only lighting up three LEDs using the hardware PWM, [...] AVR's dedicated PWM pins are limited to [...]...

There is something odd in the setup. The serial scope under https://github.com/hexagon5un/AVR-Programming/blob/master/Chapter08_Hardware-Interrupts/capSense/serialScope.py does only handle USART data in terms of reading it as `ord` (https://github.com/hexagon5un/AVR-Programming/blob/master/Chapter08_Hardware-Interrupts/capSense/serialScope.py#L6) But the entire `capSense` code...

I noticed that there are two ways, how 3rd party libraries (the same is true for OTELs Node SDK) emit instance.id and other fields. For instance does the otel logger...

I noticed that the manual created dashboards allow me to set Preset Time Ranges, but these are evaluated to absolute time. So looking at a dashboard with multiple metric charts...

**Describe the bug** The code `` causes `Avoid parser blocking scripts by adding `defer` or `async` on this tagtheme-checkParserBlockingScript` despite having set these things: ``` {% # theme-check-disable ParserBlockingJavaScript %}...

Bug
theme-check
open for contributions

### Description The default seccomp profile on windows is more permissive than the version on linux. I cannot remember to have change seccomp on my windows installation. ### Reproduce (This...

status/triage
area/WSL2
version/4.26.1

Currently the Open AI API Impl (0.3.8) does not return the usage information (how many tokens were given, how many were returned) when *streaming is enabled*. This has been an...

Hi, due to a lack of documentation I am trying to create a simple PDF exporter and was playing around with deriving from RendererBase because I won't return a text...

question