Results 41 comments of mbucc

Workaround: `elm 2>&1|perl -pe 's/\x1b\[[0-9;]*[mG]//g'`

Until this is merged, a work around is to use the attribute function in Html.Attributes. I compiled but have not tested this example. ```elm import Html.Attributes exposing (..) logo :...

> Hashed passwords are stored with a prefix to identify the algorithm used. BCrypt got the prefix `$2$`. > ... > A bug was discovered in [crypt_blowfish](https://pear.php.net/package/Crypt_Blowfish)[🕗](https://archive.fo/CnnUz), a PHP implementation...

Note from @timtebeek in Slack channel: [1 hour ago](https://rewriteoss.slack.com/archives/C01AB6L98TC/p1691234809535379?thread_ts=1691151065.442989&cid=C01AB6L98TC) you can probably compile most of that migration by adding [core recipes from the marketplace](https://app.moderne.io/marketplace/org.openrewrite.java.core) to [the recipe builder](https://app.moderne.io/recipes/builder)

The [OpenJDK Bug](https://bugs.openjdk.org/browse/JDK-8318854) was fixed in November 2023 by commit [940f67c1](https://github.com/openjdk/jdk/commit/940f67c1a62c6f9462266f3a108649aca114cffa). This fix is not in Homebrew (openjdk version "21.0.2" 2024-01-16) as of today. :(

Could we use this container ghcr.io/goccy/bigquery-emulator:0.4.3 to write tests? Based on the sub process bug report, I am currently updating the shmig_test repo. But in any case, yes I am...

thanks for all the details and a patch. i’ll take a look this weekend.

I see SiteGround uses chroot. I guess their chroot config does not allow access to files under `/dev`.

[Per note on PR](https://github.com/mbucc/shmig/pull/71#issuecomment-2423392526), the only potential issue I see is with the change in error handling. The second change in the PR includes a change to loop that already...

What happens if you run this in your account: echo abc > /dev/fd/1 (`/dev/fd/1` is stdout of the current process.)