Yury V. Zaytsev
Yury V. Zaytsev
A new syntax for union types has been introduced in [PEP 604](https://peps.python.org/pep-0604/) and implemented in Python 3.10: ```python dict[str, Union[str, bool]] == dict[str, str | bool] ``` Unfortunately, it is...
I have originally reported this to marshmallow as marshmallow-code/marshmallow#1962, because I assumed that the warning comes from there, but it seems that it is emitted by `dataclasses_json` instead. Therefore, I'm...
Hi @edmorley , We are thinking about supporting version specifications for runtimes in our buildpack (see moneymeets/python-poetry-buildpack#6 for the background if you're interested). Is there a public Heroku API to...
Hi! I've found #2 filed and closed already, but unfortunately I don't have enough rights to re-open it, so in order to attract your attention I am opening a brand...
This extension is already supported by BaseX, but, unfortunately, not recognized by intellij-xquery: http://expath.org/spec/file
See discussion related to this commit: https://github.com/dagwieers/mrepo/commit/110cf353811b5af02a3ad7fc0ce7434140186dae
As it turns out (surprise, surprise!) there is a Puppet module to manage mrepo mirrors on the RHEL / Fedora machines: https://github.com/puppetlabs/puppetlabs-mrepo I think it's worth mentioning somewhere...
Seemingly that at some point clang started accepting _any_ flags, whereas previously it would error out. These days, you can give it -Whamsandwich and it will succeed, while at the...
Hello, We have learned the hard way that unfortunately this buildpack doesn't support special characters (specifically `@`) in usernames and passwords. These characters should be URL-encoded - see e.g. how...