Matt Rusiniak
Matt Rusiniak
@eddie4 Why is 1080p25 so bad? for basic terminal/bios/etc 25fps is fine, 1080p is amazing.
@zimbatm does direnv work natively in Powershell for you now? How did you solve the incorrect config directory issue, and how do you export variables in .envrc in the JSON...
OK, understood. I was under the impression this worked for someone :) I'm trying to get it going but its proving difficult to just get the basic functionality of the...
Just an update, I've followed the note here to configure DIRENV_CONFIG https://github.com/direnv/direnv/issues/442, and now at least the configuration errors are gone. However with your script it still doesn't seem to...
``` direnv exec path C:/Users/Matt/scoop/apps/direnv/current/direnv.exe DIRENV_CONFIG c:\Users\Matt\AppData\Local\direnv DIRENV_BASH C:\Windows\system32\bash.exe Loaded RC path C:\swap\gitlab\tools\.envrc Loaded RC allowed false Loaded RC allowPath Found RC path C:\swap\gitlab\tools\.envrc Found watch: ".envrc" - 2019-02-25T12:34:12+01:00 Found...
I tried this without scoop packages (just put direnv.exe into my `$env:PATH`) with no change in behaviour: still get the `source_env` command not found. What are the requirements for `direnv`,...
With direnv v2.20.0 it seems that there are no more errors with direnv with the source_env issue, but now I'm still wondering how should it work for Powershell (I've got...
Ah I see, so we can just create a whole new template to fit whatever style of Markdown we wish. Cool, I will try to make something visually appealing and...
As an example, the another dataset with realistic scales is: ``` data: (10) […] 0: Array [ "a", null ] 1: Array [ "b", null ] 2: Array [ "c",...
I can "fix" it by making sure the values are not uniform (which was easy since I was pre-rounding the data, now I round the data in the tooltip). In...