John

Results 52 comments of John

Right now `zectl set` is basically a wrapper around `zfs set`, so this is working as expected. However this should probably be fixed so that if you add the prefix...

I agree this would be a nice feature, I will put it on my list of potential improvements. One concern I have is making sure it works correctly on multiple...

I also attempted @zhimsel 's test and cannot reproduce bootctl version: `systemd 246 (246.6-1-arch)`

I'm running into this as well using Nvidia and battlenet trying to start Diablo III.

While `jq` runs fine, I've noticed some strange behavior I mentioned in https://github.com/winepak/applications/pull/73#issuecomment-406848447 related to `ld-linux.so`. I'm not sure how it would affect things if in the baseapp.

@julianrichen I just pulled from your branch for history's sake. Interesting that ldconfig would be deleting symbolic links.

Added a `-c` option to `battlenet-installer` to allow passing in jq filters as discussed in #73 Example usage might be: ``` battlenet-installer -c \ '.Games.diablo3.Run64Bit = "false" | .Games.diablo3.Run64BitSet =...

Thanks, I'll push an update once I've tested if it works.

Update, I now have it running and the changes seem to have worked. I'll push a commit once I've gotten all the last few details sorted out.

So here is a working version c450d67. Unfortunately, at least for me it's completely unplayable as its quite laggy, i'm not sure if that's just my computer, or if it...