Zebulan Stanphill

Results 32 comments of Zebulan Stanphill

Another benefit of adding this extra click is that it gives you a chance to see exactly what block you'll be inserting into. Before, there was no easy way to...

Not sure if it's a bug in `trunk` or not, but when you're using the standard "Group" variation and you press the "Stack" variation button, it actually switches to the...

@scruffian >We have a pre-existing issue with group blocks whereby they don't wrap content which is aligned left/right within them, for example: I think sometimes the lack of clearing is...

@ondrejmirtes Sorry, that example was over-simplified from my actual use case. The actual use case involves calling a function that returns a `non-empty-string`. I've updated the example to be slightly...

Since the Java Edition world border only works in full-block increments (even when it appears half-way in a block), you could simulate the effects of the world border by interpreting...

@mapk In that second mockup, I think "License type" should not be in the inspector. I consider it to be a primary option of the block, and therefore it should...

I've now split the two changes into separate commits (didn't see that you edited your comment, lol).

Also, I'm pretty sure the `` change is indeed necessary, because Prism Launcher removed it about a year and a half ago to fix the same issue.

This is one of the most common reasons for me to use `@var` annotations. That, and narrowing the generics on an empty collection object (e.g. `Ds\Vector`). Unfortunately, since `@var` completely...

This issue is now obsolete due to https://github.com/symplify/phpstan-rules/pull/52.