Yusuke Otsuka
Yusuke Otsuka
`JetBrains Mono` and `NerdFont` fallback saves me! Thank you! - before  - after 
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...
@satvikpendem Thank you, I don't have time to migrate the code...
you can pass the file list to `filesToAnalyze` via `Platform.environment` as a workaround, I found this hack while working on https://github.com/invertase/dart_custom_lint/issues/363.
@chief-nerd Sorry, my workaround only works when you're using a custom rule that you created. If you can modify the rule, you can override `filesToAnalyze` to read `Platform.environment` (because the...