Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

paulomorgado

paulomorgado created a comment on an issue on dotnet/aspire
This is where I am now: ```csharp var rabbitMQ = builder.AddRabbitMQ("rabbitmq") .WithManagementPlugin() .WithEndpoint(targetPort: 5552, name: "streams") .WithArgs("/bin/bash", "-c", "...

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
It's a bit more complex than that. As I understand it, `rabbitmq-plugins enable rabbitmq_stream rabbitmq_stream_management` needs to be executed on the container after RabbitMQ has started.

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
Aspire is lacking orchestration for containers that require interaction post container restart.

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
@snovak7, have you been able to launch the RabbitMQ container with stream support?

View on GitHub

paulomorgado created a comment on an issue on NuGet/Home
If there are no package references, the cause is another: ``` 0:000> !clrstack OS Thread Id: 0x7124 (0) Child SP IP Call Site 000000E8B657B3B8 00007ffda70ed574 [HelperM...

View on GitHub

paulomorgado created a comment on an issue on NuGet/Home
Used procdump to capture first chance exceptions and got this: ``` 0:000> !clrstack OS Thread Id: 0x6ab8 (0) Child SP IP Call Site 00000018D077A278 00007ffda70ed574 [He...

View on GitHub

paulomorgado created a comment on an issue on NuGet/Home
The exception seems to be thrown here: https://github.com/NuGet/NuGet.Client/blob/6.11.1.2/src/NuGet.Core/NuGet.CommandLine.XPlat/Utility/MSBuildAPIUtility.cs#L814 But when I try to run it, I ge...

View on GitHub

paulomorgado created a comment on an issue on NuGet/Home
@zivkan, Procmon shows access to the right path: ![image](https://github.com/user-attachments/assets/76054845-66e8-4978-9052-341db68781c2) ```pwsh λ dir project.assets.json -r | % FullNa...

View on GitHub

paulomorgado created a comment on an issue on NuGet/Home
Or TTD. 😄 Is there any extended logging I can get out of it, I guess the best option is just get the commit for that version and debug it.

View on GitHub

paulomorgado created a comment on an issue on cake-build/cake
I think I found out what I was looking for: `Collapse` method. Using `Collapse` on `RelativePathResolver.Resolve` would make it easier and more correct.

View on GitHub

paulomorgado created a comment on an issue on cake-build/cake
Fair enough. But how about this? ```charp context.Environment.WorkingDirectory = context.MakeAbsolute(context.Directory("C:/temp/repo/build")); var b = context.MakeAbsolute(context.Director...

View on GitHub

paulomorgado opened an issue on cake-build/cake
DirectoryAliases.MakeAbsolute computes the wrong path if the path contains ..
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runn...
paulomorgado created a comment on a pull request on mongodb/mongo-csharp-driver
Sorry for taking so long, @adelinowona. I was waiting for you to submit a suggestion through a review. 😄

View on GitHub

paulomorgado pushed 59 commits to performance/BsonRegularExpression/1 paulomorgado/mongodb-mongo-csharp-driver
  • CSHARP-5228: Allow any OS in OperatingSystemHelper (#1511) Co-authored-by: Elias <[email protected]> 81976d1
  • CSHARP-5295: Improve error message when subtracting two decimal values stored as strings in the database. 59c715b
  • CSHARP-5350: Update Libmongocrypt version for SSDLC (#1510) 31028d0
  • CSHARP-5335: New serializers for immutable collections (#1508) 528cd61
  • CSHARP-5332: Fix EFCore test script (#1507) f9f76d9
  • CSHARP-5358: Dispose client cluster in LibmongocryptTests.cs (#1516) 0abee49
  • CSHARP-5342: Make sure ClientBulkWrite supports retryability properly (#1506) bcf2684
  • CSHARP-5300: Specify how to handle unacknowledged bulk writes (#1505) 75077dd
  • CSHARP-5389: Skip client.BulkWrite tests on serverless (#1522) 1752207
  • CSHARP-5280: Fix `server-selection/tests/logging/operation-id.json:Failed client bulkWrite operation: log messages ha... f11014b
  • CSHARP-2843: Disable TLS renegotiation when possible (#1520) 8da459d
  • CSHARP-5241: Refactor Join implementation. 2313984
  • CSHARP-5212: Exact Vector Search (#1521) 7609432
  • CSHARP-4830: Publish TopologyDescriptionChangedEvent on topology close (#1529) 8b465a2
  • CSHARP-5360: Fix resource leaks in LibMongoCryptControllerBase::SendKmsRequest (#1519) 86045e4
  • CSHARP-5098: Server 8.0+ requires tests for aggregation with $out to not pre-create output collection (#1525) 3690650
  • CSHARP-5287: Unskip fle2v2-Rangev2-Compact on serverless (#1524) fc246a3
  • CSHARP-3203: Specify error label in retryable writes test (#1518) b8482d1
  • CSHARP-5400: Do not test macos arm64 on server versions < 6.0 (#1536) fe296ae
  • CSHARP-5399: Implement API compatibility validation EG script (#1533) 7d2c377
  • and 39 more ...

View on GitHub

paulomorgado starred shouldly/shouldly
paulomorgado opened an issue on shouldly/shouldly
Consider adding more methods to assert collection cardinality
- `ShouldHaveExactly` - `ShouldHaveExactlyOrLessThan` - `ShouldHaveExactlyOrMoreThan` - `ShouldHaveLessThan` - `ShouldHaveMoreThan`
paulomorgado opened a pull request on hacf-fr/renault-api
Added SCENIC E-TECH (XCB1SE)
Note: I can contribute with any missing information and tests.
paulomorgado created a branch on paulomorgado/hacf-fr-renault-api

scenic_e-tech

paulomorgado created a comment on an issue on NuGet/Home
Strange. I just tried the exact same repro and I didn't have any problems now. If it ever happens in the future, how can I diagnose it? Are there any logs I can collect?

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
It would be nice if MongoDB stepped in in support of their customers.

View on GitHub

paulomorgado created a comment on an issue on hacf-fr/renault-api
> Instead when using **/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/charge-history** I get **"message you should not be there but well done for the effort**". Same h...

View on GitHub

paulomorgado created a comment on an issue on hacf-fr/renault-api
I have a Renault Scenic e-tech. I can test this. Just let me know how.

View on GitHub

paulomorgado created a comment on an issue on dotnet/aspire
@jakoss I haven't tried it, but [MongoDB.Driver.Core.Extensions.DiagnosticSources 2.0.0](https://www.nuget.org/packages/MongoDB.Driver.Core.Extensions.DiagnosticSources/2.0.0#dependencies-body-ta...

View on GitHub

paulomorgado created a comment on an issue on dotnet/sdk
Opened a new issue at https://github.com/NuGet/Home/issues/14000

View on GitHub

paulomorgado created a comment on an issue on NuGet/Home
Previously reported at https://github.com/dotnet/sdk/issues/45473

View on GitHub

paulomorgado opened an issue on NuGet/Home
[8.0.404] "dotnet list package" fails when using CPM
### NuGet Product Used dotnet.exe ### Product Version $ dotnet --info .NET SDK: Version: 8.0.404 Commit: 7b190310f2 Workload version: 8.0.400-manifests.4d7d414a MSBuild...
paulomorgado created a review comment on a pull request on rabbitmq/rabbitmq-dotnet-client
[System.Diagnostics.DiagnosticSource 9.0.0](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/9.0.0) adds a [`AddException`](https://learn.microsoft.com/en-us/dotnet/api/system.dia...

View on GitHub

paulomorgado created a review on a pull request on rabbitmq/rabbitmq-dotnet-client

View on GitHub

Load more