Elliot
Elliot
## Screenshot: ## Test code: ```python import sys from random import choice print("hello world!") def func(): try: a = {'foo': 'bar'} except: raise KeyError class Foo: def __init__(self, words: list[str])...
### Describe the bug If all entries are created by webapp, it wouldn't create `entries.csv` file,feed will pass it: https://github.com/phodal/quake/blob/846a8ddce4aa459a6b9609c8aa7e328980eb2db6/src/cli/quake_action.rs#L82-L85 this will cause a runtime error: https://github.com/phodal/quake/blob/846a8ddce4aa459a6b9609c8aa7e328980eb2db6/src/cli/quake_action.rs#L96-L104 remove temp file...
目前编辑entry并不会自动更新updatedAt,这个功能是否应该内置?已经存在一些编辑器插件如[vscode-front-matter](https://github.com/estruyf/vscode-front-matter)可以做这件事
考虑添加一下贡献指南吗?还有Issue模板之类的文档 Consider adding a contribution guide? And some documents such as Issue templates
I hope ihp-new could provide a new option which could generate a RESTful only template.
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 卡片列表支持rowSelection,但是选中后没有选中的样式 ### 💻 示例代码 ### 🚑 其他信息
Grab keyboard in zwp-input-method ```rust use smithay_client_toolkit::{delegate_keyboard, seat::keyboard::KeyboardHandler}; use wayland_client::{ event_created_child, protocol::{wl_keyboard, wl_registry}, Connection, Dispatch, QueueHandle, }; use wayland_protocols::wp::input_method::zv1::client::{ zwp_input_method_context_v1, zwp_input_method_v1::{self, EVT_ACTIVATE_OPCODE}, }; fn main() { let conn = Connection::connect_to_env().unwrap();...
Currently this plugin only support render blame with virtual text, maybe we can add a option like: render: (blame_text) -> update_status_line