Bob Ippolito

Results 536 comments of Bob Ippolito

I just added some stuff to deal with versions and ./scripts/bump.sh. Not sure if it works because I don't have GNU sed or tac here right now (on OS X).

One problem at a time I guess? We could do something like this now, and work on isolating the effects and such for ghc-mod-mode later. Renaming things sound fine to...

Keeping something on MELPA would be convenient for installation, but it should be bootstrap code that doesn't need to be updated. Minimally it could start up ghc-modi which would have...

I just prototyped something that seems to work in #492

This won't fix the issue with Hasura cloud, but I have worked around this in Docker by patching the binary to replace `SCHEMA public` with whitespace. ``` RUN apt-get install...

We're getting these false positives as well. I haven't put in the time to look at testing this but I think that the only way to workaround this issue is...

This would be a bit inconsistent with how default works elsewhere, in that here we have a few particular values of a type that are considered by the default function,...

If this issue is important to you, the best way to expedite it is to submit a PR with tests

The text here is definitely a great start for writing some tests, btw

I don't recall much C code that deals with decimal, but without writing the tests and Python implementation or auditing the C implementation I couldn't say for sure whether or...