Vincent Spallek
Vincent Spallek
```shell PS> conan --version Conan version 2.4.1 PS> conan remove -c zlib ERROR: Recipe 'zlib' not found PS> echo $LASTEXITCODE 1 ``` So in our pipelines, we have the following...
It seems to work.
Update: Even `conan remove -c "*"` does not cleanup the local cache completely. In order for our pipelines to use the information from Artifactory, not from previous (potentially failed) local...
We regularly run into a situation where the build agent reports "can't find a 'xyz/1.2.3' package binary 'hash' for the configuration: …" while the exact hash is indeed available on...
@ScriptedAlchemy so you mean, the manifest as generated by @module-federation/vite is not compatible with the manifest as expected by @module-federation/enhanced? Is there a documentation or JSON schema of the manifest...
@ScriptedAlchemy I added another provider with rsbuild to the same repo linked above, and I am getting the same error message.
The deployment URL neither of the producer nor of the consumer is known at build time. The information from where to load the producer is provided at runtime dynamically. While...
I added the `publicPath: 'auto'` option to the rsbuild example in my repo, it still is not working. https://github.com/vincesp/stackblitz-starters-h6gf2a5j/blob/996032b6db558e5657aab50fffb3ba44a73462f1/mf-remote-rsbuild/rsbuild.config.mjs#L6
My attempts so far: | Result | Build tool | Format | | :---: | --- | --- | | :heavy_check_mark: | Vite + Rollup | module | | :x:...
I am building for prod, so I used https://rsbuild.dev/config/output/asset-prefix instead. I [pushed the changes](https://github.com/vincesp/stackblitz-starters-h6gf2a5j/commit/208a42c70cd4f89dd3d9f9151534f756bf0e06e8). With that, I now get: | Result | Build tool | Format | | :---: |...