Frank Dana

Results 357 comments of Frank Dana

For the record, as an alternative/workaround, this works for me, to e.g. install all 64-bit Win7 drivers: ```command D:\> for /d %i in (*) do pnputil -a D:\%i\w7\amd64\*.inf ```

@ggzengel Huh. Funny, almost, considering the reason given in response to your issue in the other repo was that the current layout is intended to stop _Windows_ from doing the...

@davidmatson > I think the starting position is both sides think the problem is on the other side I think that may be overstating it. I have yet to see...

> Do you think a pipes-based approach is a good idea overall (for both platforms), (Chiming in) I think it's _potentially_ a good idea. (Temporary files are always a nightmare,...

@mxmlnkn > Looking under the hood, the problem seems to be that `PROPERTIES` are stored as a list itself, so that lists as value / semicolons in values will lead...

@phreed > The work around is to quote in the following way. > > ```powershell > .\yq.exe e '{\"wrap\": .}' sample.yaml > ``` > > You can see that this...

> Also `.eslintrc` is supposedly [deprecated](http://eslint.org/docs/user-guide/migrating-from-jscs#terminology) too. Only in the sense that the typed `.eslintrc.json`, `.eslintrc.js`, `.eslintrc.yml` names are now preferred to the untyped `.eslintrc` name. Any JavaScript-format `.eslintrc` is...

I think the problem is that MDM whitelisting [is for System Extensions](https://developer.apple.com/documentation/systemextensions/implementing_drivers_system_extensions_and_kexts), which are different from kernel extensions (kexts) – there doesn't seem to be any whitelisting or automated management...

(Actually, @bfleischer, I guess based on the license terms, GitHub/Microsoft would require permission to bundle a preinstalled MacFuse kext with any of their MacOS runner images for GitHub Actions. In...

Interesting, and encouraging, @mcajina74 ! > I tested this in both macOS Big Sur and Monterey. Have you been able to test it on Silicon hardware, by any chance? There,...