Jamie York

Results 6 issues of Jamie York

**Future Improvements** - [x] Split out Text and Numbers category into Strings and Numbers. - [x] Add Configuration category. - [x] Add Functional Programming category. - [x] Break out Code...

enhancement

### General information #### System report (output of `prompt_pure_system_report`): ``` - Zsh: zsh 5.8.1 (x86_64-apple-darwin21.0) (/bin/zsh) - Operating system: macOS 12.7.1 (21G920) - Terminal program: Apple_Terminal (445) - Tmux: no...

The `replaceChildren()` node with no parameters can be used to quickly clear a node's children: https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren#emptying_a_node

A crack at documentation for these PRs: https://github.com/laravel/framework/pull/51934 https://github.com/laravel/framework/pull/52265

### Question We're using Flysystem via Laravel (11.36.1), and a silly bug slipped into our codebase where we accidentally passed absolute paths to the `move()` method instead of relative ones....

The readme `composer create-project` command doesn't appear to include every file I would expect: I believe the issue is the `.gitattributes` file has `export-ignore` declared for the missing files, so...