Moritz Vetter

Results 7 comments of Moritz Vetter

Interesting @rpradal . At first glance I would do something like this: ```python class RemoveDefaultValue(AddDefaultValue): def database_forwards(*args, **kwargs): super().database_backwards(*args, **kwargs) def database_backwards(*args, **kwargs): super().database_forwards(*args, **kwargs) ``` Can you see if...

> The images don't render at all in the last FT I did. @HansAuger @carsoli That seems to be an issue with the stock image service we use. I have...

depends on #658

In general we either want a slash `/` or yoco's CHEVRON_RIGHT icon. If we only want one, I would personally favor CHEVRON_RIGHT. So we can either always use that or...

I'd be fine with that, will be breaking change though. I heard today, that we are thinking even about some more features, like comments that are only readable for certain...

I asked design to take a look at the current design and adjust if they see reason to do so. Until then I will leave it as a draft

rollup is installed as `4.34.1` in current lockfile, this is outdated