Vasyl Boroviak

Results 25 issues of Vasyl Boroviak

I ran `$ autochecker 0.10.41 4.4.2` but the error message is somewhat misleading. What does that mean? How to fix? ``` [1;1H[0Jautochecker Running tests in 2 different sessions [2;1H[0J[2;1H0.10.41 -...

bug
help wanted

Currently, the `.idea` folder is published to the NPM registry. See here: https://unpkg.com/browse/[email protected]/.idea/ I'd recommend merging this PR and publish v1.0.8.

There are 3 Kafka nodes we are running in production currently. We have applied rolling updates to kafka systems and kafka-broker-3 was made the primary for some topics temporarily (during...

Here is my input field declaration (I'm using SDL files): ```graphql """ Account number. Only digits are allowed. """ accountNo: String @constraint(minLength: 6, maxLength: 64, pattern: "^[0-9]*$") ``` Here is...

enhancement

There is one last bit left to implement in order to fulfill the [Stampit v3 RFC](https://github.com/stampit-org/stampit/issues/163) - the `convertConstructor` function. I'm seeking for a volunteer to implement that. It should...

enhancement
help wanted

@jmancine [asked](https://gitter.im/stampit-org/stampit?at=57a157260bd017c16e36ff1e) for a feature - FlowType declarations. Related FlowType docs are [here](https://flowtype.org/docs/declarations.html#_).

enhancement
help wanted

I believe stamps are much better approach to OOP. In fact, I call classical OOP as BOP (Blueprint Oriented Programming). Stamps can, should, and _must_ be inbuilt into programming languages....

Hello people. I have, say, a blue button. In 10 places of my app the button should be red. Here is what I'm doing atm: ```vue ``` I'm looking to...

In the README **_Difference from React JSX_** section it says: ```js render (h) { return h('div', { // Component props props: { msg: 'hi' }, ``` I'm looking for that...

Here are the typical headers returned from the API: ``` Access-Control-Allow-Methods: GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS Access-Control-Allow-Origin: * Content-Type: application/json; Charset=UTF-8 Date: Wed, 14 Aug 2019 01:40:08 GMT...