Adam Gamble

Results 10 issues of Adam Gamble

Just creating this as a stub. It'd be really neat if tide could support [Yarn PnP](https://yarnpkg.com/advanced/pnpapi), where files are zipped inside `.yarn/cache`. Quick and dirty solution that works (but relies...

Useful functionality that wasn't obvious from the docs

Hi John! I noticed in your recent move to a literate configuration you now store customisations in `:custom` rather than a blob of settings inside `custom-set-variables`. I'd like to do...

Hey! Really exciting project. Is there a roadmap for Recoil? Is it possible that Atoms will be absorbed into React at some point?

question

Short of digging into `dhall-lsp-server`, the cheapest option I could find to hop between _files_ was: ```elisp (defun jump-to-file-at-point () (interactive) (ring-insert find-tag-marker-ring (point-marker)) (find-file-at-point)) ```

In my site.hs I have: ``` config :: Configuration config = defaultConfiguration { deployCommand = "echo It works!" } ``` However: ``` $ stack build … Installing executable(s) in /Users/gamble/dev/hakyll-site/.stack-work/install/x86_64-osx/lts-9.21/8.0.2/bin...

Fresh Hakyll install via Stack. Using the standard configs: ``` match "css/*" $ do route idRoute compile compressCssCompiler ``` Notice that the compiler is failing to compress this file: https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css...

As far as I can tell I can't run scripts with positional arguments (`$1` etc.) yet?

I'd like to configure `j-console-execute-region` to use `display-buffer` / not select the buffer as we do with `pop-to-buffer`. Preferring instead to keep my cursor in the current buffer. https://github.com/zellio/j-mode/blob/3f852d1476be5625fea51dcaaad66dd57593101a/j-console.el#L122 As...