Jess Archer

Results 16 issues of Jess Archer

I'd like to preface this by saying that I'm not sure whether this actually warrants a change in the library. I just wanted to report this (and my workaround) in...

This PR introduces a helper to register routes for "singleton resources" - resources that are either "one of one" or "zero or one". Example: ```php Route::singleton('profile', ProfileController::class); ``` | Verb...

Hi there! I've run into a few issues using the `:focus-within` selector with nwsapi v2.2.0. Firstly, the current regex doesn't match correctly: ``` ':focus-within'.match(/^:(?:(hover|active|focus|focus-within))(.*)/i) Result: [ ':focus-within', 'focus', '-within' ]...

Adds a "Future Log" where bullets can be added for the upcoming 6 months. The idea is that bullets would automatically move to the daily log when the month arrives....

enhancement

Hey! Just a tiny PR to remove some duplicate paragraphs :slightly_smiling_face: