Adam Vigneaux

Results 11 comments of Adam Vigneaux

@noelmace I found myself in the same situation. After some research, I discovered that this reporter actually already supports displaying test duration. You can use the standard Karma `reportSlowerThan` configuration...

I removed `deviceplane` from my Raspberry Pi using the following steps: ```shell sudo systemctl stop deviceplane-agent.service sudo rm -r /etc/deviceplane /var/lib/deviceplane /etc/systemd/system/deviceplane-agent.service sudo systemctl daemon-reload ```

Thanks for this fix, @Bilalh! I too have had many folders of MP3s corrupted by Tagger. Sometimes it seems that the artwork corrupts the files, other times it seems that...

[The workaround for this](https://www.chromatic.com/docs/turbosnap/#specify-external-files-to-trigger-a-full-re-test-when-they-change) is easy enough, but it looks like [the linked blocker issue](https://github.com/storybookjs/storybook/issues/16990) is resolved–could this now be implemented so that the Chromatic CLI automatically picks up this...

This was introduced in d0064c84a570e3133302803e015ae2552ca2a82a, specifically [this line of the diff](https://github.com/intlify/bundle-tools/commit/d0064c84a570e3133302803e015ae2552ca2a82a#diff-4da1aefa2f22b0026d1bb00fffe21764e518dc7f461d925598268fbb4a84b5e3L1), [released in `5.0.0-beta.5`](https://github.com/intlify/bundle-tools/blob/5ed237c9c95711283956be681f51c605e6507df7/packages/unplugin-vue-i18n/CHANGELOG.md#intlifyunplugin-vue-i18n500-beta5-2024-08-30). `5.0.0-beta.4` does not exhibit this issue.

@jtagcat @bfkss @Pummelfisch I was able to resolve this by replacing `localhost` with `127.0.0.1`, i.e.: ```yaml healthcheck: test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://127.0.0.1/api/info"] ```

@sissbruecker, any interest in this contribution? I'm happy to make changes.

@sissbruecker Figured I'd give you one last poke on this PR before I close it to clean up clutter! Happy to make any necessary changes.

@FrLars21 Looks like this issue can be closed now that the attached pull request is merged? (Just stumbled upon this as I am troubleshooting a related issue with the SSE...

Would this work for multiple nested `sse-swap`s, like this? ```html ``` I'm wondering if this pull request would implicitly add `sse-swap="message"` to the parent ``, which I think would break...