Results 31 comments of Marcelo Zabani

This is really great! If you're willing to submit a Pull Request, I'll accept it right away!

I don't mind taking a dependency on Microsoft.Owin, but it upping the framework version really necessary?

Sorry for taking so long to respond, I thought I already had replied to this. I don't believe requiring .NET 4.5 would be a problem at this point. What do...

I once searched for ways to make Fos/FastCgi work with IIS, but I honestly can't remember finding any good info on this; you seem to be much more aware of...

Wow, IIS seems really strange! However, I'd certainly love to get it working with Fos. The main difference - and you said it yourself - is that Fos does one...

I'm pretty new to Haskell and even newer to Opaleye, so sorry for sticking in like this. Shouldn't _Numeric_ be arbitrary precision decimal numbers? Considering that, wouldn't it be better...

I wrote a bash script that previews anything pandoc can render in the terminal itself, and detects modifications to the file to reload. My helix-config-foo isn't great so I'm not...

This worked for me as well, with the caveat that you can't keep `hardware.raspberry-pi."4".audio.enable = true;` in the configuration (perhaps this is obvious to most, but wasn't to me).

This is, as usual, trickier than it sounded. Codd needs to check after each migration it applies if the list of applied migrations has changed, and skip migrations that had...

~I don't think this actually works because we also checksum pg_settings. If we `RESET ALL`, we undo any `SET ..` and thus will not be able to checksum changes in...