ov3rk1ll

Results 11 comments of ov3rk1ll

@colthreepv one of the main differences is the way to two apps approach browsing: quest-sidenoder provides a file browser that can work in any folder while [vue-sidenoder](https://github.com/ov3rk1ll/vue-sidenoder) only looks at...

On a similar note: `'QueryStringCacheKeys': {'Quantity': 0}` is needed in the ForwardedValues in line 493. https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L493-L496

I ran into the same problem and came across this issue. For it was enough to just update WeasyPrint (`WeasyPrint==50` in my `requirements.txt`) to fix this problem on my (GitLab)...

I've looked into something like this as well and have found a different approach to provide more information in a similar manner. Instead of writing all the information to a...

@kingosticks I've not seen that but it's good to know. Depending on where this ID will be used it might not be too hard to authenticate a user but it'll...

Thanks for your feedback. Just let me know if there is anything you want to change after you had a chance to look that the feature. Regarding unit tests: I...

I have now pushed all the unit tests I could think of for the new API. There are no tests for the javascript I'm not really sure how that would...

> * Do the test run on an emulator? Then we could [launch one during the build](https://stackoverflow.com/a/31502043) I have no updated the project with some test files that get pushed...

I have added a progress/loading indicator for both the list and zip file. I'd say that feature-wise, this PR is done so I'd not consider this WIP anymore.

I have changed the bootstrap import back to the darkly file for the theme. The rest of the dependencies look okay to me. I don't think icomoon would work via...