https://discord.com/channels/280102180189634562/280157083356233728/1164923362829676626
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<match target="scan"> | |
<test name="family"> | |
<string>Noto Color Emoji</string> | |
</test> | |
<edit mode="assign" name="scalable"> | |
<bool>true</bool> | |
</edit> |
signtool.exe sign -a -tr http://timestamp.sectigo.com -td sha256 -fd sha256 YOUR_FILE_PATH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<plist version="1.0"> | |
<dict> | |
<key>scope</key> | |
<string>text.html.markdown markup.heading - meta.whitespace.newline.markdown</string> | |
<key>settings</key> | |
<dict> | |
<key>showInSymbolList</key> | |
<integer>1</integer> | |
<key>symbolTransformation</key> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://discord.com/channels/280102180189634562/280157067396775936/736233105295278120 | |
keyword: | |
keyword | |
storage.modifier | |
storage.type | |
keyword.declaration | |
variable.language | |
constant.language | |
type: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAINTENANCE_MODE=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sublime | |
import sublime_plugin | |
# @see https://discordapp.com/channels/280102180189634562/280157067396775936/697124502244687984 | |
class CompletionItemDemoListener(sublime_plugin.EventListener): | |
def on_query_completions(self, view, prefix, locations): | |
return ( | |
[ | |
sublime.CompletionItem( |
This gist will no longer be updated as the changelog will be on the official website.
- Sublime Text/Merge Official Discord chat server: https://discord.gg/D43Pecu
- Sublime Text/Merge 中文 Telegram 交流群組: https://t.me/sublime_tw
Converted via https://domchristie.github.io/turndown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace App\Core; | |
use RuntimeException; | |
class SimpleCrypto | |
{ |
NewerOlder