mvanderlee
mvanderlee
I added support for Cygwin users. I've tested it both from cygwin bash and eclipse.
### Describe the bug Found a similar report in #5216, point 3. We have a modal that opens a secondary confirmation modal. The secondary modal is not nested in the...
**Is your feature request related to a problem? Please describe.** I'd like to use Ory Oathkeeper with: - [ ] **[Traefik Forward Auth](https://docs.traefik.io/v2.0/middlewares/forwardauth/)**: ([example](https://github.com/thomseddon/traefik-forward-auth)) - [x] Implementation is required -...
Using type annotations to define the schema messes with IDEs in cases where the schema's post_load returns a different object. Example: ```python import marshmallow as ma import marshmallow.fields as mf...
Add BackgroundTasks via an injectable.
Resolves #39 Build on top of issue_37 branch, which is part of MR #38. Adds support for background tasks
Resolves #37 Tested with: ```python import logging from dataclasses import dataclass import marshmallow as ma import marshmallow.fields as mf from flama import Flama from marshmallow_dataclass import dataclass as ma_dataclass logger...
**Describe the bug** When minifying angularjs I ran into an issue where valid variables were defined to `undefined`, and then `void 0` **To Reproduce** ```js function ngOptionsPostLink(scope, selectElement, attr, ctrls)...
I need to pull from a private pypi repo, I'd like to specify the index-url via the pip argument.