Dave Halter
Dave Halter
I don't see the difference and won't make that change. You will have to do that yourself. I think splitting up the types too much is not a good idea.
The order of declaration matters. That might not be documented clearly but it does. Being inspired by travis-ci, you can do things like: ``` deploy: - sh: echo "before command"...
Hmm. That sounds good. But do you need to do something else than `sudo apt-get install postgresql` to enable that authentication?
There's even on Ubuntu machines a ``` local all all peer ``` line in `pg_hba.conf`. But: What do we need to do additionally, if we create a database? It typically...
All right. So basically that table would be owned by `www-data`, if you want to use defaults (deploying to `/usr/www`).
How is ` np.typing.NDArray` typed?
This is very much intentional. I have always assumed that you should write `foobar: ClassVar[int]`. After reading a couple PEPs and mypy discussions I still think that way. It's kind...
Hmm good question. I think that it's more correct to access Bar.field if it's a class var, but I tend to agree that it should probably be among the instance...
Yes, of course. You have already provided a way to reproduce the issue, that's usually the most important part. I usually write the full test first, so it's easier to...
Understandable! Thanks a lot anyways for the work you've done on generics. Feel free to pick it up again any time. What are you up to these days? I'm mostly...