王博伟
王博伟
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/observerw/obsidian-code-link ## Release Checklist - [x] I have tested the plugin on - [x] Windows...
### Describe the bug I'm trying to do some simple categorize with `TextGeneration`, however I've noticed that it always process the batch with a fixed interval (like 10 minutes). It...
Currently `piccolo.table.Table` provides the `__init__` method with `**kwargs`, which is not ideal for type hinting. Maybe we can use [dataclass_transform decorator](https://docs.python.org/3/library/typing.html#typing.dataclass_transform) to deal with this. For example: ```python from typing...
Contains two necessary changes to build successfully: 1. Move `DEBIAN_FRONTEND` to avoid timezone interaction. Current `ARG DEBIAN_FRONTEND` not seems to work. 2. Install `libfl-dev`, otherwise OpenSTA make will failed: ```...
## Summary Add an output-style feature similar to Claude Code's output styles, allowing users to customize Claude's communication style and behavior for different use cases. ## Description Claude Code has...
Fix https://github.com/sst/opencode/issues/4443. This pr is intend to replace https://github.com/sst/opencode/pull/4447 since it seems buggy.