Pragmateek
Pragmateek
### Library Version 4.24.0 ### OS Windows 11 ### OS Architecture 64 bit ### How to reproduce? Serialize an instance of a class containing a `Dictionary` to Parquet using ***Parquet.Net***...
### Issue description Hello, Is there a way to serialize types whose any member is interface typed? I get a `NotImplementedException` in `MakeField`. I think I understand the logical issue:...
**Issue:** A donut chart with a single point is rendered in SVG as a circle the size of the empty space. This is OK with a standard pie chart, and...
Page CSS
Hello, Is it possible to use **CSS isolation**? If I embed the CSS directly into the Razor page, this is working fine. But not if embedding it into a dedicated...
Is there a way to provide embeddings instead of text (`AddText[Async]`)? I'm using OpenAI embeddings, I've seen `OpenAIMemoryVectorDatabase`, but if I understand correctly it requests embedding for each text, and...