Josiah Kaviani

Results 105 comments of Josiah Kaviani

Hello, I hope you'll find dependencies package useful. 4 years ago I would agree with you. All your points makes sense. I did't tried to implement `@inject` decorator to solve...

Thanks for a deeper explanation! `dependencies` library has one limitation in its design: you have to reference `Injector` subclass in order to get your object built. Over the years I...

Just a note for myself: ```pycon In [2]: from django.utils.functional import SimpleLazyObject In [3]: class A: ...: b = 1 ...: In [4]: from functools import partial In [5]: def...

Thank you for the report! It's a bug and it should be fixed. I would try to take care of it.

Solution proposal: 1. Do not use nested caches to store resolved objects for references. Use global UUID keys to store everything in the same heap. 2. Speed up resolver algorithm...

Hello. Thanks for investigation this issue! Can you provide PR? I can't figure out requirements for patch from this description, sorry.

Can you describe in details what exact changes is necessary to `anaconda_mode` server and rpc client? By the way I don't use `jedi.el` internally if this is what you are...

But this method doesn't have such argument in its signature [jedi master](https://github.com/davidhalter/jedi/blob/a51475d265fab0361c35608a3204dbbd0c5a1df8/jedi/api/__init__.py#L156)

Hi, As I said earlier I prefer to keep activation function as generic as possible. So no specifics like `pythonic-activate-pipenv-in-tox-in-docker-compose-project`. I'm not sure how you end up in a situation...

I mean `pythonic-activate` should support everything. Docker compose, pipenv, poetry, tox, etc.