Nandin Borjigin

Results 10 issues of Nandin Borjigin

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Quick/blob/master/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? I'm using shared examples and find that `itBehavesLike` doesn't behave like...

discussion

`regl` is an awesome library to use! I really like it! For my use case, I need to do some asynchronous staff in the command body function and wait for...

## Fixes #4470 CommunityToolkit/Labs-Windows#232 Added attached properties to `Grid` element to enable dynamic layout switching. ## PR Type What kind of change does this PR introduce? Feature ## What is...

feature :bulb:
extensions :zap:
labs 🧪

In xcode: ```Swift func someFunc(param: T) where T: Equatable { } ``` with swift.vim: ```Swift func someFunc(param: T) where T: Equatable { } ```

If the vrModeEnabled is initially set to NO, and then switching it to YES will cause a crash, this commit just added a setter method for vrModeEnabled and problem solved.

I am aware that repository pattern is somewhat a standard part in a DDD approach. But I'm wondering whether should we stick to this as a iron rule when we...

I would really appreciate a video, event if it may come for some price.

### Version [v2.4.0](https://github.com/nuxt.js/releases/tag/v2.4.0) ### Reproduction link [https://github.com/Nandiin/nuxt-issue](https://github.com/Nandiin/nuxt-issue) ### Steps to reproduce 1. `yarn dev` 2. Navigate via tabs, and note that parent component state is not reset (_pathChanged = true,...

pending
pending triage
2.x

In the RTK version of the tutorial, `addReaction` mutation optimistically updates the reaction data in the `getPosts` cache. But it should also update the cache for `getPost(id)` query as well....

Some of the existing operators return `Iterable` and some others also expect `Iterable`. However, due to lack of public operators (like `map`) on `Iterable`, we now have to leverage `ReadonlyArray`...