romalytvynenko

Results 15 issues of 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...

debt
feature
in progress

http://activey.github.io/valder - some landing (not finished yet, I guess) https://github.com/activey/valder - repository. Just look at this: ![image](https://cloud.githubusercontent.com/assets/6153876/8475011/3df8010e-20bd-11e5-90d5-99b4eaa6e4fb.png) Like a dream :) What do you think about it?

good for contribution
feature

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.

enhancement

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...

enhancement

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...

enhancement

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?

enhancement

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 */ ```

bug