Andrew Conti

Results 29 issues of Andrew Conti

# Summary I'm trying to unlock my repository but git-crypt fails because it believes there's no secret key. However, `gpg -K` shows my secret key is there. ### The error...

- [x] Readme header has an unclosed p tag #507 - [ ] Converted package management system workflow to pipenv. #568

release

This allows debug information to be accessed by adding this directive to `nginx.conf`: ``` error_log /var/log/nginx/error.log debug; ``` This is the recommended way based on the nginx-rtmp-module wiki: https://github.com/arut/nginx-rtmp-module/wiki/Debug-log

I'm trying to use `values.SecretValue()` to setup my aws bucket name. To set Django's media url in the past I've used: ``` python AWS_STORAGE_BUCKET_NAME = values.SecretValue() MEDIA_URL = 'https://s3.amazonaws.com/{}/'.format(AWS_STORAGE_BUCKET_NAME) ```...

### Initial checklist - [X] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Feature
Companion

- [ ] Implement a simple node server to serve app #16 - [ ] Update project's feature list #34 - [ ] Add javascript linter #35 - [ ]...

release