Ryan Trinkle

Results 40 issues of Ryan Trinkle

This should be a package in `lib` with two main things: 1. A nix function that takes a single high-res input image and produces appropriate favicons for every platform 1....

Nix does not work on certain platforms (at least: Windows and Arch Linux). For users of those platforms, try-reflex isn't useful, so we should provide a docker image, an OVA...

enhancement
help wanted

See https://github.com/reflex-frp/reflexfrp.org/pull/3#issuecomment-290739524

enhancement
help wanted

We'll add this repo to hydra.reflex-frp.org

Currently, `packunused` considers [this package](https://github.com/ryantrinkle/packunused-implicit-prelude)'s use of `base` redundant; however, removing `base` from the cabal file results in a failing build, due to the implicit import of `Prelude`. Although this...

This: ```haskell test = withSystemTempDirectory "test" $ \dir -> do withDb (dir "db") $ \_ -> return () ``` looks reasonable but causes scary-looking (but benign) output: ``` pg_ctl: directory...

I'm not sure whether this can actually cause problems, but it does not seem ideal.

It looks like `Ctrl-C`ing certain processes that are using gargoyle will shut down the monitor as well as the process itself. I believe we need to do more to "daemonize"...

When a thunk is pointing to an SSH URL but the repo is marked public, the user's SSH key doesn't seem to get through, and so they can't access it...

**Describe the bug** I just created a new library with a cabal file, and listed `base` and `template-haskell` as dependencies, with no other dependencies. Upon entering a nix-shell, `template-haskell` was...

bug