TATSUNO “Taz” Yasuhiro

Results 152 comments of TATSUNO “Taz” Yasuhiro

Great work ! I suggest to name this theme as `dark-default` instead of just `dark`, so users know the theme is dark version of `default` theme. And, in future, we...

Thanks for making PR. I am fine with having this kind of tools for FUI repo. I agree with lubber that FUI repo enable this tools when it graduates beta,...

This workaround suppresses "illegal multithreaded access" error. https://github.com/wvlet/airframe/pull/2147/commits/f9080618d14489f7cdfde503a0a399b1c4c780ba Then, actual error is shown ``` - find the actual codec for Any case objects 21.69ms

Hi. I've volunteered to add Scala 3 support in #573.

@pathikrit Could you take a look on #573 that adds Scala 3 support

I have a similar issue on CircleCI. ```yaml - run: name: RubyCritic command: bundle exec rubycritic --no-browser --path artifacts/rubycritic - store_artifacts: path: artifacts ``` and ```ruby SimpleCov.start 'rails' do add_filter...

The below worked for me. Both coverage and rubycritic results are successfully stored in CircleCI, and RubyCritic coverage page shows coverage successfully. ```yaml - run: name: RSpec command: COVERAGE=1 bundle...

@ryanblock Could you also take a look in this?