Nathan Ollerenshaw
Nathan Ollerenshaw
OK, so after spending a little time figuring things out (and getting help from colleagues) I figured out what I was doing wrong, and I wrote an [example TypeScript app](https://github.com/matjam/svelte-jsonplaceholder-ts-example)...
> Hello, I’ve ported the real-world app to Svelte Typescript. Ha! Thank you - yet again proof that if you procrastinate long enough, someone else will scratch your itch :D
+1 We're using FreeIPA and I'd like to configure SSO. Currently it won't authenticate against FreeIPA's LDAP and SSO would be more preferable to that anyway.
probably need to ship this; System 3.2 just dropped and now tiny5e won't load :-)
I'm seeing this in production so it's not just when you interrupt. I think it's something to do with how logging is being configured but I've not nailed it down...
I believe thats something Arch does, its not necessarily standard, so its probably still valid advice. https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/blob/main/0001-Enable-atomic-kernel-modesetting-by-default.patch?ref_type=heads
Have you got an idea of the API you're looking for? internationalization covers a lot 1. Bidirectional text support - required for Arabic or Hebrew etc. 2. Locale aware formatting...
I am asking what API you're looking for and if you need help writing it. Its just a starting point mate. I would like to help if I can?
@P403n1x87 What you're saying is, we need to do the following? ``` import ddtrace.auto from ddtrace import patch_all patch_all(gevent=True, psycopg=True, elasticsearch=True, urllib3=True, botocore=True) from gevent import monkey monkey.patch_all() ``` If...
So looks like there were some importsin `__init__.py` which was loading ssl and other things. I moved that code out into a separate package, and now we have the following...