tomasz13nocon
tomasz13nocon
Please consider adding a license to this project to let people know if it's forkable.
Basically I have `autocmd FileType css set filetype=html.css` because I need html ctags completion with YouCompleteMe in css. But I would like to disable html snippets. So something like `UltiSnipsRemoveFiletype`...
Right now `asdf` expands into ``. Is there a way to disable that and only expand valid HTML tags?
**Describe the bug** Binding value of Textfield on v8 alpha with svelte 5 makes Typescript complain: `Type 'string | number | null' is not assignable to type 'string'.` **To Reproduce**...
If I have an enum used in tauri command output: ```rust #[derive(Serialize, Deserialize, Type)] #[serde(rename_all = "camelCase")] pub enum MyEnum { PascalCaseUnderscore10_20, } ``` serde will serialize it as `pascalCaseUnderscore10_20`,...