Yusuke Otsuka

Results 8 comments of Yusuke Otsuka

`JetBrains Mono` and `NerdFont` fallback saves me! Thank you! - before ![image](https://user-images.githubusercontent.com/6854255/183350476-4eb86cda-5214-45cc-8013-cdbc49f7280c.png) - after ![image](https://user-images.githubusercontent.com/6854255/183350198-f6e535c5-b81a-4823-9cbf-d0b16918d236.png)

I've confirmed that https://github.com/signavio/react-mentions/pull/499 fixes this problem. I think the core problem is the cursor jumping by IME composition process. First, the cursor is positioned after the sentence.(`|` shows the...

Thank you, I have solved this issue by downgrading storybook `v6.1.x` to `v6.0.x`. This behavior may be caused by [Instant-on manager](https://github.com/storybookjs/storybook/pull/12707) feature that enables to display a building progress indicator...

@mchakravarty I have the same problem, has this fix been released?

@mchakravarty I've confirmed the bug has been fixed on my device (no crashes after updated). Thanks! I'm waiting for the next release.

Saving/Loading the states is not implemented yet. https://github.com/mj-hd/dashboy#todo Here's my work in progress commit to achieve states management: https://github.com/mj-hd/dashboy/commit/7d82585493d07d13b14d89ba4dd8f30c90734f0a We have to serialize the all components(CPU/PPU/Mapper/...) states into some format...

Thank you, I will try to migrate to use `custom_lint` in the future release, for code maintainability. (The migration will reduce some overhead, however, I have some concerns about if...