romalytvynenko
romalytvynenko
Here is an example of code ``` vala /* * Copyright (C) 2011-2013 Maxwell Barvian * * This program or library is free software; you can redistribute it * and/or...
http://activey.github.io/valder - some landing (not finished yet, I guess) https://github.com/activey/valder - repository. Just look at this:  Like a dream :) What do you think about it?
This PR adds 2 useful features for the table: - Added event for items selection via checkbox - Added ability to customize row class name based on row values
WIP fixes #226, fixes #169, fixes #235, fixes #634 This one is another very complex PR, but it ~would allow creating playgrounds for Scramble by making rules evaluation optional and...
The tooling out there usually work with this OpenAPI version so it will be helpful to support it.
Maybe easier to implement after https://github.com/dedoc/scramble/issues/132 Right now, to get proper types in `JsonResource`, Scramble will either check `App\Models\*` ns, or will require user to manually specify a type of...
Returning newly created models (either as is or in resource) should result in `201` response status
Conv from Discord with context: --- I have an issue concerning my responses returning a 201 status code, which is documented as returning a 200 code. This is because I'm...
Having more than one JSON resource with the same name, but with different namespaces, causes "weird" schema names, built using the namespace, to eliminate duplicates. Is it possible to add...
### Discussed in https://github.com/dedoc/scramble/discussions/234 Originally posted by **rabol** September 25, 2023 Hi how to I hide an endpoint so that it does not show up in the documentation?
When a type is documented via PHPDoc and future ref is used with `null` in union, information about `null` is lost: ```php /** @var User|null */ ```