Filip Dobrovolný

Results 11 issues of Filip Dobrovolný

This works as expected: ``` >>> Env.db_url_config("custom.backend://user:[email protected]:5430/database") {'NAME': 'database', 'USER': 'user', 'PASSWORD': 'password', 'HOST': 'example.com', 'PORT': 5430, 'ENGINE': 'custom.backend'} ``` Doesn't work: ``` >>> Env.db_url_config("some_custom.backend://user:[email protected]:5430/database") /usr/local/lib/python3.7/site-packages/environ/environ.py:437: UserWarning: Engine not recognized...

bug

## Describe the Feature I would like to be able to specify `runtimePlatform` to use arm64 arch in fargate tasks. ## Expected Behavior I'm able to optionally set a map...

When I run the DS18S20 in normal mode, everything works as expected with the 4k7 Ohm. When I try to run it in parasitic mode, the library does not detect...

Hi, I use PynamoDB for multi-entity type tables. I developed multiple solutions for this use case to ease my work. I want to present some of them and see if...

/kind feature **Describe the solution you'd like** I want to be able to specify in the `OpenStackCluster` resource prefixes for the following resources which are now constants: * network -...

kind/feature
lifecycle/rotten

/kind feature **Describe the solution you'd like** I want to be able to specify custom tags and/or maybe some part of the description of the floating IP in the `OpenStackCluster`...

kind/feature
lifecycle/rotten

Replace https://github.com/jjanczyszyn/serverless-instagram/blob/446f3c5eb0c2ba4b93fd94616698ed17db000532/front-end/index.html#L95 with ```js ``` Replace https://github.com/jjanczyszyn/serverless-instagram/blob/446f3c5eb0c2ba4b93fd94616698ed17db000532/front-end/js/application.js#L46-L55 with ```js auth0Lock.show(options); ``` Add under this line following: https://github.com/jjanczyszyn/serverless-instagram/blob/446f3c5eb0c2ba4b93fd94616698ed17db000532/front-end/js/application.js#L119-L122 ```js this.lock.on("authenticated", function(authResult) { application.lock.getUserInfo(authResult.accessToken, function(error, profile) { if (error) { let message...

The default installation of the testbed seems to have some built-in dashboards. It would be nice to have them in Cloud in a box as well.

When Django tries to load data from the database it checks that the `internal_type` of the field is `UUIDField` (https://github.com/django/django/blob/stable/3.2.x/django/db/backends/mysql/operations.py#L302-L303) and therefore assumes that it is uuid and tries to...

On database backends which do not natively support UUID fields use CharField DB Representation