Jan Hamal Dvořák

Results 12 issues of Jan Hamal Dvořák

I happen to have access to quite a few repositories and have to scroll a while to locate the one I need at the moment. Would it be possible to...

Custom events cannot be supplied to `sync`. For example: ``` racket -> (struct: (a) reply ((evt : (Evtof a))) #:property prop:evt (struct-field-index evt)) -> (sync (reply always-evt)) ; readline-input:4:0: Type...

Hi, I am wrapping libnl3 for use with Racket at https://github.com/Mordae/racket-rtnl and it seems as if `rtnl_link_is_bridge` fails on newly obtained bridge link objects. For example: ``` racket -> (let...

I might be confused here, but shouldn't the gain of an unity-gain opamp configuration at the GBW frequency be -3 dB? Because afilter gives -6 dB.

(First of all, thanks for an awesome tool!) When running on Fedora 36 with `chrome-sandbox`, component scroll skips every other value. This is with `2022-08-21` release from https://falstad.com/circuit/offline/. Steps to...

Using `up.reload(":none")` should make the request as usual but only update hungry elements for consistency with `up-target=":none"`. It currently crashes, unable to find an actual `":none"` inside the fragment. As...

Hi, thanks for sharing! I have read your articles and hopefully one day I'll be able to replicate your work. Wouldn't it be possible to implement shielding cheaper than custom...

**What rule do you want to change?** Not exactly a specific rule, but I have been motivated by `vue/no-v-text-v-html-on-component` being falsely triggered on MathML tags. `isCustomComponent()` is being called from...

Add support for MathML elements same way SVG elements are supported. For context, Vue now supports MathML out-of-the-box as well: https://github.com/vuejs/core/pull/7836

Hi, I was taking the fact that the FFT always "jumps around" as a harsh reality of life, but I've just realized it's doing that only because we are not...