Saneef Ansari
Saneef Ansari
Is there any option to ignore certain files (probably through regex). In my case I would love to disable on '.md' files for some projects.
Tried with Twitter, and it doesn't seems like working? It gets stuck at a Twitter Error page at `https://api.twitter.com/oauth/authorize?oauth_token=undefined`.
Many minifies HTML, likely removing HTML comments from the generated files. This will break Edge plugin since it relies on HTML comments to replace the content. We should mention that...
I'm using Fish shell with Terminus. Within Terminus some text comes with weird background color, especially auto suggestions in fish. Looks like it is similar to the ['Terminal panel background...
Currently, when a new user(reader) is created, all messages (readables) created before that point in time will be marked as read. It can only be disabled by overriding the `setup_new_reader`...
**Describe the bug** While in insert mode, if you go to another app and focus back the window you are working on, the command mode will be activated. [Video](https://d.pr/v/5gc8Na) **To...
The clean code (expected) ``` .foo { font-size: 18px; } ``` But, scss-lint don't give any errors/warnings with these bad indentations :disappointed: ``` .foo { font-size: 18px; } ``` ```...
**System and IINA version:** - macOS 13.4.1 - IINA 1.3.2 Build 135 **Expected behavior:** Setting a delay of negative value, like `-1`, using text field should apply the value. **Actual...
### :wrench: Summary I'm faced with error: `Couldn't restore hidden unstaged files: exit status 1` on every commit. ### Lefthook version `1.6.1 e69adc10c99fd8887673a8b18894082453c6ceaf` ### Steps to reproduce 1. Stage files...
When using remote SVG Image with `svgShortCircuit: "size"` and `svgCompressionSize: "br"`, I'm getting error. Works fine with a local SVG file. Here is the code I use to reproduce the...