Xavier Francisco

Results 38 comments of Xavier Francisco

Yeah, it's also useful outside of this library because `functools.cached_property` also doesn't work with `NamedTuple`s. If anyone is here finding for suggestions, I've also been using `functools.lru_cache` for a while...

Thanks for the heads up @vbraun . I gave it a try, but no dice: ``` File "/home/quatro/.local/share/virtualenvs/scenographer/lib/python3.7/site-packages/property_cached/__init__.py", line 54, in __get__ value = self.cache.get(obj, self._sentinel) File "/home/quatro/.local/share/virtualenvs/scenographer/lib/python3.7/weakref.py", line 433,...

I've updated https://github.com/Qu4tro/cachedproperty_immutable_classes with `property_cached`. Yeah, it's derived from NamedTuple. I guess the only to do it now, since python 3.5.1, is to maintain an external store to save the...

@althonos : I've created the ticket. Thanks for the advice.

Wasn't that bad. Notified me of this thread which I had forgotten to type into some findings. Basically, if anyone has the same issue as I do: caching NamedTuples properties,...

I thought about it for a while (I'm the original author of the issue - The account I've used to post it is my work account) and these are my...

https://www.npmjs.com/package/react-dev-utils#openbrowserurl-string-boolean Try setting the $BROWSER environment variable.

Just want to note that `Atlas` was discontinued a while back [1]. [1] https://www.hashicorp.com/blog/vagrant-cloud-migration-announcement

As an alternative, you can safely use `**_kwargs`.