nikolas

Results 111 comments of nikolas

There's a pull request for 3.3.x compatibility here: #107. Maybe worth trying out?

I might send a PR for this some time but for now if you just want to prevent the first item from being open by default, you can remove the...

Lately, I've only seen this issue occur during Django's `collectstatic` and `migrate` steps. This error can be worked around by not initializing sentry_sdk during the `collectstatic` process. For example, in...

Yeah, I'm having trouble setting the active tab dynamically. I have something like this set up: ``` let activeTab = 'polls'; const onClickBroadcastPoll = function() { activeTab = 'responses'; };...

Thanks for your feedback. I agree - this is a bigger change than this PR. To start, I'd have to fix all the test failures. To resolve our specific issue,...

I've made a new release of this library with django 4.2 support here: https://github.com/ccnmtl/django-tagging/releases/tag/0.5.1 It's not on pypi but you can use this wheel file.

This might actually need to be addressed in PyLTI, not django-lti-provider. I've seen other auth-related errors too that I'm only seeing because i have pylti debugging on.