wei-wei

Results 24 issues of wei-wei

Fresh session: ![](https://media.giphy.com/media/3o7WIM7TpBdyu8hbYk/giphy.gif) This is because there is a redundant condition at the end of storage manager function ``` if($table.find("tr").length == 0){ $message.html("All clear!"); } ``` This is handled in...

AFAIK its very similar. Some minor syntactic differences

enhancement

noticed that the title of the storybook is the default `"storybook"` so i decided to update the configurations! as https://www.npmjs.com/package/@storybook/addon-options is deprecated blog post here: https://medium.com/storybookjs/declarative-storybook-configuration-49912f77b78 Changes: - created `main.js`...

#### Is your feature request related to a problem? Please describe. Move tests from mochify to jest. Not sure how useful it is to maintain and run tests in browsers....

enhancement
help wanted
good first issue

#### Describe the bug Nested panes result in big performance hits. Mentioned here https://github.com/storybookjs/storybook/commit/77101365ae672ae515dc10e5116f018121b22af2#diff-7e3255d9223f6e41b28eeb7f22fea5af #### To Reproduce Steps to reproduce the behavior: create nested split panes and you will see...

bug

This is a umbrella issue to track major **confirmed** bugs that should be fixed ASAP. Feel free to comment to add more. - [ ] #259 - [ ] #103...

bug
help wanted
todo

from the docs https://recoiljs.org/docs/api-reference/core/useRecoilRefresher > It is currently a no-op to "refresh" an atom, it will retain its current state. Selectors will have their caches cleared. Because wrapper selectors are...

enhancement
help wanted