Dai

Results 167 comments of Dai

@dragunoff * I have some ideas for supporting smaller screen sizes besides scrolling the whole thing - for example, the half-size (DOS-era) cameo icons could be used to allow the...

@PunkPun > Just please don't implement this by creating lots of duplicate UI definitions, it should be done in some modular way. We don't want to add more massive maintenance...

> @dragunoff These are some neat ideas and many of them have passed through my head as well. I think some of them may be worth pursuing but others have...

I've hacked together a quick demo of a single flat sidebar, with buildable items still visually grouped and ordered: - When using the Debug menu with everything-is-buildable-enabled the combined list...

Actually, I think I'll keep the building production tab buttons, as they're perfect for quickly selecting pending structures to place. ![Flat-SecondAttempt](https://user-images.githubusercontent.com/1693078/191761446-d67093e4-2057-42cd-9246-81322300238b.gif)

Grouping needs some work... ![image](https://user-images.githubusercontent.com/1693078/191764025-6dc2aadb-f44d-437b-9cc0-380ff9207d22.png) **Update**: Good enough for now, time for bed ![image](https://user-images.githubusercontent.com/1693078/191768871-8ec30aeb-611d-4c86-91a7-7729774d720e.png)

Rather than introduce a new syntax to express an interval-type with the existing `type T = ` declaration, couldn't a more general-solution, that uses arbitrary expressions or a single-parameter pure-function...

Would this be for the generated `ToString()` method, or for `[DebuggerDisplay]` ?

The quick-fix is to open `LumenCors..php` and replace every occurence of `$rsp->header( x, y )` with `$rsp->headers->set( x, y )`. I'll submit a PR later.