Nelson Sousa

Results 6 issues of Nelson Sousa

**Is your feature request related to a problem? Please describe.** React native vector icons is one of the few libraries that isn't linking automatically. I followed the instructions using [CocoaPods...

Add IAsyncEnumerable which can be enumerated asynchronously. Usage: ```csharp [HttpGet] public async IAsyncEnumerable GetAsyncEnumerable() { await foreach(var todoItem in _repository.GetAsyncEnumerable()) { yield return todoItem; } } ```

**Describe the solution you'd like** We could take advantages of the new react-native-reanimated 2, already using Turbo Modules.

# Overview # What is it? - [ ] Feature / enhancement - [ ] Bug - [X] Docs / tests / types / typos # Description Improving the theme...

Hi, I am looking for a way to automatically backup a mysql/mariadb database running on docker on a VPS to, let's say, the repository or as an artifact. Can we...

Hi team, Thank you for your awesome work with this lib. Can you please provide the sources of the country flags Flowbite blocks are using? They look pretty similar to...