ndbecker
ndbecker
My CV was fine with an older version of awesome-CV, but I just did a git pull (update to master), and now the alignment is off. I have 2 education...
Compiling on python3.7.2 fails with lots of errors like: ``` greenlet.c:495:11: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? tstate->exc_traceback = target->exc_traceback; ```
[nbecker@nbecker2 ~]$ attic mount -v nbecker@nbecker7:repository.attic::nbecker2-2017-01-03 mnt [sits for about 5 seconds...] Mounting filesystem No error, but nothing happened [nbecker@nbecker2 ~]$ ls mnt [nbecker@nbecker2 ~]$ mount ...[nothing show that attic...
Just built on fedora. You need libacl-devel package.
Is it safe to interrupt (siginterrupt) a backup?
Just a feature request, it would be nice to be able to use mouse wheel to go forward/backward
It looks like Cxx needs the julia source to build, but fedora linux packages don't provide it. ``` julia> Pkg.build("Cxx") INFO: Building Cxx writing path.jl file Tuning for julia installation...
Stream filters have reset! method, but it doesn't appear to be exported
I find that when I have an object that has only 1 obvious way to use it, it's nice to overload the call operator (OK, I'm coming from Python) I...
Is there an equivalent to python argparse choice, e.g.: ``` parser.add_argument ('--rate', choices=('1/3', '1/2', '2/3', '3/4', '3/5', '4/5', '5/6', '7/9', '8/9', '9/10', '25/36', '26/45'), default='2/3') ```