Jun Aruga

Results 88 issues of Jun Aruga

As this repo is not repo for https://rubygems.org/gems/flexmock any more, I want you to change the description of this repo to link to correct one: https://github.com/doudou/flexmock Because of preventing people's...

`tags.rake` file has shebang (`#!/usr/bin/env ruby`). If we would run like this `./tags.rake`, the shebang is needed. However if not, it might be better that the lines are removed. After...

For users and contributors. See https://github.com/jimweirich/builder/issues/56#issuecomment-296289006 for detail.

I want to run unit test for the development. But I saw an error when I checked rake tasks. Could you tell me how to do it? Does Travis CI...

Hi, I created a PR to enable GitHub Actions CI for this repository. The CI log on my forked repository is [here](https://github.com/junaruga/FASTK/runs/8163996647?check_suite_focus=true). For the libraries to build bundled htslib, I...

As I couldn't see the FASTK's Docker container, I created it by myself. Feel free to take the file if you like. https://gist.github.com/junaruga/dd71378add9fb8e840dad65bb050bf0d https://quay.io/repository/junaruga/garg-fastk?tab=info Note we are using the container...

Hello, On the latest master f18a4e6d2207539f7b84461daebc54530a9559b0 , I was trying to test the `FastK` with a small test data. Then I got the following Segmentation fault. Do you have any...

This PR passes with the latest Travis CI that exists on master and ruby_3_3 branches. I confirmed it passed on my forked repository. https://app.travis-ci.com/github/junaruga/ruby/builds/268122652 The PR is related to the...

Backport

This PR is alternative for the with less modification. What do you think? Is this PR better for you than the #1296? --- In the Fedora project, we are running...

In the Fedora project, we are running the mysql2 tests on the build environment with a user permission, without root permission and without `sudo`. In this case, we couldn't set...