Fabian
Fabian
Hey, for future reference: A great extension of this project might be to add enum-type parameter tooltip support, similar to what Excel has for its built-in functions, 
Hi, one more; a nice feature would be expose functionality that allows the consumer to display custom tooltips and dropdowns when editing cells (including plain text, no formulas); and ideally...
Hi, I'm trying to compile a project (Called "Plugin") with LinFu's Postweaver. I've added the following the the project, ``` xml C:\Path\To\My\LinFu.Core.dll ``` I'm using the LinFu.Core.dll included in LinFu's...
I was going through a memory dump and noticed unusually high allocations coming from calls to `AsyncSchemaRegistryDeserializer.DeserializeAsync` on a process running on Win10 under .NET8. The allocated types were of...
First of all, thanks for this amazing project! It has snuck its way into many projects of mine. As a small suggestion, it might be really helpful if it'd be...
### Product Nitro ### Version 14.1.0 ### Link to minimal reproduction https://github.com/fabianoliver/hotchocolate-bug-2024-08-11/tree/main ### Steps to reproduce Run the server & run the following query in Nitro: ``` subscription test @bug(test:...
# Idea currently, `ConsumerBuilder` only allows to registers statistics callbacks as `Action` . Would it be possible to allow _alternatively_ registering an `Action` , which would receive a span of...
In high performance scenarios, it's not uncommon to serialize a payload into e.g. a pooled memory buffer. However, since the size of shared buffers very rarely align with the actual...
### Is your feature request related to a problem? Please describe. - Grpc clients read messages into a buffer rented from ArrayPool.Shared, see [here](https://github.com/grpc/grpc-dotnet/blob/master/src/Grpc.Net.Client/Internal/StreamExtensions.cs#L113) - ArrayPool.Shared only pools arrays of...
Hi, This is an idea for a potential improvement. A common use case for chr.avro is of course to deserialise avro encoded data into some DTO or model type. Now,...