Valentin Agachi

Results 22 issues of Valentin Agachi

There seems to be an issue in either the `oneOf` logic or the format validators. The following test fixture returns the errors below when unit tests as ran: ``` [...

Using v0.2.2 I get the following error when trying to run a `jpgmin` task: ``` timers.js:103 if (!process.listeners('uncaughtException').length) throw e; ^ Error: ENOENT, no such file or directory 'temp/jpgmin/img/patterns/body.jpg' at...

bug

[RFC] Adding a new rule to complement the existing `no-did-update-set-state`. This rule will look for any occurrences of `this.setState` and check whether the method it is being called from is...

enhancement
help wanted

The conflict prompt prevents installing git-extras in a headless environment. ``` git-undo conflicts with an alias, still install it and disable the alias? [y/n] ``` There should be a flag...

feature

The conditions used now for publishing sizes are tightly coupled to `env-ci` and the `master` branch. See: https://github.com/GoogleChromeLabs/size-plugin/blob/master/src/publish-size.js#L21 It would be nice to support a custom logic there for repositories...

In order to make the best of the [Error Tracking](https://docs.datadoghq.com/tracing/error_tracking/) feature, we would like to ingest all errors generated by an application. However, in a production environment where we use...

feature-request

This PR slims down the NPM package by removing the docs and any additional development config files. See http://blog.npmjs.org/post/165769683050/publishing-what-you-mean-to-publish for reasoning. ``` $ npm pack react-toggle-4.0.2.tgz $ tar tvf react-toggle-4.0.2.tgz...

This PR adds the [`viswiz-cypress`](https://github.com/viswiz-io/viswiz-cypress) plugin to the docs page.

section: plugins

## Description PR with failing test for #3797 Related #3797 ## Screenshots/Sandbox (if appropriate/relevant): https://codesandbox.io/s/blissful-black-xsud2

**Describe the bug** Interface with unions in an imported file is not recognized. **To Reproduce** Steps to reproduce the behavior: https://codesandbox.io/s/blissful-black-xsud2 **Expected behavior** The schema should be parsed correctly. **Environment:**...

stage/1-reproduction