Zoltán Reegn

Results 162 comments of Zoltán Reegn

@omissis I believe the most used docker images for osxcross currently is maintained by crazymax: https://hub.docker.com/r/crazymax/osxcross/tags I'd use SDK 12 as that's the last currently supported MacOS version: https://hub.docker.com/layers/crazymax/osxcross/12.3-r0-alpine/images/sha256-c65bf01d00f5a023d16236257fa91b764b18e583cfcc6ec8a17f35cb3571d0bd?context=explore If...

This was the original fix that introduced the PWD issue, before dotenv support was introduced: https://github.com/direnv/direnv/pull/553

Reading the original issue, I think we have two use-cases in handling PWD: If `dotenv` is called without args, it's quite clear that PWD can be safely passed to the...

@joeriddles FYI I already had a PR ready for quite a while that fixes this issue in a less disruptive manner: https://github.com/direnv/direnv/pull/1052

Hey @zimbatm I'm not entirely sure why the resolving of the symlinks is a problem and got removed. Could you elaborate? I've found it to be more reliable if there's...

OK, I've contemplated on it a bit, and realized it works close to as intended with your fix. Let's get this merged, I think I'm satisfied with this solution for...

This feature ist still desired. I'd also add one more aspect to it, which is offline encryption (without API access to the KMS key): https://aws.amazon.com/blogs/security/how-to-use-aws-kms-rsa-keys-for-offline-encryption/

My biggest gripe really is that the docs failed to help me in finding what broke. So I guess if the `formatexpr` docs would refer to the `lsp` behaviour that...

Another issue with the original PR is that it assumes you only have one LSP running for a buffer, disregarding the possibility of running multiple LSP-s, eg. one for the...

After digging a bit, it seems like LSP-s cannot even report whether they can do rangeformat or not on a file-by-file basis, so LSP-s supporting multiple filetypes, like [efm-langserver](https://github.com/mattn/efm-langserver) or...