Daniel Bartholomae
Daniel Bartholomae
Hi there! I've recently created jsx-readme to help me with automating my readme writing process. This library allows you to write your README file in a React-like language and thereby...
Hi there! I would like to use this plugin for the following use case: I have an intro scene that I would like to screenshot to create thumbnails. Basically I...
Please complete the following checklist if your PR is adding new link to the list: - [X] I've read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/master/CONTRIBUTING.md) - [X] This PR does not introduce duplicates to...
Hi there! One problem I am running into with fnm is that in my IDE, WebStorm, I need to predefine the path to node as the IDE does not run...
## 🚀 Feature Proposal Add a `global` property to the `this` of globalSetup and globalTeardown async functions that can be used to set global variables that can be accessed in...
## 🚀 Feature Request Add `expected` and `actual` properties to the error thrown when failing a test. ## Motivation At the moment test runner IDE like WebStorm and Wallaby do...
Hi there! I really like this library - and I also really like [redux-persist](https://github.com/rt2zz/redux-persist) which allows to save parts of the store to local storage. Unfortunately both this module and...
Hi there, I'm currently changing over a website to use redux-dynamic-modules. It also uses react-router which lead me to the following problem. It seems, middleware that gets added as an...
## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [X] Feature - [ ] Bug **Please...
Hi there! Are there already plans for being able to convert a validator into a JSON schema similar to [how class-validator does it](https://github.com/epiphone/class-validator-jsonschema)? I really like the speed improvement, but...