Sebastian Wagner

Results 50 issues of Sebastian Wagner

rconsole doesn't store history. It would be really nice if rconsole would store the history in order to just use the up-arrow key to replay recent commands after a restart.

Imagine: ```python from ninja import Field, Schema class Obj: def __init__(self): self.foo = 'foo' @property def bar(self): class Bar: def __init__(self): self.baz = 'baz' return Bar() class S(Schema): foo: str...

Would be great to also have an example how how to easily install the binary on linux, not just for mac. I ended up with ``` curl -s https://api.github.com/repos/bitnami-labs/sealed-secrets/releases/latest |...

triage

# x-post to django-environ: https://github.com/joke2k/django-environ/issues/372 ``` mypy --config-file ../mypy-django.ini project Error constructing plugin instance of NewSemanalDjangoPlugin Traceback (most recent call last): File "/home/sebastian/Repos/src/.tox/mypy/lib/python3.9/site-packages/environ/environ.py", line 367, in get_value value = self.ENVIRON[var]...

bug

### Description of Issue/Question @jtlayton is right now [working](https://github.com/jtlayton/nfs-ganesha/commits/config) on enhancing the reload option to ganesha: It will then also support removing exports. Means that we can then just reload...

You can safely remove `--allow-broken-hostname` from the call to `oaconfig` since openATTIC 3.5.1

enhancement

Hi there, In https://docs.ovh.com/de/publiccloud/databases/mysql/tutorial-connect-kubernetes-to-managed-mysql/#step-5-configure-your-options , you're recommending using a public network for the interconnection between Mysql and the Kubernetes cluster. But In Discord, Bastien Verdebout mentioned: > Hello Sebastian Wagner...

I understand that you've already documented steps to generate stubs for django applications. And that's awesome! Unfortunately the steps are too complicated and I need to give up using type...

enhancement
documentation

Hi folks, I have contradicting `blank=True, null=True` values for our name field: ![image (3)](https://user-images.githubusercontent.com/2574405/178217781-2cbe90f5-7877-4e10-883d-4a36f2cb61b3.png) The field introspection looks like so: ```python name = models.CharField( db_column='Name', max_length=80, verbose_name='Project Name', default=models.DEFAULTED_ON_CREATE, blank=True,...

Hi folks, I was looking into getting logging of my Django app to work in a containerized unit, but not sure how to get it right. General best practice for...

needs Investigation 🔬