Jyri-Matti Lähteenmäki

Results 10 comments of Jyri-Matti Lähteenmäki

Hi, some Haskell packages have long-running (and possibly memory-heavy) test suites. You can exclude tests from a Haskell package by adding a suitable line to default.nix: ``` haskellPackages = hp.override...

You can choose yourself whichever way feels easier for you. As long as you somehow let me know of the problems :)

During these years, fighting with below-average quality react-native tooling and it's constant breaking changes would have required much more time than I had to spend. Therefore I'd recommend for you...

Hi, force-swapping the title is giving me troubles in some use cases. I just tried adding hx-preserve="true" (with head-support included and enabled) to title-element but it still did not preserve...

Hi, I'm currently using an extension like this: ``` htmx.defineExtension('swap-notitle', { handleSwap: function(swapStyle, target, fragment, settleInfo) { delete settleInfo.title; return false; // always return false to continue processing } });...

> I wonder if this would be a better solution to your needs. No, not really, since I wasn't interested in storing anything locally. But you are correct that OPFS...

Yes, that's what I'm currently doing, but there are two problems: 1) It's not available from a public CDN like jsdelivr.net, I have to host it myself somewhere. It would...

I see. The reason I asked was that I made an experimental extension for Htmx: https://github.com/bigskysoftware/htmx/pull/1969 It would have been nice to take it into use only by adding a...

Just to let you know: The best I could come up with was to offer the files next to the Htmx extension here: https://www.npmjs.com/package/htmx-sqlite The user still has to copy...

Could someone maybe change the install script so that NIX_FIRST_BUILD_UID can be passed as an environment variable to override the default value? Or something similar. Maybe also add to installation...