Alejandro Avilés

Results 14 comments of Alejandro Avilés

This is biting me as well. I'm setting `LD_LIBRARY_PATH` in `.zshenv` alongside other variables, but `direnv` insists on unloading `LD_LIBRARY_PATH` alone. This is the anonymized output from `direnv show_dump $DIRENV_DIFF`:...

I'm in macOS, yes. My `.envrc` looks like this: ``` export GIT_AUTHOR_EMAIL="..." export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL ```

> Any dynamic linker (dyld) environment variables, such as DYLD_LIBRARY_PATH, are purged when launching protected processes. @zimbatm, this confirms the issue. Could you keep it open until there's a solution,...

> The "Add Indico user" button on `/user/favorites/` should be disabled or hidden when public search is disabled. Done.

Phone validation has been fixed: https://github.com/OmeGak/indico/compare/1588-fix-regform-validation Number validation when it involves non-numeric characters seems to be a bug in AngularJS. It hasn't been fixed until version 1.3. The problem should...

I agree with @lucasdf that the correct solution would be defaulting `projectConfigFile` to empty value and letting Flake8 do the right thing. On this, the problem is with Flake8 itself,...

Actually, I cannot reproduce that issue in Flake8. Having empty string/none as the default makes Flake8 successfully handle coexisting `tox.ini`, `setup.cfg`, and `.flake8` files.

Any update with this issue? I was trying configure stuff with `~/.remarkrc` and install plugins globally and got affected by the same issues raised by @pvdlg and @dirkroorda. I would...

`sudo nvram SystemAudioVolume=%00` did finally work for me, but only the first time I reboot after running it. Then, the value is restored back to `[` and the chime comes...

I have the same use case as @agross and I agree with @mehcode on the approach.