Vladimir Penyazkov

Results 5 issues of Vladimir Penyazkov

Is this possible to update version of released dependency package only in the changed dependent packages? Suppose there is following packages structure: ``` packages/ commons:0.0.1 packageA:0.0.1 dependencies: commons:0.0.1 packageB:0.0.1 dependencies:...

In our project we use fixed version of react-email-editor e.g. v1.2.0, but it seems that it always fetches the latest version of unlayer embed. Is there any way to specify...

### Why: I found a mistake in the docs about port mapping in the services section of the Actions documentation. This PR corrects it. ### What's being changed (if available,...

content
actions
waiting for review
needs SME

the following code ```kotlin class Class { fun method() { return listOf( A(), B() ) } } ``` during parsing becomes ``` (source_file (class_declaration (type_identifier) (class_body (function_declaration (simple_identifier) (function_body (statements...

How about adding prop types for Refs as a built in feature? Right now every *ref property looks like this: ``` buttonRef: PropTypes.oneOfType([ PropTypes.func, // for legacy refs PropTypes.shape({ current:...

new validator request