William Rusnack

Results 93 comments of William Rusnack

@SBoudrias I have reduced the whitespace changes. I only made real modifications to tree.js. The test files were modified slightly to support that change.

@masaeedu Whitespace of the integer lines has always been the same. It seems like we should be able to choose if we want to conserve whitespace or not because it...

Sorry, you are correct. It is always a 3 digit number with whitespace if there is no digit there. I was thinking there could be some biparser constructor that is...

# from masaeedu - https://github.com/masaeedu/co-optics/blob/master/src/Examples/Biparsing.hs - [JSON biparser](https://github.com/masaeedu/co-optics/blob/master/src/Examples/Biparsing/JSON.hs) - [Composing bidirectional programs monadically](https://arxiv.org/pdf/1902.06950.pdf) @yairchu # from yairchu - [Parsers and Builders as Prisms](https://yairchu.github.io/posts/codecs-as-prisms.html) comments on [reddit](https://www.reddit.com/r/haskell/comments/ed7k24/parsers_and_builders_as_prisms/) - [Basic error reporting...

I see. I will remove it

I specified the version because I was having problems with older versions of scipy and numpy. The install seemed to work fine for me in the past, but I will...

I just successfully installed this: ```bash $ mkvirtualenv MinimumBoundingBox Using base prefix '/Library/Frameworks/Python.framework/Versions/3.6' New python executable in /Users/williamrusnack/Envs/MinimumBoundingBox/bin/python3.6 Also creating executable in /Users/williamrusnack/Envs/MinimumBoundingBox/bin/python Installing setuptools, pip, wheel...done. virtualenvwrapper.user_scripts creating /Users/williamrusnack/Envs/MinimumBoundingBox/bin/predeactivate...

Are you using a new environment?

I would be fine if "==" were changed to ">=". Would you mind ensuring that installs correctly and submitting a PR for that?