Janus Troelsen

Results 288 comments of Janus Troelsen

Thanks for improving the FFI, I will check it out. Apropos threading: I regard threading as a way to run *blocking* functions concurrently. libuv requires setting up callbacks, but the...

@frasertweedale Of the issues linked, which one do you think is the worst? I suppose "severe memory issues" is worse than an infinite loop? Or is the infinite loop better...

I have added OSV support to Renovate now, you can see `hackage` listed [in the configuration](https://docs.renovatebot.com/configuration-options/#osvvulnerabilityalerts). However, the OSV functionality in Renovate is off by default. If turned on, people...

I've almost added [Cabal support to Renovate](https://github.com/renovatebot/renovate/pull/33142), but it only supports ranges like `>X.Y &&

Sure, I would merge PRs that fix warnings. I would prefer them to be submitted one-by-one such that each PR only fixes one type of error. Because I think there...

Since PureScript and Idris2 are both strict, it seems to me that it should be possible to port the PureScript libraries for this. Or am I somehow wrong about this?...

Just to clarify, when I wrote `Data...` I just meant `Data.Text`. I have now expanded this. The whole module path is colored consistently. The problem is that the qualification changes...

Would it also be possible with a version in [Data.Foldable1](https://hackage.haskell.org/package/base-4.20.0.1/docs/Data-Foldable1.html)?

That ICANN announcement only applies to *new* domain names. The existing dotless names continue to be valid. Like http://ai./

@Gabriella439 It would be nice to merge this, since `--allow-newer` isn't enough to make Dhall work on Stackage Nightly now that the source change in this PR is necessary. That...