Aksel Allas
Aksel Allas
I got the same exact scenario as @hongkongkiwi I had to use `rust:1.57` to get the image to build, but otherwise it's the same. Server works, clicking on link works....
Docker version ``` Client: Docker Engine - Community Version: 20.10.11 API version: 1.41 Go version: go1.16.9 Git commit: dea9396 Built: Thu Nov 18 00:37:06 2021 OS/Arch: linux/amd64 Context: default Experimental:...
@Rigellute @raschmitt How could I create a spotify-tui debug build that would give a stacktrace in docker? I tried changing entrypoint to start with `RUST_BACKTRACE=full` and i tried adding ```...
in Dockerfile `CMD RUST_BACKTRACE=1 spt` doesn't help. Running shell in image and then running it doesn't help either.  Exporting it as env variable gives the same result.
I looked at the TLS traffic (after trying to decrypt) in the docker scenario with wireshark. Seems like there are 2 distinct communications: The first I could decrypt using Google-chrome's...
When I look at non-docker wireshark traffic: I still couldn't decrypt using browser TLS log(I assume it's a rust package doing the TLS) The only thing to note is that...
@Rigellute `RUST_BACKTRACE=1` doesn't help. Is there any tutorial for how to debug this project?
I have tried [actions/cache](https://github.com/actions/cache/blob/main/examples.md#java---gradle) and [gradle-build-action](https://github.com/gradle/gradle-build-action#caching) and [setup-java](https://github.com/actions/setup-java) Every result is roughly 1min30sec Example of uses: ``` - name: Setup Gradle uses: gradle/gradle-build-action@v2 ``` ``` - name: Cache Gradle packages...
+1 for this. Ran into the same problem. ❤️
> Hi @AaronCreighton , we have a OTel + RUM (Boomerang.js ) Bridge in Production, with creates Metrics and OTel Traces and makes the bridge between Frontend (JSP/HTML or SPA)...