Ziyann
Ziyann
OSC 11 is used by some tools to adjust their color scheme, with Vim being one of the most notable examples. The following sequence should return the current background color:...
I'm trying to use this applet for passing the Android 12+ CTS tests, which need an SHA-256 signature: https://source.android.com/docs/core/connect/uicc#rules_on_uicc. However, this applet only support SHA-1 signatures. Would it be possible...
Fixes: https://github.com/nextcloud/server/issues/42248. Upstream issue: https://github.com/DeepDiver1975/PHPZipStreamer/issues/19 & https://github.com/owncloud/TarStreamer/issues/31. Upstream PR: https://github.com/DeepDiver1975/PHPZipStreamer/pull/20 & https://github.com/owncloud/TarStreamer/pull/32.
When converting text with special characters and kaomoji/special Unicode characters, sometimes, the library doesn't properly escape them according to Telegram's MarkdownV2 requirements, resulting in messages that are rejected by the...
## Summary This PR adds support for using Anthropic models through Vertex AI, as officially supported by the Anthropic & LangChain SDK: https://docs.claude.com/en/api/claude-on-vertex-ai https://js.langchain.com/docs/integrations/chat/anthropic/#custom-clients The Vertex AI API is nearly...
### What feature do you want to see added? When creating a VM with Hyperdisk (which newer instances require), the plugin currently creates the Hyperdisk with the default IOPS &...
Sometimes, if the text contains many asterisks, the library throws `IndexError: string index out of range`. Minimal reproducible example: ```python import telegramify_markdown converted = telegramify_markdown.markdownify( "Congratulations to: Ch******her R**a, Bu*****ly...
Sometimes, when a long text is converted using the telegramify function, a code block is added to the last chunk. It's hard to reproduce - I believe it happens when...