Emil 'Skeen' Madsen

Results 27 issues of Emil 'Skeen' Madsen

Hello, I don't know which considerations were applied when this library was designed, and whether keeping dependencies to an absolute minimal is a requirement, but if this is not the...

good first issue

This PR will attempt to fix #198, by allowing the cache library to wrap asynchronous functions similar to how non-asynchronous functions are wrapped.

We run code alike this: ```python import httpx import pytest import respx from respx.mocks import HTTPCoreMocker @pytest.mark.asyncio async def test_asgi(): try: HTTPCoreMocker.add_targets( "httpx._transports.asgi.ASGITransport", "httpx._transports.wsgi.WSGITransport", ) async with respx.mock: async with...

Currently version 1.8.0 / 1.8.1 is on pypi, etc, but not on github as a release.

This PR introduces a `.travis.yml` file, which tests the minikube statefulset example. In order to enable Travis on this repository (assuming the PR gets merged), please follow: https://docs.travis-ci.com/user/tutorial/ Setup shouldn't...

**Describe the bug** I expected to be able to generate Pydanic models for validating JSONSchemas themselves. **To Reproduce** Fetch the json-schema meta-schema draft 7: ``` wget http://json-schema.org/draft-07/schema ``` Run datamodel-codegen:...

Hello, Would it be possible to make GitHub releases as a part of the release cycle?

Hello, According to the METADATA information on the package; cat site-packages/django_common-0.1.51.dist-info/METADATA Metadata-Version: 2.0 Name: django-common Version: 0.1.51 ... License: BSD This software is released under the BSD, it doesn't state...

Hi, It appears that the provider currently supports legacy integrations / plugins. For instance deploying the Gitlab integration: ```hcl resource "sentry_plugin" "gitlab" { organization = sentry_organization.my_org.id project = sentry_project.my_project.id plugin...

Hi, We are currently managing Grafana via Terraform, and are now testing out Sentry. We would like to configure the Sentry as a data-source in Grafana, to do this, Sentry...