カワリミ人形

Results 6 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...