Bez Hermoso
Bez Hermoso
Take `AbstractNode#requiredIf`: In order to properly validate an optionally required field based on another boolean field, you'd need to do something like this: ```php $builder = Hyrule::create() ->boolean('needs_verification') ->end() ->file('proof')...
Ran into an issue when trying to refresh an Eloquent collection that contains a mixture of types. The original implementation uses the first element of the collection to hydrate the...
Shift Jelly has released Pocket Casts Player 2.0 beta, which breaks some core functionalities in the unofficial app i.e. media controls. Fortunately Shift Jelly also released an official Pocket Casts...
### Did you check the docs? - [X] I have read all the todo-comments.nvim docs ### Is your feature request related to a problem? Please describe. 👋 Hi! Thoughts on...
The `alpha.term` extension deletes the terminal buffer on `AlphaClosed`, which causes an `Invalid window id: ...` error when the plugin tries to redraw things. This PR makes it so that...
Improves `ArrayNode` building by fortifying the `each()` type.
The code that builds a property rule in a way that respects node or path-expression arguments (e.g. rules that accept fields as arguments e.g. `required_if:field`) was repeated all over the...
On macOS, the `cp -f` flag does not actually prevent it from asking for confirmation. In my case, I have `cp` aliased to `nocorrect cp -i`, inducing the prompt. Changing...
## Is your feature request related to a problem? Please describe. Would be convenient to be able to browse through themes via the web gallery entirely locally. ## Describe the...