Cody Kochmann

Results 44 issues of Cody Kochmann

As confusing as version numbers are since everyone can't get on board for a uniform way to write them, having an additional build count has always been crazy (because it...

Please consider adding a full dark theme to the settings. I love using this app but it hurts my eyes to look at it for a prolonged period of time...

enhancement

We are having a hard time trying to figure out how to set up the URLs as certain projects and the current solution (as far as I understand at least)...

The `README.md` suggests under Debian / Ubuntu installation instructions to custom build the package using make. The following appears to be valid in both OS's package managers on their `stable`...

This small example should be all that is needed to explain the problem. ```python from contracts import contract @contract(url=str, returns=int) def validate_url(url=""): """ returns True if the input is a...

We have a specific setup for our git server that doesn't really allow us to use github's username/password to sign in due to a custom 2 factor auth. Because of...

Ive noticed a ton of the issues as of late have been trying to sort out the py2 vs py3 organization and reminds me a lot of what finally made...

Distributed storage has been a long time todo for this db but the auto-incrementing functionality used for the keys made it hard to figure out what the right way was...

I think it would be a healthy addition to add support for it at this point.

Being that going in and out of evaluating sql is where most of the processing time is currently being spent, This should be an important feature to add since it...