Eric
Eric
It's a domain-joined account, but not using Roaming Profiles. I realize it would make the API messy for the other platforms, but it might be worth considering making the credential...
@michaelrsweet I have confirmed that using `cupsAddOption` to set "media-col" with a valid "media-source" works: ``` num_options = cupsAddOption("media-col", "{media-size={x-dimension=21590 y-dimension=27940} media-bottom-margin=423 media-left-margin=423 media-right-margin=423 media-top-margin=423 media-source=\"alternate-tray\"}", num_options, &options); ``` However,...
@miloyip I'm confused why you think the software needs to be bug free to label a new release? No software would ever be released if that were the case. A...
@ras0219-msft `vcpkg install rapidjson --head` fails for this project. I'm still trying to figure out how to fix it.
@DHowett-MSFT I see that you've mentioned this issue from other closed issues but you have not actually commented here regarding the problem or the intention to fix it. I was...
@DHowett Thank you for the quick response! I went ahead and uninstalled my existing copy of Terminal (thereby unlinking it from the Windows Store), and am now running it directly...
@sba923 You can "unzip" the msixbundle, and then just run the exe from there. I copied the folder to Program Files and added it to my PATH env for extra...
@R2RT Thank you!!! I haven't spent the time to figure out why it works, but as I was taking your recommendation I figured out that just doing this on the...