カワリミ人形

Results 7 comments of カワリミ人形

I'm using this: https://gist.github.com/kawarimidoll/31edc1b58e44fdd350fa378bbb7c9722

Using Regex Lookahead, a sequence of capital letters can be considered a single word. Here is an example in JavaScript: ```js const regex = /[A-Z]([A-Z](?![a-z]))+|[A-Z][a-z]*/g 'LicenseMIT'.match(regex) // -> ['License', 'MIT']...

I can't reproduce. That seems to be not an error of `gh-graph`, but an error of `gh`. Is there the file? What is returned by `ls -ll /Users/dan/.local/share/gh/extensions/gh-graph/`? I think...

There is the file, but `no such file or directory` occurs? That is curious 🤔 Can you try some checks below? 1: run the script directly ``` /Users/dan/.local/share/gh/extensions/gh-graph/gh-graph ``` 2:...

@digg33 Unfortunately, I am no longer using this setting and have no motivation to create a PR... Of course, feel free to use my example or to create a PR...

ルールの明記に賛成です。 そのうえで、テンプレート的なものがあると、参加者も書きやすいと思います。 駅伝参加登録のissueにGitHub Actionsが自動でコメントを送ってきますが、この部分にコメントを追加するのはどうでしょうか? 文面はわたしが過去の記事で使ったものを流用しているだけなので、より良いものがあるかもしれません。 エントリーしました。 キャンセルしたい場合は、Issue を `Close as not planned` で閉じてください。 以下のように、Vim駅伝の参加記事である旨を記事内のどこかに明記してください。 ``` この記事は[Vim駅伝](https://vim-jp.org/ekiden/)のyyyy-mm-ddの記事です。 Vim駅伝は常に参加者を募集しています。詳しくは[こちらのページ](https://vim-jp.org/ekiden/about/)をご覧ください。 ``` (Vim駅伝の記事であることがわかれば、この文面そのままでなくても構いません)