Skip to content

Instantly share code, notes, and snippets.

View mshivam019's full-sized avatar
😄
Explore!

Shivam Mishra mshivam019

😄
Explore!
View GitHub Profile
import {
Canvas,
DataSourceParam,
dist,
ImageShader,
rect,
RoundedRect,
rrect,
Shader,
Skia,
@DinleyH
DinleyH / windowkill.py
Last active July 5, 2024 15:31
Automatically close problematic dialog popups in sublime text 3.
This closes the popups instantly so you never see them and they dont effect indenting etc. Works on windows.
To install
1. open sublime
2. go to tools -> Developer -> New Plugin
3. paste the code into the document (replacing any existing code sublime includes in the document)
4. save the file using the default user plugin directory sublime suggests.
(on windows this is C:\Users\yourname\AppData\Roaming\Sublime Text\Packages\User)
5. Restart.