Rawley

Results 8 issues of Rawley

On your new Salary Transparency page, on light mode it is hard to read the grey text against the background.

* Mojolicious version: 9.33 * Perl version: 5.36 * Operating system: Linux 6.4.8 ### Steps to reproduce the behavior ```perl # Authenticated condition sub authenticated { my ( $r, $c,...

Adds an example of how to use transactions. Thanks.

It would be nice to have an example of how to use `Rapper.load_many` with multiple joins. For example: ```sql SELECT @string{topic.name}, @string{topic.slug}, @string{post.id}, @string{post.title}, @string{post.content}, @string{usr.name}, @int{usr.reputation} FROM board JOIN...

Unfortunately I don't know a way of making it keep the brackets and `q` syntax from being part of the string syntax coloring, but this at least visually looks better...

One of the last HTTP features Humming-Bird is missing is WebSockets.

enhancement
in-progress

Right now requests are encoded very naively, we can use grammars to make this better.

enhancement
help wanted
investigate

Currently the mode line is not styled!

enhancement
good first issue