James Conroy-Finn

Results 51 comments of James Conroy-Finn

The recent addition of how to name test vars is starting to move beyond how best to layout your code (which is what I'd consider a style guide should really...

> ... so, and I hope you don't take a comment about codebases personally, but yeah, for the reasons we have a style guide anyway, t- is worse than -test....

This would be a helpful feature, indeed! As a workaround I've been tailing my Postgres server logs. In my case, running Postgres on OS X, installed via homebrew my output...

A number of companies and clients I’ve worked with use the Aleph HTTP client and Manifold in production, and a small number of clients used Yada (which as already mentioned...

There's an approved [pull request](https://github.com/hlissner/doom-emacs/pull/5123) to warn if `shfmt` isn't available. The same could be done for `prettier`.

@tleydxdy you can [disable `:editor format`](https://github.com/hlissner/doom-emacs/tree/develop/modules/editor/format#disabling-the-lsp-formatter) on save with something like this: ``` elisp (when (featurep! :editor format) (setq +format-on-save-enabled-modes '(not emacs-lisp-mode latex-mode org-msg-edit-mode))) ```

I've been using SPC p a to switch between 'alternate' locations for quite some time so love the idea of promoting its use. One suggestion: I regularly type on both...

I'd make use of this feature if it were made available. Is there interest in accepting a pull request that implements this? https://github.com/http-kit/http-kit/blob/bd4d9633366bed7673381615977c162fcf2fcd98/src/java/org/httpkit/HttpUtils.java#L446

I've been using `C-b` to move backwards, but not sure if this is the right way.

**TL;DR** Firefox can end up sending requests that get a 404 back from `httpd`. If you experience this, it might be your browser config causing problems; try a [private browsing...