Rasmus Ansin
Rasmus Ansin
- [X] I have read through the manual page (`man fzf`) - [X] I have the latest version of fzf - [X] I have searched through the existing issues ##...
I have a few different applications running at the same time, and I want some of them to use a different "theme" when logging: so I want to change the...
## Setup ### Versions - **Rust:** rustc 1.46.0-nightly (67100f61e 2020-06-24) - **Diesel:** 1.45 - **Database:** postgresql 11 - **Operating System** Ubuntu 20.04 ### Feature Flags - **diesel:** `["postgres", "uuidv07"]` ##...
Triple quotation marks can be escaped in two ways: either `\"\"\"` or `\"""`. The first one works fine, but the second one breaks the syntax highlighting: ```swift """ \"\"\" """...
Users of this library is likely to stumble upon this issue, at least in linux environments. https://github.com/servo/rust-xlib/issues/44 It's trivially fixable with `sudo apt install libx11-dev` and easily googleable, but perhaps...
This plugin takes graphviz blocks and turn them into SVGs which is then inserted into the HTML document that is used in the preview, and does so in a marvelous...
As per the official mcp SDK's mcp.types: `ContentBlock = TextContent | ImageContent | AudioContent | ResourceLink | EmbeddedResource` but the claude agent sdk (version 0.1.4) currently does this in the...
Running claude-agent-sdk version = "0.1.0" Example standalone code: ```python import asyncio from pprint import pprint from claude_agent_sdk import ( ClaudeSDKClient, ClaudeAgentOptions, ContentBlock, Message, PermissionResultAllow, PermissionResultDeny, ToolPermissionContext, create_sdk_mcp_server, ) from anthropic.types.message_param...