Alex Orange
Alex Orange
No problem sharing. Here's the setup for it: ``` $ hg clone https://meb-1325-05.ece.utah.edu/hg/GPS/ $ cd GPS/ $ virtualenv -p python3.5 ve $ . ve/bin/activate (ve) $ pip install . (ve)...
A tidbit more info: I sped the program up a bit and it gets a bit further before segfaulting. ``` WARNING: get_stack_trace, current is NULL WARNING: canceled buffer, no stack...
I'm pretty sure this is what 0666a32517315ee1f802c9aeca9fbe021afc748d fixed as I ran into the same problem, missed that commit and independently fixed it. zacharyvincze can you confirm? Also, seems typerrrrrrrr's problem...
@dlbeer : can we get a 0.25 out to handle this s issue? It would be nice if all the packages could get uploaded so I can stop running self...
Just FYI: https://bugs.freedesktop.org/show_bug.cgi?id=54168 has been resolved and should be in 1.16.2.901 and 1.16.3. Those were just released a tad less then a month though, so you may not have a...
No I didn't, but your suggestion looks feasible. Thank you. I'll let you know if it works.
cscript is broken. JSLint itself has a problem with cscript (namely that cscript is broken). Use node.js instead. In order to do so, you'll need my pull request #49 (or...
What do you think of just treating clevis as a "binary" and just calling clevis luks unlock -d {crypt_device} -n {plain_device} -o {cryptsetup_options}? I've done that https://github.com/CrazyCasta/ugrd/commit/2ae572ba188ca72c3566a4547befc45372019fea and it seems...
> > What do you think of just treating clevis as a "binary" and just calling clevis luks unlock -d {crypt_device} -n {plain_device} -o {cryptsetup_options}? I've done that [CrazyCasta@2ae572b](https://github.com/CrazyCasta/ugrd/commit/2ae572ba188ca72c3566a4547befc45372019fea) and...