David Pohan

Results 10 comments of David Pohan

I have faced this issue using React Native Firebase library. What resolved the issue in the end was restarting my computer.🙃

I have the same issue on Windows 10 using the Windows Emoji keyboard. But! The same emojis render correctly when inserted through the [Emoji Snippets extension](https://marketplace.visualstudio.com/items?itemName=devzstudio.emoji-snippets). ![Code_2022-06-28_10-59-40](https://user-images.githubusercontent.com/2036806/176138950-0a2cc958-d360-4b75-b6fd-7f3ef3fe99b6.gif)

Hi, I have submitted a fix PR. Until it is accepted you can use my [fork](https://github.com/pohy/repo-visualizer) `uses: pohy/repo-visualizer@main`

I am using the async Expect the following way, and it works flawlessly. ```typescript @AsyncTest('Test name') public async originalDoesNotExist() { await Expect(() => asyncMethod()).toThrowErrorAsync(Error, 'Original does not exist'); } ```

Hi, have you tried implementing the example from [NodeJS documentation](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) I have linked? That should be enough to reproduce the issue.

Implemented frustum intersection (region selection) and grouping of undo/redo for multiple points into a single action. Undo/redo withOUT grouping: https://github.com/godotengine/godot/assets/2036806/cfb6a649-d8eb-4aeb-b1c1-960ec7c34898 Undo/redo with grouping: https://github.com/godotengine/godot/assets/2036806/4104e1e1-9659-45d0-8327-67a0170b7203

Thanks for the review! Implemented the style edits and squashed the commits.

@jejopl Well, yes. That is a tradeoff so that you can select the curve points. The in/out handles were overlapping the curve point subgizmos and preventing the subgizmo selection. You...

+1, we want to use gogs as a code review tool, and this is a much needed feature.

> You can open `mapping` clicking on it by tablet pen for the first time. Thanks, this has worked for me on Sonoma. 🙏