Jens Reimann

Results 569 comments of Jens Reimann
trafficstars

> @ctron - could you elaborate the problem a little bit more? how to recreate this, and what works and what does not. I am not sure how I could...

I am sorry, but I don't have time to compile a list like that.

I think you didn't build the esp stuff yet. Normally you do a `make -j app` before. Take a look at the main build script: https://github.com/ctron/rust-esp-container/blob/master/build-project

It was easy to come up with a PR, so here is #12 .

> This could be due to using a old gcc/g++ and/or glibc headers, do you have a gdb backtrace/stack for the segfault? Yes, I actually have two: https://github.com/ctron/git2-repro?tab=readme-ov-file#faults (or see...

Yea, given the `edge` stuff works, that's ok-ish. I was wondering how hard it would be to add (to the current release) an additional image. I tried to come up...

Changing the output filename sounds reasonable and simple. That should be a quick PR. I am not sure about the URL processing with Django. It feels quite specific and having...

Ah I see. So trunk "only" orchestrates the build. I think a good detailed explanation for this is here: https://github.com/rustwasm/wasm-bindgen/discussions/3500 In a nutshell, you're compiling something to WASM that doesn't...

I guess it makes sense to transform this into a discussion if that's ok with you.