Mitchell Kline

Results 8 comments of Mitchell Kline

> Did you try to give the full path of pass? Yes. I tried this using the mingw style path, .i.e., `/c/msys64/usr/bin/pass`. No difference. > When you start himalaya (if...

It definitely won't work like that for all windows users. MSYS2 I guess is fairly popular for people like me, who want a posix-like environment under windows. Git bash is...

Yeah I'm honestly not very familiar with how these foreign shells work on windows. For example, both Git Bash and MSYS2 use MinGW64. What exactly MinGW provides vs MSYS2 or...

Yes, this works. This was the change I made to make it work on my system, but I wasn't sure how to detect the environment to make the change conditional....

Strangely, I don't have any `CARGO_` environment variables. I do see these though: ``` MINGW_CHOST = "x86_64-w64-mingw32" MINGW_PACKAGE_PREFIX = "mingw-w64-x86_64" MINGW_PREFIX = "C:/msys64/mingw64" MSYS2_NOSTART = "yes" MSYS = "winsymlinks:nativestrict" MSYSTEM...

How about the case where we want *.py files in a subdirectory included as data files? This occurs in a couple projects for me that define a plug-in interface. Basically...

What's the deal with the ubuntu build?

@jdenis-invn Ah, so you found the first bug with our flow. This is a real issue that occasionally happens. The reason is that the github pages documentation is immediately updated...