Andrew Babbitt

Results 21 comments of Andrew Babbitt
trafficstars

I am able to repro this with `1.14.1963.0` on Windows 11 Build `22621.382`. If any additional info is needed that may be of use please let me know, it has...

@zadjii-msft No, but I have some notes that are consistant: 1. Crashes are usually on longer terminal sessions (usually one or more hours, I rarely get one under that) 2....

@zadjii-msft So context: I have been running some decently large ansible playbooks to deploy openstack using kolla-ansible, this produces very large amounts of output to the console. This issue definitely...

If `32000` is indeed the maximum size, is this number not being floored before use? Another consideration may be to make sure the settings UI is also flooring this number.

Also used the feedback app as well: https://aka.ms/AAhrk3o

Looks like this should be significantly easier now due to portable packages in [winget 1.3](https://devblogs.microsoft.com/commandline/windows-package-manager-1-3/)

> > Looks like this should be significantly easier now due to portable packages in [winget 1.3](https://devblogs.microsoft.com/commandline/windows-package-manager-1-3/) > > Portable packages as well require releases in one of the supported...

> @shivamkm07 Can you investigate on creating an MSI installer? I believe that is the way to move forward with this. Similarly we could have dmg package for macOS at...

Short version of the story is, if exe's were directly published onto the release page we could have a winget package released within a day.

> I've been implementing grains with EF backed storage for a while now and my strategy is fundamentally different. Given that a DbContext should be short-lived, I essentially use this...