Sebastian Wagner

Results 50 issues of Sebastian Wagner

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

bug

Turns out, if the list of models is empty, a line export interface Master {} is generated **Yes**, I know this is an edge case, but having this simplifies the...

Hi everyone, The nginx ingress supports a [`whitelist-source-range`](https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#whitelist-source-range) annotations, which is interesting for exposing internal services only to some source IPs: `nginx.ingress.kubernetes.io/whitelist-source-range`. Would be great to have this as well....

We have a Django Admin action: ``` @admin.action(description='Clean portal_id') def clean_portal_id(self, request, queryset): rows = queryset.update(portal_id=None) summary = f'{rows} service components cleaned' self.message_user(request, summary) ``` Running all elements fails with...

### What are you trying to do? ``` HSA_OVERRIDE_GFX_VERSION="11.0.2" /usr/local/bin/ollama serve ... time=2024-03-31T15:09:39.342+02:00 level=WARN source=amd_linux.go:53 msg="ollama recommends running the https://www.amd.com/en/support/linux-drivers: amdgpu version file missing: /sys/module/amdgpu/version stat /sys/module/amdgpu/version: no such file...

needs-triage

I'm getting this when running mypy: ``` user/api/api_key.py:6: error: Skipping analyzing "ninja_apikey.models": module is installed, but missing library stubs or py.typed marker [import] ``` do you plan to add some...

Hi there, this is not really a bug or a feature request, more like a ask for help for a JS filter that no longer works. In https://superuser.com/a/965211/295374 there is...

question

https://github.com/ceph/ceph-salt/blob/4f44d1b1847998f6b5d4447ce00ab1a47bd6ca98/ceph-salt-formula/salt/_states/ceph_orch.py#L108-L110 compare that to * https://github.com/ceph/cephadm-ansible/pull/50 * https://github.com/ceph/ceph/pull/44810

Hi there, Much appreciated! You think we could have a `django_admin_geomap.ModelAdmin` as a mixin? We already use `DjangoQLSearchMixin` and `django_safedelete.SafeDeleteAdmin`. There is unfortunately a limit of classes that I can...