Stuart Luscombe

Results 6 comments of Stuart Luscombe

I'll second this request! I'm often working on things while commuting and have poor/no internet access so offline access for things is an absolute must-have.

I second this request. It would extremely helpful, I have a large number of NFS shares and monitoring high usage on them can be a pain.

> @devblackops Should `script:FilterOutCommonParams` be global? I think that's what I had to do with mine to work: https://github.com/HeyItsGilbert/RPGDice/runs/3519100933?check_suite_focus=true > > My bad. I must have missed that I changed...

> Thanks for opening the feature request. > > The ability to change the output type of the command by specifying a `-AsByteStream` is currently not supported by the code...

> Sorry for the late response. > > The provided snippet works on my end. `$ContentInBytes` is a byte array, you'll just need to pass it to `[Convert]::ToBase64String($ContentInBytes)` to converting...

> Had the same issue. I ended up running all the SQL files by hand with this one-liner in each directory. This basically loops over each .sql file found in...