Joshua Chia
Joshua Chia
> I think if `sqlite-direct` supported `sqlite3_carray_bind()` (https://sqlite.org/carray.html) and your version of sqlite version is compiled with carray support (or run-time loaded), it looks like `sqlite-simple` could support the `postgresql-simple`...
OK, I just realized that xdg-desktop-entry exists in the same github account. I'll send PRs shortly.
After the [PR for xdg-desktop-entry](https://github.com/taffybar/xdg-desktop-entry/pull/2) and #574, I believe one issue remains that blocks building `taffybar` with GHC 9.6: https://github.com/cohomology/gi-cairo-render/pull/12 Whereas there has been no response to that PR for...
I think `gi-cairo-connector` and `gi-cairo-render` just need some dependency version bumps, which can be done directly on Hackage, if you have the time and interest.
I'm not a maintainer of any of these Hackage packages. @colonelpanic8 is.
The problem is with gi-cairo-connector, not gi-cairo-render. https://hackage.haskell.org/package/gi-cairo-connector-0.1.1 There's the GitHub repo and there are the Hackage packages.
Yes, https://github.com/jchia/nd The code demonstrating the difference is here, based on stack resolver nightly-2022-06-10: ``` module Main where import qualified Data.Vector as V import Data.Word import qualified System.Random.MWC as M...
If the wraparound were not happening in GHC during compilation, then it would be testing run-time down-casting by `fromIntegral`. But the wraparound/down-casting is happening at compile-time, so these wraparound tests...
The previous maintainer went missing and I took over after your PR. I just saw your reminder. Is there any special reason not to have analogs like `foldNamedWith`? I think...
This still leaves the LLM-side of the problem unsolved. Currently the function schema given to the OpenAI allows the language param to be one of `["python", "shell", "applescript", "javascript", "html"]`....