patata3000
patata3000
Just for info. I got the same error because I forgot to update wasm-bindgen in `Trunk.toml`
Ok so for this one, I see 2 possibilities: - we change app_name in mds/authent/urls.py from `app_name = "authent"` to `app_name = "oauth2_provider"`, - we change mds/urls.py: `path("authent/", include(mds.authent.urls, namespace="authent")),`...
Ok so I may have gotten it. It's not supposed to be working with the oauth2 front end. It should use AppCreationView.
Praise the Lord if you tell me what are the steps to authenticate. I've spent so much time on it and I'm dying of despair.
Ok thanks. Whenever you have time, maybe you can give a small "how to" in the readme to explain how you use it all. :)
Could you give an overview of what you still need to implement?
Moreover, I just realised something that confused me earlier. You're dividing agency API into 2 directories called agency_api and prv_api. As you just stated, provider poller IS provider API. If...
I don't understand what the fullrelease command does. Is it possible to have some details on it? :)
> I am doing this as a workaround, it is just a raw draft. The general idea is it to wrap all functions exported to nvim and let those echo...