Jonathan Piché
Jonathan Piché
@kyleknap did you look at the example I provided after the stack trace, in my original post? I don't agree with this behavior being normal. Having to wrap these calls...
@jonathanwcrane the problem with this approach is that it also has to be converted back if you pull it: ``` >>> val1 = Decimal(30.40) >>> val2 = Decimal('30.40') >>> val1...
@adityamcodes I don't know why they're keeping this issue opened, but it's been more than 8 years now. I don't think it will ever be done. There are tons of...
Related to #369 and #665
I guess it's worth to mention a local workaround: https://github.com/yaml/pyyaml/issues/89#issuecomment-1124189214
Since the bug is that `=` is assigned `tag:yaml.org,2002:value` even though there's no constructor for it, a simple fix is to pop that one from your loader: ``` Loader.yaml_implicit_resolvers.pop("=") ```...
@s-t-e-v-e-n-k sorry to ping you directly; there hasn't been any feedback from the maintainers on this PR for close to a month now and I'm not sure who's in charge....
The last merged PR is from December 20th 2021 (3 months ago) and now there's over 60 pull requests waiting. It feels like there's a need for additional maintainers?
Not working on my end either (16.04). I can get the theme selection choice during the install but nothing happens. I also had 2 profiles and it deleted them. I...
pre-commit.ci autofix