Manabu Matsui

Results 9 issues of Manabu Matsui

Fix #467 Disown background timeout process started by `__zplug::job::handle::hook()` In order to prevent the `zplug load` command from waiting for it to terminate.

kind/bug

- Type: - [x] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question --- - `zplug --version`: 2.4.1 - `zsh --version`: zsh 5.2 (x86_64-ubuntu-linux-gnu) -...

- Type: - [x] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question --- - `zplug --version`: `2.4.2` - `zsh --version`: `zsh 5.1.1 (x86_64-ubuntu-linux-gnu)` -...

Add 8.0 and 8.1 to the PHP versions to be tested in travis ci. Laravel 9 only supports PHP version 8 or higher, so it is preferable to test for...

We use Log::shareContext, but it result in Error : Call to undefined method TiMacDonald\Log\ChannelFake::shareContext() Our use case is exactly the same as the example in the Laravel manual, and we...

**Describe the bug** Assume the name of the primary key in table `foos` is `id`. ``` Foo::where('id', '__non_existent__')->get() ``` Expected result: Empty collection ``` > Foo::where('id', '__non_existent__')->get() = BaoPham\DynamoDb\DynamoDbCollection {#8448...

https://docs.docker.jp/engine/reference/builder.html#healthcheck にコマンドのステータスコードについての説明があるのですが、以下のように表示されています。 ![スクリーンショット 2023-08-08 123149](https://github.com/zembutsu/docs.docker.jp/assets/8174597/af80c4e6-e16b-4605-b690-c5f061f76d9f) おそらく1,2についてもそれぞれ「障害」に「unhealthy」とルビ、「予約済み」に「reserved」とルビとなるはずではないのかと思います。

The installer exits without waiting for the completion of `git clone`. This is not a problem when running the installer manually. However, if you write `.zshrc` to automatically run the...