Hirotaka Miyagi
Hirotaka Miyagi
I hope for the 0.4.0 release. I just hit https://github.com/netlify/open-api/issues/162 same issue. Thanks!
I'm having the same problem.
thanks to @nbelzer , I also solved the problem by explicitly adding `@storybook/addon-actions` to the addon. ref: https://github.com/MH4GF/log.mh4gf.dev/pull/190/files Since this is a public project, I'll also post the chromatic build...
@shilman Can be reproduced in this PR and branch. https://github.com/MH4GF/log.mh4gf.dev/pull/191
Hi everyone, I tried this [gist](https://github.com/cli/cli/issues/5150#issuecomment-1140914068) but it failed due to permission issues, so I share it. I was able to log in, but could not pull. I get the...
memo: - casual is only one level with property calls, like this: `country` => `casual["country"] // 'United Kingdom'` - Some generators may be function calls that specify arguments: `integer` =>...
I want this feature too. There are many cases where I want to explicitly declare the screenshot timing in the play function.
FYI: 自分は.gitconfigに載せたい秘匿情報は `.gitconfig.local` というファイルに追加して利用しています。 ``` # ~/.gitconfig # dotfilesとしてGitHubにpushする [include] path = ~/.gitconfig.local [github-nippou] user = MH4GF settings-gist-id = b24bf66225e48fa4aaf644d7495bae88 ``` ref: https://github.com/MH4GF/dotfiles/blob/master/.gitconfig ``` # ~/.gitconfig.local # 秘匿情報を含むためコミットしない [github-nippou] token...
FYI: GitHub CLIは設定情報を `~/.config/gh` に格納しており、 aliasなどの設定が記載された `config.yml` と認証情報を格納する `hosts.yml` に分かれています。 ref: https://chroju.dev/blog/gh_github_cli_can_do_anything#:~:text=GitHub%20CLI%20%E3%81%AE%20config%20%E3%82%92%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%A7%E7%AE%A1%E7%90%86%E3%81%99%E3%82%8B 分けておくと設定ファイルを共有しても秘匿情報の漏洩はしづらくなりますし、git管理しやすくなるためPCセットアップがしやすくなるかと思います!GitHub CLIの場合はconfig.ymlを配置する→ `gh auth login` の2つを行えばセットアップが完了するため便利でした。
@benedfit Can't you run with this? `yarn test-storybook -- --listTests` ref: https://github.com/storybookjs/test-runner/issues/230#issuecomment-1379472607