Mike Lee

Results 8 issues of Mike Lee

I am running a React application, so I included the package using `yarn add pixl-canvas-plus`. However, when I try to make an instance of the module using `var canvasPlus =...

**Describe the bug** Broken link to extension examples in README **To Reproduce** 1. Go to `Samples` [section](https://www.youtube.com/watch?v=lh9ustWLX6c&ab_channel=OdeStudioSeoul) in README 2. Click on link labeled `/extensions` 3. See 404 page **Expected...

In the tutorial, the room subscription hooks such as `onUserCameOnline` or `onUserJoined` are set up so that they invoke `this.forceUpdate()`. However, according to the [React Docs](https://reactjs.org/docs/react-component.html#forceupdate), using `forceUpdate()` is discouraged....

Hello, thank you so much for developing this extension! I am coming from macOS, and this extension has helped a lot with my transition. I would like to suggest a...

Me and my team are in the process of migrating our codebase to Vue 3. We installed the [compat build](https://v3-migration.vuejs.org/migration-build.html#compat-configuration), which allows us to not break most components that are...

I am trying to set the `compilerOptions.whitespace` to `preserve`. Am I setting this in the wrong place? setting it under the `globals` does not seem to do anything. ```js //...

### Describe the problem The interactive tutorial @ `https://learn.svelte.dev/tutorial` is really great. It's so immersive that I keep thinking that I am in my IDE, and I keep finding myself...

What were the breaking changes introduced in v2? Is there a migration guide, or a document that outlines what changed in v2?