Results 19 comments of ldeck

What if the variants were part of the request url? e.g., ``` https://formulae.brew.sh/api/x86_64/cask/figma.json https://formulae.brew.sh/api/aarch64/cask/figma.json ``` That way the json could be generated from the relevant machine, cached and served up...

How about just specifying `--tag` instead of `--branch` when adding/updating/modifying a package? Bonus points (i.e., a subsequent feature, if useful) would be providing a version update rule for tagged releases.

+1 Perhaps look to post the artifacts somewhere more central (e.g., sonatype?)

@cid-chan yes it'd be great to add a quick tutorial

Hmm, I’ve tried adding to the exec-path but am still seeing this whenever trying to add a switch. (add-to-list 'exec-path “~/.nix-profile/bin") As soon as I type anything after `-G` I...

> I'm experiencing the same problem on a single user installation on macOS. > ... > I see that the path is included in my `$NIX_PATH`, but I'm not sure...

There appears to be a work-around I've found: Hit C-g after selecting the completion. e.g., ``` Topology topology = builder.build(); top #accept completion for topology via , then hit C-g...

@yyoncho I'm also trying to figure out how to enable annotation processing but with a maven based project. I have a multi-module project, but have added a workspace folder for...

See https://github.com/emacs-lsp/lsp-java/issues/472