Andrew Fecheyr

Results 17 comments of Andrew Fecheyr

@deckar01 Awesome. Thanks. I will try your code tonight.

I'm also bumping into this issue: ``` bash $ brew install install ghc cabal-install $ ghc --version The Glorious Glasgow Haskell Compilation System, version 7.10.2 $ cabal update $ cabal...

I cloned the repo and built it from source as explained on the readme. Then copied `dist/build/erd/erd` to `/usr/local/bin`

The code from Timon fixes mounting as a network drive in Windows 7, but brakes Mac OS X and iOS clients.. My CustomResource overloads `root` by adding a user specific...

The crudest, most dirty fix that worked for me to allow multiple recorded requests is this: https://github.com/andruby/exvcr/commit/0711e8d1228a81c954b6db6035971776d2f95e0a I'm sure the checks that I removed in that commit have a reason...

@saspol would you mind sharing the exact changes that made it work on 433Mhz? I can help you create a pull request so we can merge it into the library...

I hunted it down to changing ```heex ``` to ```heex ``` That made it all work. Seems like Phoenix 1.8 changed the css path from `/assets/app.css` to `/assets/css/app.css` and the...