Sören Wegener
Sören Wegener
I wanted to use the "getManualOptions" feature (https://github.com/asafdav/ng-s3upload/commit/b1c4d12cc3ea40a4c60d390ad48574fac5f6cdb4), but I had trouble making it work. While debugging, I noticed that the include file `build/ng-s3upload.js` does not contain the `getManualOptions` feature....
Using the subdomain bucketname.s3.amazonaws.com causes issues with buckets containing a dot in their names. It makes browsers reject the issued SSL certificate. Therefore I propose using s3.amazonaws.com/bucketname to build all...
I would like to fetch the options on my own, but with the current implementation of `getManualOptions`, the object must be resolved before the directive is loaded. I thought that...
The documentation does currently not describe how to use a custom `serializer_class` with extra actions. The example uses a custom serializer without using the seralizer_class attribute, resulting in the generated...
Mainly documentation and error output changes, since I had trouble understanding how to fix the "SQL analyser" problem when adding the linter to my project. Furthermore, fixed a bug that...
Fix #17: Add a button in calendar and day view which allows to easily switch departure and arrival location. It allows to compare prices for the trip back home without...
**Is your feature request related to a problem? Please describe.** I want to increase security by detecting reuse of old refresh tokens. Scenario: - A malicious actor steals the refresh...
## Pre-merge checklist - [x] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs - [ ] PR was reviewed...
Travis pipeline is not working anymore. Switch to GH actions for a reliable build of GH pages
It would be nice if we could test given solutions automatically, allowing to check for correct solutions and measuring their performance. This way we could integrate CI and allow faster...