bugproof

Results 47 issues of bugproof

https://photoswipe.com/methods/#dynamically-adding-or-removing-slides Is this feature from photo-swipe available? I'd like to lazy load some items after navigating to the last item.

question

![image](https://github.com/user-attachments/assets/8ce66195-6fc3-4e82-bd5c-aa23112168f1) ![image](https://github.com/user-attachments/assets/3da76a90-eb57-42af-8cb1-1d6c8373d688) This import doesn't work somehow... When I import just 'bigger-picture' it works fine.

seems like NodeViewWrapper is missing?

https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching https://www.anthropic.com/news/prompt-caching Is Claudia still maintained? seems like https://github.com/tghamm/Anthropic.SDK is in overall more maintained and supported library and supports this 🤔 @tghamm Also better suited for DI because it supports...

https://github.com/dotnet/extensions/tree/main/src/Libraries/Microsoft.Extensions.AI It seems like the goal is similar no? Looks like they support only: - Amazon bedrock via `AWSSDK.Extensions.Bedrock.MEAI` package. I don't know if it supports anthropic - it should...

# Top level F# progams - implicit async and access to command-line args See https://github.com/dotnet/fsharp/issues/11631 and https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/top-level-statements for more detailed explanation In C# 9 we can write code such as...

area: library

### Describe the bug lets say when url has `?format=2500w` then it doesn't work, I used custom regex to try to make this work ``` { match: /\b(https?:\/\/[\w#&?./-]*?\.(?:png|jpe?g))(?:\?[^'"\s)]*)?(?=[`'")\]]|\s|$)/gi } ```...