Anson Heung

Results 14 comments of Anson Heung

![ublock origin](https://user-images.githubusercontent.com/57580593/142590172-542db95f-4187-454e-9ad3-86a8a97e5d81.png) If you enabled uBlock Origin, it will block the `ipify.org` domain. Disabling it on the site should resolve the CORS issue.

(Repost from [#735](https://github.com/microsoft/vscode-copilot-release/issues/735#issuecomment-1886589021)) For those who want to retain the original light bulb for code actions and disable the Copilot sparkle icon: ```json "github.copilot.editor.enableCodeActions": false ```

**Update**: I'm able to find a workaround by using `onBlur` to solve the above problem without the need of adding forward refs. It may be still useful to implement forward...

I'm using Storybook 7.6.4, and this errors occurs after switching the compiler from Babel to [SWC](https://storybook.js.org/docs/configure/compilers#swc). Perhaps there's a bug with SWC in detecting the source code of stories? ---...

Hi @insphererahul, thanks for stopping by Unfortunately, my implementation doesn't support pre-determining the final result of the ball 🙇 You can check out the following comment for more details 👇...

@insphererahul Sorry, at this moment I'm not sure how to re-implement my game such that it can pre-determine the multiplier logic (or the bin it's going to drop) 🙇 I'm...

I'm using Apple Silicon (M2) and adding the following environment variable to my `.env` file works: ``` DOCKER_DEFAULT_PLATFORM=linux/amd64 ``` See this Stack Overflow post for more: [Forcing docker to use...

Hi @denzhe22, sorry for the slow performance issue 🙇 To help debugging easier, would it be possible to provide the following info? Thanks - iPhone model are you using -...

Thanks for the demo 🙇 > when I quickly clicked [Drop Ball], I found that the frame rate dropped to about 10, and the page was enlarged Yes, I encountered...

I've opened a PR to fix it 😄 Hope the maintainer can merge it soon https://github.com/fabiospampinato/vscode-open-in-github/pull/34