Bojan Vukasovic
Bojan Vukasovic
Here is a working gist link: https://gist.dumber.app/?gist=2ff71b60ccbcdc62a4dd9295bf0d710d Just click on "Renderuj" button. If in firefox you will see animation; If in chrome you will not se animation. If you wait...
@bigopon Thanks. I thought that removing that some-demo2 would solve it actually, but did not know how to remove it inside au-compose.
Just to comment which babel config worked for me with typescript (and indeed, source mapping works OK). ``` "devDependencies": { "@babel/core": "^7.15.0", "@babel/plugin-proposal-decorators": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "babel-loader": "^8.2.2", "babel-plugin-transform-typescript-metadata": "^0.3.2",...
I packed a `ts-loader` with support for source map mapping. If you want to try: `npm install --save-dev @bojanv55/ts-loader` and then in webpack config: ``` { test: /\.ts$/i, use: ['@bojanv55/ts-loader',...
@sdeleuze Is there some temp workaround (Except I guess compiling the whole code with this params embedded)?
OK, seems this did the trick `set JAVA_TOOL_OPTIONS=--enable-preview`
OK. Also what i needed to do when compiling in remote docker: ``` org.springframework.boot spring-boot-maven-plugin paketobuildpacks/builder:tiny --enable-preview ```
@jiajunwang I'm using IdealState.RebalanceMode.FULL_AUTO I can even paste log that was there when that happened (this is from process that was just hanging doing nothing due to being DROPPED) ```...
@jiajunwang I'm using InstanceType.CONTROLLER_PARTICIPANT for all the processes. So I guess all the processes can be either/either. Do you talk about the process that was the leader (I guess it...
So, this is the log from `CONTROLLER` that lead it to trigger transition of that partition from `ONLINE` to `OFFLINE` (that is the last line in the log) ``` September...