Joe Rozner
Joe Rozner
I actually tried a few prints flipping it 180 so that the outer shell would have a better finish. I had issues getting a successful print with that orientation due...
@evamvid could you and/or anyone else who has printed this with and FDM printer share some details about material used, printers, and settings? Working on printing this with PETG on...
@vanhauser-thc are you unable to replicate with the Dockerfile I provided? The container on dockerhub uses llvm 14 so I've just been using that. I can try setting up a...
Sorry, been out of town without access to do additional testing. I just tested on my arm macbook pro (with docker) and using the same setup described above works fine....
With 14 I was able to get it to not crash by using afl-clang-fast rather than afl-clang-lto. I updated the container and built for clang-15 but afl-clang-lto wasn't present on...
Using afl-clang-fast and running `./configure --prefix=/target` it fails with: ``` checking whether inttypes.h defines the PRI[doxu]64 macros... no checking whether %lx can be used to format 64-bit integers... no checking...
fwiw I build a jammy vm and tried using clang 14 there (outside of docker). I ran into the same problem I was running into with docker. Were you able...
Thank for looking into this and getting to an answer. Does it need to get reported upstream to llvm?
This is something that I've spent some time thinking about because we offer functionality like it in one of our products. Currently the way that we handle it is by...
Tying this specifically to forms is a bad idea because it makes supporting Single Page Applications (SPAs) written in JavaScript more difficult and can break support for AJAX requests that...