nwcm

Results 25 comments of nwcm

I could be related to this, https://github.com/salesforce/lwc/issues/2607 Apologies, investigating @thorn0 I added additional details here https://github.com/salesforce/lwc/issues/2607#issuecomment-1216220525 Seems it may be caused by lwc compiler but also the lwc parser may...

Seeing issues with LWC whitespace which doesn't occur under normal HTML behaviors. These were noticed when implementing prettier with LWC parser. LWC correctly displays single line, but if the markup...

Also seeing this issue, `&` and other similar encoded characters cause new lines

Yes to this! Being able to configure the default comment block for each type would be awesome. Similar to https://github.com/HugoOM/sfdx_autoheader#settings

Hey @NGPixel this is great! I'm not sure how many active devs are in the community but could we use this to divide up some of the work with volunteers...

It took me a while to work out which version wikijs was on. For reference its [v2.0.1](https://github.com/microsoft/ApplicationInsights-JS/tree/2.0.1#snippet-setup-ignore-if-using-npm-setup). Seems that the move to connection string is from [Microsoft Azure](https://learn.microsoft.com/en-us/azure/azure-monitor/app/migrate-from-instrumentation-keys-to-connection-strings). With support...

As a second thought after looking deeper into Application Insights, there are a few things this configuration of the JS SDK isn't capturing. Mainly events and clicks, and authenticated vs...

Previous to rc4 and support for `as user|system` We required all DML to be via `database.` methods. I still think we will stick with this even with the new support...

Having similar issues, while you can directly map components in the root `jsconfig.json` it will be broken by the subfolder automatic `jsconfig.json` ```json "paths": { "c/utils": ["utilities/lwc/utils/utils.js"] } ``` Our...

An option to disable this generation would be very useful, I am happy to make a PR for this if someone points me towards the source location to do such