Tony Merlin

Results 12 comments of Tony Merlin

Based on @wbolster's suggestion, this works for me: ```Elisp (use-package direnv ;; Ensures that external dependencies are available before they are called. :hook (before-hack-local-variables . #'direnv-update-environment) :config (add-to-list 'direnv-non-file-modes 'vterm-mode)...

> I applied the mentioned patch [#139 (comment)](https://github.com/LnL7/nix-darwin/issues/139#issuecomment-666771621), and can see `~/Applications` with the `.apps`. Spotlight and Launchpad still do not see the apps though. Is that expected? I'm on...

How would one handle an app that updates itself, thus breaking purity?

I also ran into this. Fish version 3.0.2. @yurrriq's fix works for me, as well.

The interface of `WriteOptic.set` has also tripped up myself and a colleague, in working with `Optional`. Our use case is that we have a product type `A` with a `b:...

I can validate that this is indeed necessary. Many Scala developers at my (undisclosed) org are: - behind a proxy with basic auth, and self-signed certificate, - resolve dependencies from...

What works in my corporate environment? Curl, with the usual proxy and cert configuration : YES Wget, with the usual proxy and cert configuration : YES Download Metals Extension from...

@skakker I wouldn't say it's completely working for me, as `sbt bloopInstall` does not work. It fails with a proxy authentication error; which tells me that the proxy host property...

@skakker I think that's achievable; if you set the mirrors, and you mirror all of your project dependencies, as well as all of the Metals dependencies.

Although `/etc/nix-darwin` is symmetric with NixOS, Nix Darwin users whom don't also use NixOS will be accustomed to`~/.config/darwin` (perhaps `$XDG_CONFIG_HOME/darwin`). I suggest that it defaults to `$XDG_CONFIG_HOME/darwin`, and is configurable...