Matěj Štágl

Results 157 comments of Matěj Štágl

Thanks for reaching out - I will fork `sweetalert2-react-content` and point the dependency to `sweetalert2-neutral`

Prompt caching will be added soon.

Upon further investigation, I might implement this only after the function moves to GA. The current API for caching is prone to breaking and I'd like to avoid any unnecessary...

Prompt caching with Anthropic is now supported in 3.1.33: https://github.com/user-attachments/assets/3419f64f-4179-4ea1-bdb8-cb0d491d7875 Code for the demo above: ```cs public static async Task AnthropicCaching() { string longPrompt = await File.ReadAllTextAsync("Static/Files/pride_and_prejudice.txt"); Conversation chat =...

Hey, I've implemented support for NHibernate in [FastCloner](https://github.com/lofcz/FastCloner). It's been a few years since I've last used NHibernate so testing against real data would be appreciated - the tests for...

I've hard forked the library into [FastCloner](https://github.com/lofcz/FastCloner), modernized the code base, upped tests to ~600, and solved most of the active issues here as well as in some other similar...

I've added a test and implementation for `TaskCanceledException` (and other exceptions) in [FastCloner](https://github.com/lofcz/FastCloner/blob/next/FastCloner). Input would be appreciated!