Justin Winokur

Results 27 issues of Justin Winokur

I am not very experiences with any of the technologies used here, but I have been able to get a bare-bones gallery working (to be used on a personal static...

feature request

I wanted to play and at least test this out since your example gallery isn't working (another issue). So I installed on macOS, into a clean virtualenv. Using `path.py`, it...

This is an issue in preparation for a patch I will be trying to make. I want to update Bottle to accept `pathlib.Path` paths across the board. My plan is...

Maybe because I served an empty directory and it was the first time running it but I am seeing template syntax like `{{ openTabHeader}}` and `[{{quickResult.score}}]: {{ quickResult.target }} `....

Currently, there is no support for file modification time. I know that the b2blaze api reads a byte stream so it would have the be specified. It seems like B2...

How hard would it be to modify the upload code so that if I already know the SHA1 (since I need it for my app already), it can save computing...

As one would expect with a normal dictionary, it cannot be used (easily) with multiprocessing for writing values. However, a normal diction can be used for reading. sqlitedict fails even...

bug
medium difficult
need info

When using integer keys, they are converted to strings. Therefore: ```python mysqlitedict['1'] = 'ONE' mysqlitedict[1] = 1 ``` all refer to the same thing.

I am trying to use the new WebDAV backend but when I hit done, the “pinwheel” like icon comes up then it goes back to the add mode. No warning,...

bug