Adrian Sampson
Adrian Sampson
Just wanted to also add a reverse pointer to #1370, which would probably be a very easy change that would make the Calyx side of things go much faster (and...
Thanks for noticing that, @ryanakca! For an example of how to redact configuration options, please see: https://github.com/beetbox/beets/blob/3ede5f26c80be01b9900c158f55356742fe70b47/beetsplug/mpdupdate.py#L75
Indeed, as in #11, we haven't tested this with more recent versions of LLVM. As I recommended there, please look into using the LLVM version that was current when the...
Yep, that sounds about right to me! But FWIW, I don't know how difficult updating this for LLVM 6 will be. Maybe it will be easy, but maybe not! 🤷‍♀️...
Hello! I don’t have an obvious diagnosis, but it’s true that the LLVM API does change a lot between versions. You might try using the one that was current when...
Hmm… @zhangysh1995, there is a README in this repo. If you meant to add a version indicator, that would be a good idea, but I'm depending on you and @JodieAllen...
Great; thank you! I've added a note to the README.
This will require us to [generate an SSH wrapper script](http://stackoverflow.com/questions/14220929/git-clone-with-custom-ssh-using-git-ssh-error) so we can use the GIT_SSH environment variable (because git is miserable).
Hi! Can you please format your post so that the code and terminal output is legible (i.e., use ```)? If you're getting a segmentation fault, you'll want to load your...
It would be super snazzy to use [server-sent events](https://developer.mozilla.org/en-US/docs/Server-sent_events/Using_server-sent_events) to provide log updates in real time.