Jun Aruga

Results 88 issues of Jun Aruga

**Is this a bug report, feature (enhancement) request or question? (leave only one on its own line)** /kind enhancement **Description:** Related to https://github.com/multiarch/qemu-user-static/issues/15 . I want to add examples to...

help wanted

I noticed this repository doesn't have any tag info. ``` $ git tag -n ``` I can see the tag info on the upstream chromium ec repository. ``` $ git...

On Fedora 35, I was able to build like this. With the compiler arm-none-eabi-gcc. ``` $ sudo dnf install arm-none-eabi-gcc-cs libftdi-devel $ which arm-none-eabi-gcc /bin/arm-none-eabi-gcc $ make BOARD=hx20 CROSS_COMPILE=arm-none-eabi- ```...

This PR fixes #2 by adding the way to install development tools on Fedora. I tested it on Fedora Linux 35. You can check the modified readme [here](https://github.com/junaruga/EmbeddedController/blob/wip/readme-fedora-build/README.md).

I would suggest to add OpenSSL 1.0.2 fips mode to Travis CI test case. It is related to below Ruby ticket, I commented. (You can close this ticket now. Thank...

I found the following duplicated directory entry `%{ruby_libdir}/io` for the `%files` sections in [the Fedora ruby.spec` file](https://src.fedoraproject.org/rpms/ruby/tree/rawhide) - ruby-3.0.0-146.fc35.src.rpm. Here is the used rpmlint version. ``` $ rpm -q rpmlint...

Hi I faced the following "/bin/bash: .command.run: Permission denied" when running nf-core/nanoseq with with profile test,docker. Is there any idea to find the reason? And is there a good way...

I am trying to bundler with the private gem repository run by the `gemirro`. However with the following config with the "private-repo", the `gemirro update` fails with "Need a Gem::Version:...

## My environment OS: Fedora 36 SE Linux mode: enforcing ``` $ java --version openjdk 17.0.4 2022-07-19 OpenJDK Runtime Environment (Red_Hat-17.0.4.0.8-1.fc36) (build 17.0.4+8) OpenJDK 64-Bit Server VM (Red_Hat-17.0.4.0.8-1.fc36) (build 17.0.4+8,...

Hi @chrisk Thanks for maintaining this gem. I added the Ruby latest version 2.6 to CI based on below pull-request. https://github.com/chrisk/fakeweb/pull/63 Do you like to start Travis CI on this...