Simon Law
Simon Law
I worked around this by starting the AppImage with `--no-sandbox`.
This is still broken on the latest 1.13.0 release on Ubuntu 22.04.
:thinking: Perhaps you could return `os.PathError{Err: os.ErrNotExist}` as the error, which can be detected with `errors.Is(err, os.ErrNotExist)`?
First, thank you for working on this so quickly. However, it looks like there are two corner cases that aren’t covered. The first is when a `DECLARE` follows another `DECLARE`,...
I appreciate the effort to support Postgres! Sadly, I have found a corner case that results from only examining the previous token: https://github.com/alex-hhh/emacs-sql-indent/commit/e7795c7ca379ed6024db271d522acc858f0a64f7#r37366259
To elaborate on the problem with ignored versions, assume that we add an ignore for all versions of `kreuzwerker/docker` to our `dependabot.yml`: ``` yaml # To get started with Dependabot...
Strange, I’m getting the following warning: ``` [INFO] Device found: MX Anywhere 3 on /dev/hidraw2:255 [WARN] /dev/hidraw2:255: SmartShift feature not found, cannot use ToggleSmartShift action. ```
This reminds me of `go get golang.org/dl/go1.xx.x`, which is how you can install multiple versions of Go: https://golang.org/doc/manage-install
Ping? Merging this would help resolve #174 and #262, even if it could be improved further.
> The current limitations are the only the first 4k byte are used to find a package name, and that it fails if only one file has a different file...