Jan Hamal Dvořák

Results 30 comments of Jan Hamal Dvořák

@reliable-bam: I am not sure I follow. I was talking about 3D printing covers (such as those that are usually made from bent metals and soldered on the board -...

Shouldn't node's `openssl` headers be used when building? Something [along those lines, I believe](https://github.com/nodejs/node-gyp/blob/main/docs/Linking-to-OpenSSL.md). Otherwise one would end up with `librdkafka` built against system headers and then linked against node's...

I am confused by the above discussion. I have decided to hook into these macros for compatibility with a simple home-grown task scheduler and the build fails with: ``` pico-sdk/src/common/pico_base/include/pico/config.h:23:10:...

I am trying to build a subsampling receiver, learning as I go, and to my surprise the excellent demo from luigifcruz wouldn't work with stock SDK. :sweat_smile: Now seriously, using...

For me (Fedora Linux, Firefox, 4K screen with 200% scaling, no browser zoom) it now takes 6 scroll steps to switch to the next value.

Ah, I see. Would it be possible to support the behavior described above as an option then? For example by making it possible to pass update targets that further restrict...

> Edit: forgot that you could set `Model().article = `, hence the need for the two type vars :/ Which can be practically worked around by setting `article_id` instead.

If anyone else stumbles here, this is what worked for me. After https://github.com/raspberrypi/pico-sdk/pull/334 has been resolved, it won't be needed anymore. Fetch the patched SDK: ```bash git submodule set-branch --branch...

Not a maintainer, but I believe you should elaborate on said race conditions, because `watch` is quite fundamental to solving certain situations and the example you have provided is something...

@FloEdelmann: #2457 adds support for MathML that does not span across multiple files. The issue in this report concerns MathML spanning across multiple components and is still present as described...