Jeffrey 'jf' Lim

Results 33 issues of Jeffrey 'jf' Lim

NOTE: I use a new term here that isn't really described, but I assume "search trigger window" is intuitive enough

I'm getting a `E21: Cannot make changes, 'modifiable' is off` error when I try using 'o' (`from help: `o` opens the current context in the last window.`) UPDATE: actually sorry,...

in doc/grepper.txt, I see ``` If you want to set global grepper options in your vimrc, use either of the following two lines first: > let g:grepper = {} "...

as per subject. The current way to get around this is to *explicitly* set `self.format = :json`, but this is unintuitive, especially if we already have `default_response_format :json` in application.rb,...

given a new Hanami app (seen with v1.3.4), and `accept :json` in an action, with your standard curl request (which sends `Accept: */*`, fyi) hanami will still attempt to look...

**- What I did** add dhcpcd as a service as well in order to have the instance not invariably become unreachable after the lease expires **- How to verify it**...

- README.md: remove note about UNIX domain sockets / nginx bug #753. This has been fixed (code is already in nginx 1.21.4) - Fix description for buster/Dockerfile.luarocks_example