Adam Gross

Results 27 comments of Adam Gross

I was the one who filed this in the Visual Studio feedback forum. Please let me know if you have any questions. This is really hurting my Visual Studio development...

Thoughts on this patch? I'm open to alternative solutions if it has risks that I am unaware of.

Thanks for the response! The problem I'm running into is that this interferes with developer workflows if their source control is set to use CRLF (e.g. git's "core.autocrlf=true" or Perforce's...

My biggest concern with buildifier is that it is actively overwriting my line endings. I'm not asking for buildifier to change my line endings from \n to \r\n. Instead, I'm...

That is really helpful, thank you! That sounds good that private mirror repos can be in the same org as other sources. That addresses my concern. No issues with putting...

> I can add functionality to have a toggle to disable actions on the mirror creation screen. Will create an issue here 😄 Honestly I'm not sure if I trust...

I am also running into this and trying to sort out how to work around this. I would suggest not doing a workaround that involves using `type: boolean` but then...

I have been thinking about this more lately and I'm starting to think that this is not a bug and instead is us using yaml syntax that is not actually...

Current theory is that python-zstandard's DecompressionObj_decompress() function is stopping after the first frame. Sample C code that seems to match what that function is doing: ``` // File read code...

> Need to verify with supplied sample data this but knee jerk is it has something to do with zstd frames. Various APIs in this library stop reading at frame...