Results 12 comments of Dan Turkel

No worries! I'll also take a look at the library in the coming weeks and see if this is something I can possibly contribute.

@zeenewton Is there a workaround for the `DEALLOCATE ALL` issue? I'm running several queries in a pscyopg `with` block and getting ``` SyntaxError: syntax error at or near "ALL" LINE...

This would be a great feature. I'd love to help get it merged but I can't tell what is failing in the CI. Any help @dahlia ?

I'm guessing the python2 tests are failing with the f-string syntax. Try replacing: `f'{k}:{v}'` with `str(k) + ":" + str(v)`

this one looks like a different error. i defer to @dahlia who probably has a better understanding of the CI setup. but the syntax error from before is gone and...

This looks like a great paper, though I typically try to link to the paper that originated or largely popularized a concept. In the case of quantization, that might be...

@justinmayer is there an easy way to do this?

I should note I implemented this in a local fork here: https://github.com/daturkel/vim-markdown/commit/9adae9867d68c53756d327d39243aacf52441beb

I did not make a PR but can if desired. There's the tricky case pointed out by @benlk that `- [x]` should likely be followed by `- [ ]` but...

Unfortunately it may not be :/