Satya Mishra
Satya Mishra
We, [WayLit](https://www.waylit.com/), are still very early on Oso adoption. We're using it with our Django web app. Before Oso we were using django-guardian for object-level permissions. django-guardian is quite nice...
@stefansjs I'm running into this limitation as well. Any updates on progress? Could I offer assistance?
@stefansjs Sounds good
The following patch works for me if it helps speed this up. ``` From e9a077acad0adc8aa800b8cf17ac5677e145f544 Mon Sep 17 00:00:00 2001 From: Satya Mishra Date: Wed, 31 Aug 2022 10:05:54 -0500...
> 1. comment out 'debug_toolbar.panels.redirects.RedirectsPanel' in DEBUG_TOOLBAR_PANELS > 2. leave all other panels in with DEBUG_TOOLBAR_PANELS > 3. comment out "DISABLE_PANELS": ["debug_toolbar.panels.redirects.RedirectsPanel"], This improved request time for me, but DJDT...
#162 Should fix this.
A legacy feed is still available by submitting the form in the noscript tag. The scraping will be different though.
> > A legacy feed is still available by submitting the form in the noscript tag. The scraping will be different though. > > how is this done? Never mind...
@krister-ts Sounds good. Looks like pyserial-asyncio is a BSD 3 Clause license. It should be compatible with MIT License. I'm no expert on licensing either. Anote crediting pyserial-asyncio project and...
Hmm. @krister-ts I feel the API needs to be a bit more hashed out before we're ready to merge. What do you think?