Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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", "...
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.
paulomorgado created a comment on an issue on dotnet/aspire
Aspire is lacking orchestration for containers that require interaction post container restart.
paulomorgado created a comment on an issue on dotnet/aspire
@snovak7, have you been able to launch the RabbitMQ container with stream support?
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...
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...
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...
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...
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.
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.
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...
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. 😄
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 ...