Ryan Trinkle

Results 132 comments of Ryan Trinkle

@hamishmack Have you seen this one?

Ah, this is an interesting point @DoctorRyner! I wonder if there's anything we can do to make this work under that constraint.

@wizzup Do you have any insight into why this might be? I'm not sure where hoogle gets its package list, but we could certainly set up something to push our...

@3noch Ah, well, submitting to stackage sounds reasonable enough, although it's kind of lame that hoogle requires that.

In particular, it would be great if this were part of the test suite.

@dc25 Yes, that makes sense to me. Testing that things can be built with reflex inside the container, etc.

There are the tests here: https://github.com/reflex-frp/reflex-platform/blob/develop/test.hs My guess is that most of them would be applicable to docker.

It turns out that nix some [interesting support for docker](https://nixos.org/nixpkgs/manual/#sec-pkgs-dockerTools). I think that using this might give us even better reproducibility, and will probably make it easier to integrate the...

@ali-abrar I'm also not aware of anyone working on it.

This is definitely something that would be nice to have. Reflex's built-in resource management is all GC-driven, so it's only appropriate for situations where prompt destruction is not required. However,...