-
The binary always waits for the STDIN to be closed and than formats all supplied sql:
```
$ pg_format -
select * from companies;
select * from companies;
Ctrl+D
SELECT
*
FROM
compa…
-
I propose the p2p system for the original game multiplayer be swapped with a more up-to-date system of Server Lists similar to that of OpenTTD's style. Granting ease of access to more profound multipl…
-
Like discussed in https://github.com/jdtsmith/kind-icon/issues/22#issuecomment-2189593792,
this recipe:
```
(insert-image (svg-lib-icon "folder" kind-icon-default-style))
```
leads to the…
-
I use this package with the following configuration:
```emacs
(use-package flx)
;; ;; https://github.com/jcs-elpa/company-fuzzy
(use-package company-fuzzy
:hook (company-mode . company-fuzzy-…
-
The Arc Browser has a feature called "Little Arc", essentially a temporary "popup" window that is not meant to be tiled
Filtering by app/window name to check whether the window should tile or float…
-
Many of the logos on https://www.djangoproject.com/fundraising/ are very badly readable in dark mode:
-
in my \*scratch\* buffer, writing a Elisp function and navigating through the auto-completion I see there are no icons, but worst of all, an error is throw:
```
Debugger entered--Lisp error: (wron…
-
# 🐛 bug report
Trying to migrate a very large repository (private to a company) from webpack to parcel, I'm facing this frequent build error `Error: Got unexpected undefined` when running `parcel w…
-
A repository [xcwen/ac-php](https://github.com/xcwen/ac-php) contains `ac-php` (auto-complete backend for PHP) and `company-php` (company-mode backend for PHP), and since I use company-mode I tried to…
-
`idris2-complete-at-point` bubbles up errors from the idris repl. This causes issues when you are using `company-mode` which is very happy go lucky about calling the completion function.
Error from…