Jonathan Nye

Results 9 issues of Jonathan Nye

Hi @dmontagu! This is my initial attempt at defining both the base_route and the crud_base. Both of these can be used to start a CRUD API and adds filtering and...

Hi @dmontagu Nice work here. I have developed some CRUD tools, using the FastAPI postgres template "CRUD" base that works together with your CBV. I have also added sorting and...

enhancement

## Expected behavior Create an item when clicking create ## Actual behavior Click create object and I get the error: forestadmin | [forest] ���🌳🌳🌳 Unexpected error: Invalid usage of the...

Hi, Would it be possible to add other social icons to NavSocial? At the moment it is limitied to just Discord and Github. Thanks!

good first issue
@portaljs/core

The opencage.py is missing the following properties: @property def north(self): return self._bounds.get('northeast', {}).get('lat') @property def south(self): return self._bounds.get('southwest', {}).get('lat') @property def east(self): return self._bounds.get('northeast', {}).get('lng') @property def west(self): return self._bounds.get('southwest',...

Hi, The ingressClassName is missing from the helm chart and templates. https://kubernetes.io/docs/concepts/services-networking/ingress/#the-ingress-resource It is available in the Rasa-X chart: https://github.com/RasaHQ/rasa-x-helm/blob/87a311f92481a2f476a517fb9c80766b16696022/charts/rasa-x/values.yaml#L830 Thanks.

Hi, This chart has all the other network policies required, but the duckling one is missing: https://github.com/RasaHQ/rasa-x-helm/blob/87a311f92481a2f476a517fb9c80766b16696022/charts/rasa-x/templates/network-policy.yaml#L1020-L1061 Thanks, Jonathan

Hi, if I specify a different name, like "rasa-production" the network policies no longer apply. See: https://github.com/RasaHQ/helm-charts/blob/2875622c467c89fbb2ac00202c395852ea237075/charts/rasa/templates/network-policy/rasa-bot-allow-egress-http-https.yaml#L9 It should be something like: {{ include "rasa-common.names.fullname" . }}

Hi, The helm chart doesn't seem to allow setting custom secrets for these values outside of the values file like the Rasa X Helm chart allows. It would also help...