Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Jericho pushed 1 commit to main Jericho/resources
- Remove integration tests and benchmark when they are not needed for faster build 4f76c84
Jericho pushed 1 commit to develop Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
- Single TFM on AppVeyor + Windows b36898d
Jericho pushed 1 commit to main Jericho/resources
- Single TFM mode is necessary only when calculating code coverage 8350204
Jericho pushed 1 commit to main Jericho/resources
- No need to specify framework when building since we have changed the desired framework in the csproj files 902bdcc
Jericho pushed 2 commits to main Jericho/resources
Jericho pushed 1 commit to develop Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
- Revert "Upgrade NuGet packages" This reverts commit 070579bf3e3b49c08dab13b8329deda6c6ffef92. 90a4d59
Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
This is a very interesting scenario you bring up and I must admit that I have never seen such a situation where the boundary ends with '--' . It may not be prohibited, but it's highly unusual! The ...
Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
You're welcome. I am working on the release. Was hoping to publish before lunch but hit a road block on CI build. Might be a day or two before I can push to NuGet.
Jericho closed an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
check ParameterHandler for null value before Invoke
Hi When not declaring the ParameterHandler after creating the StreamingMultipartFormDataParser, the library will raise an exception on NullReferenceException. The issue is here: https://github.co...Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
Thanks for the additional details, it's getting a little clearer to me. My guess is that, unbeknownst to you, Bruno is adding some parameter(s) when POST'ing the file which explains why on the ser...
Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
You are right: we currently don't handle a scenario where either one of the handlers is `null` but it seems counterintuitive to me that a developer would do this intentionally. What would be the re...
Jericho opened an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
Remove Unsupported frameworks
Drop .net 6 & 7. There shouldn't any loss of functionality for developers since we are already targeting .netstandard2.1 which is implemented by .net 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0.Jericho created a comment on an issue on Jericho/ZoomNet
Did not hear back from @Iram1995 . Therefore closing this issue.
Jericho closed an issue on Jericho/ZoomNet
'Web Browser' Participant Device Type missing
Hi, I hope you’re doing well. I’m encountering an error while syncing participants from Zoom into my CRM. I’ve already obtained latest the version from ZoomNet, but the issue persists. Could you...Jericho pushed 3 commits to develop Jericho/ZoomNet
Jericho opened a pull request on Formitable/BetterStack.Logger
Mark the BetterStackLoggerProvider class as public
Resolves #3Jericho opened an issue on Formitable/BetterStack.Logger
Unable to set filter for BetterStackLoggerProvider
Microsoft.Extensions.Logging provides the following method: `AddFilter<T>(...) where T : ILoggerProvider` which allows developers to configure the logging level for a specific logging provider. For...Jericho created a branch on Jericho/BetterStack.Logger
public_BetterStackLoggerProvider - Easier logging to BetterStack for C# applications
Jericho pushed 1 commit to fix_exception_when_disposing Jericho/BetterStack.Logger
- Use Task.Wait rather than Task.Delay to wait for the "flush task" to complete Also improve XML comments 6c4726b
Jericho created a comment on an issue on Jericho/ZoomNet
@Iram1995 I haven't heard back from you. Are you going to provide the additional information?
Jericho pushed 1 commit to fix_exception_when_disposing Jericho/BetterStack.Logger
- Comment to explain why using CancellationToken.None rather than _cancellationTokenSource.Token is deliberate 3532c0d
Jericho pushed 1 commit to fix_exception_when_disposing Jericho/BetterStack.Logger
- Ensure a given batch of messages is uploaded to BetterStack.com even when the cancellation token is canceled a57f506
Jericho opened an issue on Jericho/StrongGrid
EngagementQuality.GetScoresAsync: The response does not contain a field called 'result'
Sometimes the SendGrid API returns the following response when requesting engagement scores: ``` HTTP/1.1 202 Accepted {"message":"We are processing the score for this date range. Please try aga...Jericho closed an issue on Jericho/StrongGrid
Revisit the targeted platforms
StrongGrid currently targets `net48`, `netstandard2.1`, `net60` and `net7.0`. Net 6.0 when out-of-support earlier this summer and Net 7.0 will reach end-of-support in about a month from now so I wa...Jericho pushed 8 commits to develop Jericho/StrongGrid
- Removing unsupported TFMs .NET 6 & 7 Resolves #532 6248bae
- Properly detect if something went wrong when creating/updating a legacy contact and throw an exception if necessary. ... 09a4cd5
- Refresh build script dd1daca
- Switch to net .NET service hosting model 7426685
- Refresh build script a600c74
- Upgrade NuGet package references 4b7d948
- Allow a range of acceptable versions for certain NuGet packages The goal is to reduce the likelihood of version conf... 464f17d
- Uncomment the call to GenerateAttributesForSerializerContext afd2c5f