Ling Li

Results 71 comments of Ling Li

Thanks for the PR, I’ve just accepted and deploying v1.8.4 version as we speak. Hope this resolves things. From: DmitrII Gerasimenko ***@***.***> Reply to: lingster/drf-api-tracking ***@***.***> Date: Wednesday, 31 May...

my understanding is that this package is no longer maintained. You should be able to replace this with dj-rest-auth : https://github.com/iMerica/dj-rest-auth

This could be an alternative solution: https://github.com/yetone/avante.nvim sadly it only works with claude and openai for now

if anyone is looking for the uninstall instructions they can be found here: https://github.com/kiteco/issue-tracker/issues/687 uninstall kited cd $HOME/.local/share/kite and run ./uninstall cd $HOME/.config && rm -rf Kite rm -rf ~/.vim/pack/kite...

You could try https://github.com/AtuboDad/playwright_stealth if you want a python version?

Ok, cleaned up. Merry Christmas! > Christoph Heer mailto:[email protected] > 1 November 2014 14:11 > > There are many lines of comment out code, please remove these lines. > >...

Hi, I have had similar problems running this with Django 2.0.9 and Oracle 12.2. I've identified the statement which causes the exception: silk.views.summary.py: ``` def _num_queries_by_view(self, filters): queryset = models.Request.objects.filter(*filters).values_list('view_name').annotate(t=Count('queries')).order_by('-t')[:5]...

maybe this PR might help: https://github.com/codypiersall/pynng/pull/100

@janosh : I have just submitted PR #100 to fix this issue.

@gannebamm : I've not heard back from any of the maintainers. I've dropped them an email and will wait to see their reply. If you are using pipenv you could...