Gagan Deep
Gagan Deep
Thank you for your feedback @atodorov! I will make those changes ASAP.
Hello @hilolih! It appears to me that Kiwi uses [SimpleMDE - Markdown Editor](https://github.com/sparksuite/simplemde-markdown-editor#simplemde---markdown-editor) which does not provide a way to dynamically toggle spell checker. There's already an open issue for...
**Update**: I was able to fix the issue described in my last comment. But now, we have another issue: https://user-images.githubusercontent.com/32094433/234797695-be128d72-00c3-49db-aa1e-f15bbc647803.mp4 The graph animates-in when using setOption method. I have asked...
@Shiva953 pinpointing the source of errors can become challenging when upgrading all libraries simultaneously. I suggest upgrading dependencies individually and testing them incrementally. Start by upgrading one dependency, run tests,...
You can send one PR with separate commit for each dependency. I would recommend to review the PRs created by dependabot with failing CI and then try to replicate the...
@ujjwalkirti you can start working on this issue. You don't need to wait for someone to assign this issue to you, just an intent message is enough. 😄 I would...
Yes @nick2432, go ahead! Don't forget to read my previous comments.
@Shiva953 in the second output, you ran the QA checks script and not the Django test suite. To run the complete test suite use `./runtests.py`. QA checks are for the...
> > @Shiva953, you need to add a test in https://github.com/openwisp/openwisp-radius/blob/master/openwisp_radius/tests/test_users_integration.py. > > It was mentioned in the issue description. > > sure, `test_default_group_handler` can be a suitable name(to be...
We found these shortcomings during the review - Write total number of users registered on the systems to influxdb once a day. No need to write the data point on...