Luke Cotter

Results 10 comments of Luke Cotter

Yes it the latest I am after. I normally like to get the latest node to test against and check for compatibility of some apps etc as soon as new...

> Something like this should work (tested on MacOS): > > ```shell > V=$(fnm ls-remote | sort -V | tail -n 1 | tr -d '\n') && fnm install $V...

@peternhale I took another look at this and got it fail by doing this 1. Create a new sfdx project `sfdx force:project:create --projectname 'myproject'` 2. Ensure prettier plugin is installed...

Just looking at the v3 migration guide, there is a hint they are not explicitly [supporting client side](https://github.com/node-fetch/node-fetch/blob/main/docs/v3-UPGRADE-GUIDE.md#dropped-the-browser-field-in-packagejson). In addition the [minimum node version](https://github.com/node-fetch/node-fetch/blob/main/docs/v3-UPGRADE-GUIDE.md#minimum-supported-nodejs-version-is-now-1220) is 12.20

> fyi @lukecotter there's a `jsforce-node` package that don't include these CLI deps: > > https://github.com/jsforce/jsforce/issues/1374#issuecomment-2229228522 Thanks for letting me know. I am using this via one of the sf...

@8483 thanks for trying it. Can you add a Jsfiddle which shows the issue. Seeing your exact config really helps. I'll try see if I can work out what's happening....

@rathboma oof I forgot to add to the map. It’s in my local copy I will sort asap. Sorry about that.

@rathboma Not a huge issue but when profiling I noticed quite a bit of time spent in parseHtml. This speeds up rendering quite a bit for me especially when the...

@azmy60 Sorry slightly got the cause wrong. Set `variableHeight:true` on a column to show the issue. Setting `dataTree: true` is a workaround for the issue. Here is a [fiddle](https://jsfiddle.net/nmbdhk2g/)