Armin Nabavi

Results 12 comments of Armin Nabavi

I could not also a way to change the font in wavedrom diagram itself. The header and footer section are well modifiable.

Very good point. But in my case, it is not mapped exactly in the same path relative to home. In Windows, I am using a mapped network drive. In particular...

I am currently using this function: ```typst #let title-case(string) = { return string.replace( regex("[A-Za-z]+('[A-Za-z]+)?"), word => upper(word.text.first()) + lower(word.text.slice(1)), ) } ```

I use this great extension every day and I really miss the search history feature with pressing up and down arrow keys. Also, the form is fully reset (emptied) when...

I have the save action button with: ```json "actionButtons": { "defaultColor": "none", "commands": [ { "name": "$(save)", "useVsCodeApi": true, "command": "workbench.action.files.save" }, ] }, ``` @momiccioli, does it solve your...

Fixed in https://github.com/GehDoc/textile-js/issues/5

In general, if some parenthesis or bracket is opened at some line, but closed at other line, The closing line should be at the same indentation level of the opening...

Moved to https://github.com/VHDL-LS/rust_hdl/issues/196

As mentioned on [sever](https://github.com/VHDL-LS/rust_hdl/issues/196#issuecomment-1711853603) side, the syntax highlighting is not part of the server.

@kraigher , please consider ☝️, thanks.