This file contains hidden or 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
SELECT MetadataComponentId, | |
MetadataComponentName, | |
MetadataComponentType, | |
RefMetadataComponentId, | |
RefMetadataComponentName, | |
RefMetadataComponentType | |
FROM MetadataComponentDependency | |
Where RefMetadataComponentType ='LightningComponentBundle' |
This file contains hidden or 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
## standard libraries | |
import re | |
import time | |
import queue | |
import threading | |
import json | |
from tkinter import * | |
from tkinter import ttk, font, messagebox, filedialog | |
import datetime | |
import os |
This file contains hidden or 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
Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
ActivityTweet | |
generic_activity_highlights | |
generic_activity_momentsbreaking | |
RankedOrganicTweet | |
suggest_activity | |
suggest_activity_feed | |
suggest_activity_highlights | |
suggest_activity_tweet |
This file contains hidden or 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
public class FieldSetField | |
{ | |
@AuraEnabled | |
public Boolean dbRequired; | |
@AuraEnabled | |
public String apiName; | |
@AuraEnabled | |
public String label; | |
@AuraEnabled | |
public Boolean required; |
This file contains hidden or 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
## Gets VPOS serials not owned by the current account. Copy in your auth | |
## parameters for an existing valid session below. | |
## Nayax preset ID | |
preset_id = '' | |
## Auth cookie value | |
auth_cookie = '' | |
## RVC cookie value |