Alex Seeholzer

Results 10 comments of Alex Seeholzer

@hotpxl this worked for me! thanks! Edit: Actually, now tab completion on ``mv`` is broken, giving me ``` (eval):1: _mv: function definition file not found (eval):1: _mv: function definition file...

I've been experiencing the same here, just having a small size project open causes tabnine to use CPU excessively for a long period.

The workaround of @mumumumu https://github.com/django-polymorphic/django-polymorphic/issues/229#issuecomment-370954612 worked for me, however now django admin generally uses the ``PolymorphicModel`` classes' ``__str__`` for display, and does not cast to the child classes (works if...

Just ran into the same issue, and I am not using a local version of toolbar which makes patching this a little harder.. (didn't look into monkeypatching it though) 👍...

Still excitedly waiting for #2243 !

@cmdcolin wow, thanks a lot for the PR! I'll give it a spin as soon as I can, and I think this would be generally useful!

@williamgunn Thanks a bunch for the heads up! Unfortunately I am currently not maining the tool, but this will be helpful information for anybody who would like to do so....

You have to change the folder name "SMART-Snippets" into "SMART_Snippets" Seems to work after.

@VladimirYushkevich thanks for the PR, I am seeing the same errors since updating to `2.9.1` when running mapped tasks on a `LocalExecutor`.