Jamie Larkby-Lahet
Jamie Larkby-Lahet
I also had to make this change, locally. works for me
if you are doing something like a world rebuild and then moving the hard drive over, you are going to need a subset of flags that works on both machines,...
the risk is that out-of-tree kernel modules, like wireguard and (formerly?) zfs won't be able to stop stripping of the symbols they need. also any kernel modules you install as...
try adding jpeg/xml USE to imlib2 iirc that error is from an imagemagik dependency, not the main package On Sat, Oct 2, 2021, 15:13 jfikar ***@***.***> wrote: > I have...
@InBetweenNames one thing that clear linux does that isn't really necessary for us is function multiversioning. I think the linker links different functions based on eg. AVX support. since everyone...
nice detective work! On Sat, Nov 3, 2018, 13:20 Shane Peelar OK -- I think i figured it out: > > https://software.intel.com/en-us/forums/intel-c-compiler/topic/635646 > > For more info: > > https://lkml.org/lkml/2015/5/19/1009...
I've updated my test script to make it easier to use with multiple test case sources, and given it its own repo https://github.com/wolfwood/scad-benchmarking
@lindsaylevine there is an abridged user guide hidden in this wall of text :laughing:
It would be an exaggeration to say I know Rust, but I've dabbled and I'm committed to learning it in the near term, regardless. My Haskell is rusty, but I'm...
Unfortunately, you can no longer create a repo by pushing. You have to use the API such as `curl -u 'USER' https://api.github.com/user/repos -d '{"name":"REPO"}'` you also cannot remotely delete the...