genotrance

Results 279 comments of genotrance

It seems having `fzf` unset FZF_DEFAULT_COMMAND breaks the assumption that it could be a default value set globally. There's no way to know whether it was set just for this...

`ff` already does that today and runs `fzf` on the same tty as itself so if data is directed to `ff` using a pipe, it is automatically picked up by...

There was a push back then but I think Nim still uses only dlls.

Looks like we finally moved to windeps. cc @alaviss

So we need an older osx to build on?

Looks like Travis allows you to use older versions of OSX x Xcode. What version should we pick? https://docs.travis-ci.com/user/reference/osx#macos-version

Is this error from Nim/Nimble or a general OpenSSL error? https://travis-ci.org/github/dom96/choosenim/jobs/662606144#L7838 `Could not download: Please upgrade your OpenSSL library, it does not support the necessary protocols. OpenSSL error is: error:14077410:SSL...

It seems like we need to ditch openssl altogether and statically link to libressl or something else. Cannot expect users to fight with openssl on OSX. Thoughts?

All deps are now statically linked - wonder if the new OSX binary will run with older versions of the OS.

Can you provide some more details on this issue? Do you expect choosenim to change the link for compiler-#head even when working with a released version of Nim?