Chad Gilbert
Chad Gilbert
I think there is still value in sanitizing the debug SQL. I've used the debug string before to spot check problems quickly by copying and pasting into SQL Management Studio....
I've fixed the merge conflict and added a note to the README regarding the purpose of `ToString()`. I was also going to add that warning comment to prefix all `ToString()`...
I think I've got the `git-lfs` installation working correctly in [this forked PR](https://github.com/freakingawesome/git-lambda-layer/pull/1). I have yet to fully vet it out by pushing up and running it as an actual...
[PR submitted](https://github.com/lambci/git-lambda-layer/pull/29). I updated it to allow specification of the git-lfs version, and I added a line in the test lambda function to run `git lfs` on the lambda instance,...
I've been tinkering with streaming in my [`laziness` branch over here](https://github.com/freakingawesome/LinqToExcel/tree/laziness). You can set `Lazy` to true on `ExcelQueryFactory` in order to bypass the default behavior, which used `ToList()` to...
I've had success running my laziness experiment for a few months, so I've opened a PR here: https://github.com/paulyoder/LinqToExcel/pull/155
Did you ever find a resolution to this? We've started experiencing the same problem.
LFS was working fine up until a day or two ago. We're on an installed version of Visual Studio Team System and we're about to contact Support. The IT team...
Turning on tracing for Git commands indicated that the LFS server was returning HTTP 401 (Unauthorized). From a bash terminal: GIT_TRACE=1 git lfs push origin _omitting lots of output_ 13:55:57.549907...