Karambir Singh Nain

Results 7 comments of Karambir Singh Nain

Adding more for t470 Prototype version 15 Found device 138a:0097 step 1 usb write: 0000 01 usb read: 0000 00 00 f0 b0 5e 54 a4 00 00 00 06...

Though its your call, I would suggest dropping support for `.bumpversion.cfg`. There are just too many separate config files. Most people can use either of `setup.cfg` or `pyproject.toml`.

A simple but working implementation is done by me here https://github.com/karambir/django-oidc-provider I am using the that package with oidc client: https://github.com/karambir/mozilla-django-oidc Back-channel logout basically needs to store something to identify...

Nice PR. :+1: I also like the idea of TwythonCore and TwythonAds. But we should merge this PR then do another one for that.

I tried to make my own class by copying FastFixtureTestCase and inheriting from LiveServerTestCase. I called super methods in setUpClass and tearDownClass. It is working most of time. But liveserver...

In Dockerfile, change `python` where it is installing packages `RUN apk add --virtual .build-dependencies` to `python3`. But it still won't build as it fails at npm installation. Image is using...

Hey @Dibbyo456 , Thanks for noticing these. First issue can be fixed easily. I'll push the fix soon. For second, I am trying to get the initial loader page stuck...