Luke Secomb

Results 17 issues of Luke Secomb

On platform folder structure is a tad different from the open sourced LWC version. On platform development has no concept of namespaces* (unless you're doing package development) and follows a...

**Feature** Auto generate a dummy date, with the option to pass some config to constrict the date range. **Possible Implementation** ```html ``` Not too sure if date formatting is worth...

**Is your feature request related to a problem? Please describe.** Manually creating mocks and defining module name/path is a PITA. ```json "modules": [ { "name": "@salesforce/messageChannel/CustomChannelOne", "path": "./__mocks__/@salesforce/messageChannel/CustomChannelOne.js" }, {...

enhancement

**Is your feature request related to a problem? Please describe.** Manually defining schema imports for each field is a PITA. ```json "modules": [ { "name": "@salesforce/schema/Account.Id", "path": "./__mocks__/@salesforce/schema/Account.Id.js" }, {...

enhancement

**Is your feature request related to a problem? Please describe.** Would be great to add support for `style.xsl` files to display "pretty" RSS feeds. **Describe the solution you'd like** **Describe...

enhancement
good first issue

Fixes horizontal overflow bug (visible on windows)

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** 1. configure `./__mocks__/@salesforce/apex/MyTestController.js` 2. create `./__mocks__/@salesforce/apex/utils.js` 3. Import method from `utils.js` inside `MyTestController.js` **Expected behavior**...

bug