Raymond Gauthier

Results 13 comments of Raymond Gauthier

Or even, just interoperability with a web service editor already supporting `pandoc` flavor with real time previous pane would be really nice in the meantime. The following already has all...

A `DIRENV_DENY="/path/one:/path/two"` would be helpful too in some use cases. In a project, I currently offer a way to enter a combined nix environment so that the user can load...

@pjeby : Thanks for this trick, it is indeed working fine, and a nice think to know. However, I feel like this should be shipped with direnv by default. This...

Sorry for the confusion. Just coming back to the following previous example: https://github.com/direnv/direnv/issues/550#issuecomment-575232747. In this previous example, I only want to disable a select set of direnv directory whose environments...

@pjeby: I'm in the context of the `use nix` directive. Using nix, it is possible to compose multiple environments for some lower level dependencies of a project so that I...

@zimbatm: How about an opt in *post hook* to allow dynamic completion to be reloaded from `XDG_DATA_DIRS` ? In nix, I usually have the following shell hook: ``` shellHook =...

This is occurring to me and it quite bad as this was my generic workaround for #5701 when using nix/nixos (see other issue for details). Now, I'm stuck adding each...

Would it be possible to expose a flag / configuration to allow this, at least until a proper solution is found for #5701 ?

@msullivan : > Does the symlink workaround work for you? It might do. Will have to try. However, I do not like much the stateful approach as I will be...

@orenbenkiki : By the way, not sure why you closed the ticket as it seems there was no proper resolution?