Elliot Cameron
Elliot Cameron
Now that `mysql` finally has the proper concurrency fixes, downstream libraries need to start using the concurrency-related init functions (`initLibrary` and `initThread`) to get full, safe concurrency from MySQL at...
```haskell > text = "Test" :: Text > [i|${text}|] "\"text\"" ```
Somehow I'm leaving symlinks to plugins and themes even when the site is built with traditional setup (non-frozen).
With nix or subrepos it's entirely possible to create a site configuration that doesn't require you to copy this entire repo's source code into a new repo. That would be...
I've written a lot of functions to set up rolling backups that could be generally useful. I need to turn them into a NixOS module and include them here, or...
Some significant changes were made to how PHP-FPM is served and I think it may require some refactoring to support it.
It's not until you read the README of this repo that you realize not to use this package. Could you guys officially deprecate it?
https://hoogle.haskell.org/?hoogle=HasCallStack Produces no results. Yet https://hoogle.haskell.org/?hoogle=CallStack does. And `HasCallStack` is in the same module as `CallStack`. Could it be because `HasCallStack` is a type alias for implicit parameters (a rather...
Very recent versions of `nixpkgs` expose the filter for `lib.cleanSource` so you can reuse it in your own source filters.
I have a simple page and returning a new URI from my handler has no effect. I'm using latest Reflex-DOM and reflex-dom-contrib on GitHub as of today.