Philippe Ozil
Philippe Ozil
After an export, animated gifs are turned into static images: the exported gif files only contain the first frame.
When reading code, it would be helpful if we could open a step by clicking on the CodeTour icon that's located in the code editor margin next to the line...
**Describe the bug** I wrote a story with a couple of random paths. While this works fine when previewing the story in STUdio, I only get the first option all...
If I understood correctly, the purpose of the `symbolPattern` attribute of the `Input` component is to prevent unwanted input based on a regex. I am trying to replicate the behavior...
Hi we're using `@sa11y/jest` in the [LWC Recipes](https://github.com/trailheadapps/lwc-recipes) sample app and updating to v4.0.0 breaks the import of the Sally Jest matchers: ```js import { registerSa11yMatcher } from '@sa11y/jest'; ```...
Added link to Java code example.
Rule: [ApexCRUDViolation](https://docs.pmd-code.org/latest/pmd_rules_apex_security.html#apexcrudviolation) Let's consider the following improvements (quoting @rsoesemann here): - Change CRUD/FLS rules in Dml and SQOL to recommend USER MODE over all the suboptimal old solutions - Discourage...
Add the ability to save and restore user preferences such as selected filters, preferred view mode... **Some considerations:** - This requires persistence via one or more custom metadata types. -...
- Aligned doc style with other sample apps. - Expanded package install instructions to include Playground orgs as well.