Will Harney

Results 60 comments of Will Harney

You could probably use `grep` to parse the codebase for `TODO [#0000]` to get the list of issue IDs. I don't know if GitHub Actions has any built-in mechanism to...

Thanks for the suggestion, @kratoon! I've added a ticket for this to our internal tracking.

Here's a list of the current generically-named functions (don't have a date/time word in the name), and some suggested aliases: Current | Alias | Comments --- | --- | ---...

> Bikeshed: what do you think about import '@lwc/types' rather than import 'lwc/types'? I wonder if the former would be more familiar to JS developers (similar to @babel/types, @typescript-eslint/types, etc.)....

**Nucleus Failures**: Everything looks okay! | Project | Status | Description |-|-|- | `communities/webruntime` | 👍 | Failing due to other changes; passes type checking at install/build/unit test. | `ui-externalservices-builder-components`...

Jumping straight to node 20 in #4484.

Hi @bertybot, thanks for creating this PR! There are a lot of good suggestions in here, and we'd like to include most of them. However, now that node 18 has...

Looks like there's issues with the CLA bot - please connect your GitHub account to your Salesforce email so that CLA check is no longer necessary.

What version did you try to upgrade to? ESLint v9 support will only be available beginning with v4 of eslint-config-lwc. That is currently available under the `beta` dist tag on...

> > Using the --open flag with a URL when running pwa-kit-dev push will open the specified URL after the deployment has completed. (Any URL allowed, to support going to...