Shivanshu
Shivanshu
[https://katemats.com/blog/what-every-programmer-should-know-about-seo](https://katemats.com/blog/what-every-programmer-should-know-about-seo) this is the new link i think.
Mono nerd fonts work fine in my case on i3.
> @shivanshu-semwal What nerd fonts version and what distro are you using? - `Monoid Nerd Font Mono` - [link](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Monoid) - `Hack Nerd Font Mono` - [link](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack) - `NotoSansMono` - [link](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Noto/Sans-Mono)...
 Here is my [dunst config](https://github.com/shivanshu-semwal/dunst-i3/blob/master/dunstrc). And this [repo](https://github.com/shivanshu-semwal/dunst-i3) contain some scripts I created.
Is this fixed? I switched to this extension from [https://github.com/microsoft/vscode-cpptools](https://github.com/microsoft/vscode-cpptools) this one, it provides an option `C_Cpp.clang_format_fallbackStyle` ``` "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach,...
  I played three games like this, and the white queen was always missing, no matter what color the opponent is. I'm using firefox89 on Ubuntu LTS. So I...
Temporary solution is to create, `/etc/sddm.conf.d/virtualkbd.conf` with following content, ``` [General] InputMethod= ```
 Yes something like this (avatars on the sidebar only). Adding this feature as a checkbox will be nice. `padding-left` is for the space (I marked it with red in...
Here is how you can add offset https://github.com/SiddharthPant/booky/blob/d64f4571fdeae9660173ada6e2a95cd8aff4a8f9/booky.py#LL16-L16C41 ```py pageNo = line[commaIndex + 1:].strip() ``` change this with ```py offset = 23 pageNo = str(int(line[commaIndex + 1:].strip()) + offset)) ```
This is another conflicting extension - [https://github.com/AdamMaras/vscode-overtype](https://github.com/AdamMaras/vscode-overtype) And this is the main issue for `type` [https://github.com/microsoft/vscode/issues/13441](https://github.com/microsoft/vscode/issues/13441)