Benjamin Maxwell

Results 109 comments of Benjamin Maxwell

I've also thrown in a commit to add better error messages for a missing compiler / runtime headers. > Setup Error: Failed to find C++ compiler! Looking for: clang++ or...

@Jonta `Documentation: Restructure wording to align with intended meaning` is fine as the limit is 72 characters not 50. Also you've only changed the title of your PR not your...

I would make use of AK yes, (`AK::Array`, `AK::Span`, `AK::StringView`, `AK::String`, etc) A (reference to a) mutable buffer in serenity can be represented with an `AK::Span` (a span is similar...

All of these have various associated helper methods, which you may find simplify your implementation.

Thank you, thankyouverycool, very cool! :smile:

I would not really call this a bug, this (afaik) is the new layout working as intended. It's stopping you from shrinking the the window to the point where the...

Or have an option to set the number of glyphs per row independent of the window size.

P.s. in Firefox you press `Ctrl+Shift+M` to open the "Responsive Design Mode" that allows you to easily resize the page to any dimension :^) [screen-capture (99).webm](https://user-images.githubusercontent.com/11597044/180750234-ae2bb30c-0d6d-4125-b79c-539cef93a54d.webm)

But either way I'm sure this is not a bug and the layout system working as @frhun designed it (pinged)