UTSUMI Keiji

Results 9 comments of UTSUMI Keiji

https://github.com/abe33/atom-tablr/issues/93#issuecomment-347242628 The file name was incorrect. `table-elements.js` > `table-element.js` Command to open file on terminal. ``` $ atom ~/.atom/packages/tablr/lib/table-element.js ``` --- I forked to https://github.com/k-utsumi/atom-tablr

I think this is helpful for now. https://github.com/marketplace/wip/ Convert PR to no draft and start the title with `🚧`.

https://github.com/nuxt/nuxt/issues/10593#issuecomment-1399109931 does not seem to correspond to key operation. Focusing on `Home` and pressing enter does not work. > ```js > > > > > > > > ``` Maybe...

I was able to fix it temporarily by doing this. ``` $ npm i -D eslint-plugin-unicorn@42 ``` _refs._ ・https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1851#issuecomment-1324815851  ・https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1851#issuecomment-1245901674

I would like to know how to set `boundary` in the plugin file. [This](https://github.com/Akryum/floating-vue/discussions/378#discussioncomment-253523) work in prop, but not work in plugin file. Raises the `document is not defined` error....

Probably the same as this. ~~https://github.com/prettier/prettier/issues/5287#issuecomment-1280028576~~ (Not comment) - https://github.com/prettier/prettier/issues/5287

(It was an Issue not a comment. I updated.)

_ref:_ https://mui.com/material-ui/react-text-field/#multiline ![image](https://github.com/mui/material-ui/assets/13148112/dbf2e1d1-a53d-4310-91af-b3423a7685fb) Change link - **before** https://mui.com/material-ui/react-textarea-autosize/ - **after** https://mui.com/base-ui/react-textarea-autosize/

> 7-1 pattern I think Magical Number helps Information Architecture. https://en.wikipedia.org/wiki/The_Magical_Number_Seven,_Plus_or_Minus_Two I like setting it to 3-4, but I don't think it must set maximum to 7.