Michael Dombrowski
Michael Dombrowski
This commit updates emqx.cmd for Windows to: 1. Allow for erl.ini to use paths relative to the root of the EMQ X zip 2. Use user-provided data directory when set...
### What happened? `Compression type Zlib is not linked with the binary.` ``` ** FATAL ** Loader crashed: {aborted, {{{badmatch, {error, {db_open, "Invalid argument: Compression type Zlib is not linked...
### Subject of the issue After downloading the prebuilt zip for Windows, I'm unable to run EMQ X when the extracted ZIP directory is readonly, despite setting all EMQX_ environment...
**Issue #, if available:** Another potential resolution for #910 by using `setsid` to force the subprocesses to run with their own process groups which then enables us to kill them...
**Issue #, if available:** **Description of changes:** This change updates the `UnixPlatform` implementation for finding child processes so that it does not find processes using `ps`, instead we will look...
Further details are in each commit. This PR fixes tests for EMQ X which were false negatives.
ECR downloader does not retry to download images when there are network issues. Example error messages: - `read: connection timed out` - `net/http: TLS handshake timeout` - `Temporary failure in...
### What version of Bun is running? 1.0.0 ### What platform is your computer? Darwin 22.6.0 arm64 arm ### What steps can reproduce the bug? Install `@types/react-router-dom:5.3.3` and `@types/react:16.14.38`. ###...
**Describe the issue** Using GraalVM graalvm-ce-java8-21.1.0/bin/native-image to build an application which uses the NOFOLLOW_LINKS option fails at runtime with the error "NOFOLLOW_LINKS is not supported on this platform". However the...