RJ Garcia
RJ Garcia
(placeholder issue/task for defining the components). You can view an example of the components in use on a [demo project here](https://github.com/krakphp/admin/blob/master/demo/index.php)
K, i've spent a decent amount of time debugging the api-platform admin/react-admin depths to figure out what was going on here: ``` Invariant Violation: Objects are not valid as a...
When you use the dash operation naming strategy, react-admin fails to properly inflect the resource name into a nicely formatted name. if the resource name is `air-door-event`, react admin will...
- Added better support for serializing common types of classes since a lot of classes use private fields which make the default object normalization basically useless Signed-off-by: RJ Garcia ##...
After a while of thinking about what a peridot 2.0 should look like, I don't think i want to try and compete with Kahlan and PHPUnit. Peridot 1.0 is basically...
Signed-off-by: RJ Garcia
Signed-off-by: RJ Garcia
The vscode for macos mapping was missing the EditorTextEndWithSelection/EditorTextStartWithSelection key mappings. Xcode and VSCode both use the Shift+CMD+Up/Down keystrokes accordingly. VSCode KeyMap references: - cursorBottomSelect (https://github.com/microsoft/vscode-docs/blob/1b7a6496ee24b25f2a01855bbe3ff3ff18580c45/build/keybindings/doc.keybindings.osx.json#L16) - cursorTopSelect (https://github.com/microsoft/vscode-docs/blob/1b7a6496ee24b25f2a01855bbe3ff3ff18580c45/build/keybindings/doc.keybindings.osx.json#L86)
Found your library from twitter, and it's a very neat idea. I built something similar a few years back: https://github.com/krakphp/validation But yours takes a much more orthodox approach (which is...
https://psalm.dev Psalm is an incredibly powerful static analyzer that enables a level of type safety in a codebase that is typically very difficult to achieve with php. Adding psalm typings...