Sondre Lillebø Gundersen

Results 301 comments of Sondre Lillebø Gundersen

Can't see that there's anything wrong with the action. Your workflow should work on the latest if you set the shell to bash, as described [here](https://github.com/snok/install-poetry#running-on-windows) I think [These](https://github.com/snok/install-poetry/actions/runs/3242757736/workflow) are...

I think this sounds like a good idea without any real drawbacks. If you want to open a PR adding this feature, I would be happy to accept it 🙂

Ah ok yes this is probably not accounted for. Would you be interested in creating a fix?

Is this no longer an issue for you @darduf? 🙂

I'm trying to create a dump that's larger than 40GB compressed, and running out of memory. Do I have other options than streaming the dump over stdin? EDIT: I'll stream...

> Then it's definitely related to [#993 (comment)](https://github.com/typeddjango/django-stubs/pull/993#issuecomment-1155151881) and django-money not exporting types. > > I'm afraid it's not much to do other than ignoring the error until django-money starts...

I'd be happy to open a PR if this is accepted 👍

To put it more plainly, Django will never return an optional dict, and my forms will also never return optional dicts, so I don't see why this should be the...

I think (though I'm not 100% sure) that [this](https://github.com/typeddjango/django-stubs/blob/master/django-stubs/views/generic/edit.pyi#L60) and the other base view object annotations should also be the same.