Russ Warren
Russ Warren
Any update here? Python 3 support is really needed.
@svisser Perfect... thanks for the PyPi link!
Not a fan of the tuple return. I think I have a solution that enables me to not have to venture outside of the delorean for handling naive times, though....
I'm confused. 1. Are the `JVM_xxx_MEMORY` settings _a replacement for_ `CATALINA_OPTS` or _in addition to_ `CATALINA_OPTS`? 1. Does this change only apply for recent JIRA versions, or is it an...
See this for more info (instructions how to convert): https://confluence.atlassian.com/confkb/how-to-fix-the-collation-of-a-postgres-confluence-database-966676071.html Also: Confluence now warns you at boot (in the web UI) if your database is using anything other than the...
Also note that setup instructions in the README.md need to change to stop saying `POSTGRES_COLLATE=C` and `POSTGRES_COLLATE_TYPE=C`
I should also add that newer versions of Jira (I first saw it in `8.22.6` but maybe slightly sooner?) now highlight that this change should be done with a post-boot...
Although 3way diff/merge support would certainly be awesome, just having a simple two file diff with word diffing would be excellent. A lot of editor use cases (like mine) can...
I understand the line vs block flashing now after experimenting with [this demo page](https://ace-diff.github.io/ace-diff/demos/demo3/). That is admittedly weird. I wonder if the same would happen with word diffing? Seems like...
`@typing.no_type_check` works perfectly (thanks @JelleZijlstra). Why is this issue still open?