Shu Masuda

Results 4 issues of Shu Masuda

I use this action with `@v1` as follows. ``` - uses: tailscale/github-action@v1 with: authkey: ${{ secrets.TAILSCALE_AUTHKEY }} ``` GitHub actions runner seems to use the old tailscale 1.14 version. Is...

Update `MySQLConfiguration struct` to change default character set / collation (from https://github.com/vapor/mysql-kit/issues/289).

enhancement

Provide convenience APIs to configure character set for database, tables, and columns (from https://github.com/vapor/mysql-kit/issues/289)

enhancement

When I set the sprite property of `ImageInjector` on Unity Editor, the sprite of this property don't affect the target image. `HasInjectSprite` isn't set `true` in this way.