Jeff Bigler
Jeff Bigler
I'm getting the same error on Arch Linux as well. My kernel is x86_64 5.5.2-arch1-1. In my logs I see the following message: ``` systemd-coredump[5864]: Process 5862 (inky) of user...
I'm currently running SDDM 0.20.0 on Arch Linux using X.org. I have had the same problem with the wrong monitor accepting input forever. Nothing I do helps the situation. Setting...
@TikiTDO Are you sure that it worked? I'm using version 0.50.0 and if I add that snippet to my .solargraph.yml file it causes solargraph to crash with an error: undefined...
I was having a similar issue with my docker compose completion with zsh on Arch Linux. The problem was being caused by the docker completion file being installed by the...
I believe it is also an issue of documentation, as you mention in the main issue. I can't find official documentation for the `docker completion ` command, so package maintainers...
Since I've started logging the console output I haven't experience the problem. Nice little Heisenbug. I'll let you know if it occurs under observation.
I will attach a log file I created. You'll notice sometimes the daemon says it could not claim the interface or device, but that doesn't seem to delete the configuration....
[userspace.log](https://github.com/kurikaesu/userspace-tablet-driver-daemon/files/8986748/userspace.log) Sorry for the delay, I recently moved and it took a little while to get my computer set up again. Here is an attached log file from the updated...
As far as I am aware, Ctrl-Q has always been the standard way of closing an application in Linux. I've been using Linux for decades and the applications that I...
Create a `.projections.json` file in your project directory with the following content: ```json { "app/components/*_component.rb": { "type": "component", "related": "app/components/{}_component.html.erb" }, "app/components/*_component.html.erb": { "type": "template", "related": "app/components/{}_component.rb" } } ```...