Sep Dehpour

Results 208 comments of Sep Dehpour

Hey @uiri It is the anniversary of this ticket. Any updates? Best

By the way, I have stopped using this library. `pip` comes with a toml parser! And it doesn't have this annoying bug. ``` from pip._vendor import tomli tomli.loads(contents) ```

Hi @uiri It looks the same. Did you release a new version to Pypi or should I test on your master?

Hi @kfcaio I'm curious what you ended up doing regarding this issue?

@kfcaio Thanks for the quick response! So by using the proper format, you got the logs as strcutured logs in GCP? And didn't need to use the `google-cloud-logging` library that...

Hi @tr0yspradling This sounds like there is a bug in Redisworks. Do you have a sample minimal code that can be used to reproduce the issue?

@jinyus Currently it doesn't have a method for this purpose. But I'm imaging maybe building something like ``` ttl = TTL(20) root.x.y.z = ('value', ttl) ``` What do you think?

@acidbotmaker Yeah maybe we can have a special object dedicated to it so it can differentiate between it being tuple and that object. Like: `root.x.y.z = WithTTL('value', ttl=20)`

So this comes back to the fact that all root attributes like `root.t1` etc. are lazy dot objects as you have noticed. I have to make DotObject to get the...

Hi @tiltowait and @ssoj13 Thanks for reporting the issue. It will be an easy fix. I will make a PR.