Robin Lindner

Results 33 comments of Robin Lindner

What is the current status of this :smile:?

@paulirwin Well, when it comes to bulk operations, for example, you want to go through thousands of entries and have the string similarity.

@paulirwin I found this :smile: https://adamsitnik.com/Span/

@sstadick The advantage of compression on the GPU would be that it is probably easier to parallelize the compression here than on a CPU. It is important to pay attention...

I have the same error (using docker): ```yml version: "3.9" services: host: build: context: . dockerfile: ./docker/host.Dockerfile environment: - JAEGER_SERVICE_NAME=trade-host - JAEGER_AGENT_HOST=jaeger - JAEGER_AGENT_PORT=6831 - JAEGER_SAMPLER_MANAGER_HOST_PORT=jaeger:5778 ports: - "4001:4001" depends_on:...

I think its a matter of no PRs 😄 @Bastian Are there some plans for implementation?

## Order and OrderDescending https://github.com/dotnet/runtime/issues/67194 System.Linq now has the methods `Order` and `OrderDescending`, which are there to order an `IEnumerable` according to `T`. Also `IQueryable` supports this now. Note: This...

I am also interested in a solution for this. /cc @msrd0

@richlander Is this issue still relevant or can it be closed? .NET 8 is already in GA

I see it the same way. In my opinion, .dotnet would be "fine" when it comes to configuration files, similar to .ssh. The same applies to NuGet packages. These are...