Jurgis Šalna
Jurgis Šalna
Following have quite a bit of stars and can be installed via brew https://github.com/nakabonne/ali https://github.com/ddosify/ddosify https://github.com/fcsonline/drill https://github.com/fortio/fortio https://github.com/grafana/k6 https://github.com/six-ddc/plow https://github.com/tsenart/vegeta I ended up using plow
Yes, step 1 will get you free trial of Salesforce, where LWC is just one of the frameworks they have. I don't think the trial ever expires. The bug comes...
@afshinm as I said, the exception traces to the part that's minified (starting ~40th line)
Same here on macOs. Trying to update from ``` $sfdx plugins @salesforce/lwc-dev-server 2.5.1 ├─ @oclif/plugin-help 2.2.1 └─ @oclif/plugin-update 1.3.9 salesforcedx 49.5.0 (49.5.0) ├─ salesforcedx-templates 49.2.0 ├─ @salesforce/sfdx-plugin-lwc-test 0.1.7 ├─ custom-metadata...
@Mahanchello you can do the following instead ``` global.it = Object.assign(async (name, func, timeout) => { return await test(name, async () => { try { await func(); } catch (e)...
@rajeshkumarp I guess not. Only wanted to try this solution because I was reluctant to try jest-circus. I've now switched to it and it's much easier and works better (we're...
Same here. Seems tons of things don't work with Pages - borders, indent, alignment
@jongpie any chance you know any resources / examples how to log apex metrics (mostly around performance)?
FWIW Datadog does have a connector for Event Monitoring https://docs.datadoghq.com/integrations/salesforce/
If someone stuck with this - I use NVM so I had to delete v25 of node from `~/.nvm/versions/node` - otherwise somehow it was defaulting to v25 after each new...