Jim Myhrberg

Results 115 comments of Jim Myhrberg

I'm no systemd expert, but based on the README, is sounds like systemd-docker potentially solves all these restart issues: https://github.com/ibuildthecloud/systemd-docker

@spantaleev right, yeah those downsides are not ideal. I might try and find some time to do a bit of research into running containers as system services. I want to...

As far as I can tell that warning doesn't actually have much of any effect, as the highlight-indent-guides package still works just fine using the correct faces. That said, I've...

Thanks, I have actually been using a build from that commit for the past two days without issue, so I'm more than happy to classify it as a known good...

@chrischambers Thanks, I'm now running a build from `79b9a262ffab37296a39c2d69cdabae153db10a7` myself, I'll add it shortly if nothing seems out of the ordinary. I also realized I've been using a build from...

@CsBigDataHub I'm afraid I can't re-produce that issue. Does it happen if you launch Emacs with `-Q` so it doesn't load any config? Also I've just updated the above list...

This error actually looks like you're missing Xcode or the Xcode command line tools. Try this: ``` xcode-select --install ``` As for building Emacs on M1-based machines, it should in...

Hmm, no full Xcode shouldn't be needed. My original suspicion was that it couldn't locate clang for some reason. After a bit more digging, I have a feeling the issue...

That's interesting and weird, some googling reveals issues around `EXC_BAD_ACCESS` reported and fixed in Emacs in 2019. Though some people had issues with some packages causing it. Have you tried...

Hmm, if you're able to codesign the app yourself, could you try first signing all `*.eln` files located under `Contents/Resources/native-lisp`? Cause `codesign`'s `--deep` option does not detect those files, but...