Terje Larsen
Terje Larsen
Time flies, was busy with personal matters, hopefully can get some time soon
There is now an open PR for this (#2843)
For whatever it is worth I’m using the overlay option as well. Also interested to know if there is an even better one.
What issues are you having? We are using Sam 100% via docker compose at work, I could try to prepare some resources how to set it up if there is...
The `--docker-volume-basedir` needs to be your host (local) system path, I am using `$PWD`. You might also need to set `--docker-network` and have a specific docker network to get the...
@Ghilteras I do have it working with `start-lambda` as well, allthough I maintain my own docker image for `sam`. E.g. ``` FROM alpine:3.9 ENV AWS_VERSION 1.16.10 ENV SAM_VERSION 0.15.0 ENV...
For non-posframe based quicklook there is also https://github.com/iqbalansari/emacs-source-peek which works really well (uses https://github.com/cpitclaudel/quick-peek)
I had a "pleasant" experience with remacs that made me switch over. I had some issue in my configuration that was causing a recursive infinite loop, in emacs it just...
Understandable, thank you for the response, here is the issue that I am experiencing: Sometimes a childframe gets created like this, seemingly without some of the properties it should have...
Another one seems to be that it cuts off part of the text (in the very end). I wonder if it is due to leading space:  I think it...