PR-15109 (Sha: 713499f3)
OS: centos 7.9.2009 (Linux 3.10.0-957.1.3.el7.x86_64) GCC: gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) Host: ip-10-20-0-116.ca-central-1.compute.internal Git: git version 2.23.0
- test
- thor
| /** | |
| * @name NoStickerAutocomplete | |
| * @author AgentEpsilon | |
| * @description Remove stickers from the emoji autocomplete box. | |
| * @version 0.0.1 | |
| * @source https://gist.github.com/AgentEpsilon/7b5f57a2c6a4c75a4c4b5e1996963b63 | |
| */ | |
| var unpatch; | |
| module.exports = class NoStickerAutocomplete { | |
| start() { |
| const calculator = Machine({ | |
| id: "calculator", | |
| initial: "start", | |
| states: { | |
| start: {}, | |
| getOperand1: {}, | |
| getOperator: {}, | |
| getOperand2: {}, | |
| result: {} | |
| } |
PR-15109 (Sha: 713499f3)
OS: centos 7.9.2009 (Linux 3.10.0-957.1.3.el7.x86_64) GCC: gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) Host: ip-10-20-0-116.ca-central-1.compute.internal Git: git version 2.23.0
| Maintainers: |
| x86_64-linux vimPlugins.nvim-treesitter | |
| x86_64-linux vimPlugins.telescope-symbols-nvim | |
| x86_64-linux vimPlugins.telescope-fzf-writer-nvim | |
| x86_64-linux vimPlugins.Coqtail | |
| aarch64-linux vimPlugins.vim-clap | |
| x86_64-linux vimPlugins.lush-nvim | |
| x86_64-linux spacevim | |
| x86_64-darwin vimPlugins.vim-clap | |
| x86_64-linux vimPlugins.nvim-compe | |
| aarch64-linux spacevim |
| When | |
| [Case | |
| (Deposit | |
| (Role "TotalPool") | |
| (Role "TotalPool") | |
| (Token "" "SolarToken") | |
| (Constant 10000000000000) | |
| ) | |
| (When | |
| [Case |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <input type="file" id="input" accept=".csv"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.1/papaparse.min.js"></script> |
| class Conversation { | |
| String id; | |
| // conversation name for example chat with market name | |
| String name; | |
| // Chats messages | |
| String lastMessage; | |
| int lastMessageTime; |
| { | |
| "id":"credits_onboarding_page_id", | |
| "ui_type":"credits_onboarding_page", | |
| "data":{ | |
| "title":"Cancelaremos seu cartão virtual de crédito para que ninguém possa usá-lo", | |
| "subtitle":"Além disso, vamos gerar um novo para que você continue comprando pela Internet como sempre.", | |
| "body":null, | |
| "image":"cards_engagement_block_card_virtual", | |
| "action_buttons":[ | |
| { |