Eugene Ware
Eugene Ware
My preference would be to use something based on operational transforms if possible. Something like https://github.com/marcelklehr/diff_match_patch that is used by https://github.com/marcelklehr/changesets. That way we would be able to be able...
I also wish to use with css-modulesify.
I've published a temporary package with the ignore option merged in until this gets merged - https://www.npmjs.com/package/brfs-ignore
That was my first thought... and then @rvagg says... look here... an issue! I agree.. could be interesting. The other option is http://coderunner.io (sit is down at the moment -...
Yeah. Vi works
Yeah. Vi works
Thanks so much for your reply @zhegan27 - so, to clarify, the Image Retrieval metrics in the paper were created by taking each text query, and then running it against...
@zhegan27 I completely understand. Good luck with your paper deadline. I really appreciate you being so generous with your time.
@hij1nx In my proof-of-concept of writing a MySQL driver that had the back-end implemented in levelup, called [sql-engine](https://github.com/eugeneware/sql-engine). I used the [simpleSqlParser](https://github.com/dsferruzza/simpleSqlParser) to parse the SQL syntax, and then I...