Fabian

Results 12 issues of 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, ![excel_enum](https://cloud.githubusercontent.com/assets/12250141/20770819/53229fd6-b747-11e6-821d-91a08b974da6.jpg)

enhancement

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...

enhancement

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...

bug
performance

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:...

🌶️ hot chocolate
🌶️ nitro

# 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...

enhancement

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,...

performance