YAMASHITA, Yuu

Results 10 issues of YAMASHITA, Yuu

rbenv and ruby-build are both implemented to call rehash inside its code on some circumstances. However, since the rehash is implemented to fail if there're another concurrent rehash process within...

The `pwd` may return relative path if the `$PWD` is badly declared in bash/zsh (e.g. `PWD="." bash`). To avoid the infinite loop in `find_local_version_file()`, stop finding the version file if...

I believe there are 2 weird behaviour relating to `RBENV_DIR`. This should fix both 2. 1. file argument does not follow symlink (yyuu/pyenv#404) 2. file argument works weirdly if first...

Hi, It seems `ossec-hids-agent` is already released for Ubuntu Linux 20.04 LTS (focal) after #1902. However, seemingly it only supports `amd64` (a.k.a. `x86_64`) as of 2022-02-23 despite `arm64` (a.k.a. `aarch64`)...

I added "play:precompile_locally" task to run `play precompile` on client-side (deployer), not server-side (deployee). This will result that the application pre-compilation will run just once if there are some servers....

Sometime I'd like to enumerate the collection at random without warming up caches.

From [virtualenv 1.10](https://pypi.python.org/pypi/virtualenv/1.10), `virtualenv.py` script does not work standalone.

### What happens? [CREATE OR REPLACE](https://duckdb.org/docs/sql/statements/create_table.html#create-or-replace) is a statement to create a table, or replace table if it already exists with single statement. It worked as expected with in-memory temporary...

### What happens? DuckDB accepts `CREATE INDEX` statement with `IF NOT EXISTS`, however, it seems `IF NOT EXISTS` isn't actually working with SQLite3 tables. ### To Reproduce If I were...

### Resource Name AWS::SES::MultiRegionEndpoint ### Details SES (SESv2) Global Endpoints has been added in Dec 2024 (cf. [whats-new](https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-ses-global-endpoints-multiregion-sending-resilience/)). There are several APIs provided for the resource type already. * https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateMultiRegionEndpoint.html...

other