Alessandro Diez
Alessandro Diez
Hello, thanks for this awesome tool, it really helps the switch from Win to OSx. The only problem I've found is that when typing `git chec` and then hitting tab...
The issue of #6 is not yet closed, since the error still exists. Manually creating the .bash_profile file solves the issue
Add Git 2.18+ comment about auto completion
GIVEN the following store ```ts { todos: [{ title: "laundry"}, { title: "other stuff"}], done: [{ title: "groceries" }], } ``` GIVEN an action that updated the first todo's title...
**Describe the bug** I'm using [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) to take a video; the path is passed to the createThumbnail function, but even through I get a response, it looks like the file...
As per yarn's documentation: > It's generally a good idea to commit the yarn.lock file to source control, regardless of whether you are working alone or in a team, and...
Despite being opinion-based, promises are the de-facto way of dealing with asynchronous code nowadays. > They can handle multiple asynchronous operations easily and provide better error handling than callbacks and...
Adds missing typescript declarations, fixing the above issues: ``` error: Cannot find module 'fs' or its corresponding type declarations. ts(2307) warning: Could not find a declaration file for module 'glob'....
Hi, when using typescript it might be useful to add an option to ignore exported but unused types (including interfaces and enumerators) since it is common to export a component...
### Before submitting a new issue - [X] I tested using the latest version of the library, as the bug might be already fixed. - [X] I tested using a...