Sean Fausett
Sean Fausett
@PettitWesley I just found a buffer read overrun in this area: https://github.com/fluent/fluent-bit/issues/5825; could you please fix that too in your pull request? 🙏 > To fix this it should tweak...
Fixed by #5761.
Same problem with Ubuntu 20.04 (#1747), which is next LTS due soon. Fingers crossed you can unblock #1618.
@tmenier I played with the latest prerelease and it worked well re cookies: https://github.com/gitfool/BoardGameGeek.Dungeon/commit/f2cf3c3b42477f1cf6dc8fbff865f345a9d91a42 There was one strange side effect of using the latest prerelease though; the type returned by...
Okay, so what changed in this area was obviously https://github.com/tmenier/Flurl/issues/517, and I'm a bit rusty in this space, sorry. 😊 It turns out `System.Text.Json` won't do _automatic_ casting of strings...
FWIW, I've ported all my Cake related projects to build with both Azure Pipelines and GitHub Actions. [Cake.Dungeon](https://github.com/gitfool/Cake.Dungeon) builds on Linux, Mac, Windows, and Docker, and dumps all environment variables,...
We also need a build provider. See #2678. 😉
Example ugliness that I've seen, the Cake build fails with: ``` 2020-02-21T19:29:37.4851511Z Executing: /home/runner/work/build-cake/build-cake/tools/dotnet-gitversion -output json -verbosity Debug 2020-02-21T19:29:37.9043586Z Error: One or more errors occurred. (Expecting state 'Element'.. Encountered 'Text'...
@asbjornu thanks for the info! I think this is conflating the two interop boundaries though. My thoughts with this issue are related to the "external" interop boundary; i.e. from Cake...
> We could introduce a similar setting which _does_ support glob patterns... Yes please! I'm working with a deeply nested repo that has well-known "bad" `tf` files placed intentionally throughout...