Jade
Jade
 Screenshot is of vno but the [usage](https://github.com/search?q=repo%3Aopen-source-labs%2FVno%20vue-deno&type=code) is simply importing the module.
TestDataSupplementer acts like BindingSObject__c will always contain the developer name of the SObject, but that's not the case. ``` SObjectType sobjType = Schema.getGlobalDescribe().get( String.isNotBlank(tds_mdt.BindingSObject__c) ? tds_mdt.BindingSObject__c : tds_mdt.BindingSObjectAlternate__c ); ```...
Annoying to keep up to date with upstream changes when we have to manually pseudonamespace the project. I know this project started of as an example but there's no reason...
This is more of a question than anything but what is the reasoning behind having getStandardFields()? I'm experiencing fflib_SecurityUtils exceptions due to some of the standard fields not being readable...
Introduced in Issue #169 was the ability to require an email in the URL for PersonalSites in addition to the ContactID. Which is all well and good except that it...
What license is this software released under? There's no LICENSE or COPYING file that I can find, nor any header in the source files that indicates the license for the...
This was reported by SonarCloud to us when I copied the CSS file from a Github release to our project. Sure enough, they are there in the SASS when I...
**Prerequisite**: have the SuperFences Markdown Extension enabled with a custom fence for mermaid; e.g.: ```yaml markdown_extensions: - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:mermaid2.fence_mermaid_custom ``` Here is a...