Rich Felker
Rich Felker
In general, you cannot use the `ld` command except in situations where you know the exact target ABI or you're doing bare metal stuff on a known target. There are...
There's no intent that it not be provided; it's just not something I have tested patches for, and as maintainer I'm not going to merge something for which I have...
I hit this too for `file://` URLs. I want to be able to open text files (with extensions other than .txt, like source code files) in the browser, as well...
I thought it worked before. Maybe I'm misremembering and Firefox just previously did less-stupid things with synthesized MIME types, or allowed viewing of `text/*` rather than just `text/plain` or something,...
Try this file: [badest.stl.txt](https://github.com/Ultimaker/CuraEngine/files/10201524/badest.stl.txt) Slice it with something like 400 mm/s and some normal accel, e.g. 500-2000 mm/s², one wall no infill no tops/bottoms. First with min layer time of...
> Thanks @richfelker for sharing this case. I was also able to create some test cases where the naive time estimator was >25% off. But it requires very specific geometries...
See https://github.com/Piezoid/klipper/blob/work-peraxis/klippy/kinematics/limited_cartesian.py The idea is that if one is using acceleration limits to control toolpath deviation/ringing/etc., the per-axis limits reflect differences in mass or stiffness of the axes. For example,...
Ping. Any progress?
> Apparently musl has #defined `off64_t` to `off_t`. I'm surprised that's allowed. It's not, but we don't do it in any standards-conforming profile. It only happens if `_GNU_SOURCE` is defined....
musl 1.2.4 only defines the LFS64 compat macros when explicitly requested with `_LARGEFILE64_SOURCE`.