Tobias Elod-Zoltan

Results 8 issues of Tobias Elod-Zoltan

When calling `this.refs.toastContainer.clear()` calls to `setState()` in `ToastContainer::_handle_toast_remove()` enter a race condition causing the state to reset instead of removing all elements. The end result is the last toast being...

bug

When using a custom header such as the one below setting a custom `headerPattern` value gets picked up correctly to determine what the new version should be but the changelog...

bug
help wanted

It would be nice to be able to skip creating tags for specific projects. The use case I would currently like is to skip creating tags for packages in our...

question

It looks like running `colortape -r babel-register` doesn't get picked up.

I've spent around an hour trying to figure out what the issue was. Given the directory structure: ``` | +--+ node_modules/ +--+ src/ | +-- index.js +--+ package.json ``` It...

It would be nice to be able to generate a GUID in the same way.

Currently there are several blind spots and inconsistencies in the documentation for the [setError](https://react-hook-form.com/docs/useform/seterror) function. 1. The error argument (second arg) for the function (named `FieldError` in the docs but...

I feel like this package needs to have an FP variant to make it look more professional. Should probably import lodash.curry. EDIT: also, can I clone your package, pluralize it...