zhaoting zhou
zhaoting zhou
> Can’t seem to make this work, tried the following: > > `setLocale`, `exec`, `updateOptions` and `Apex.chart`. > > Anyone has a solution? ```react const const chartRef = createRef() const...
Hi @camc314, my PR didn’t pass just r. When I run the local CI check, it generates a bunch of snapshot updates. I’m not sure if that’s expected.
> You'll also want to run `just fmt` to format the files, otherwise the CI checks will fail on that Thanks for the tip!
> If you use VS Code or similar, you can change the rust-analyzer extension's `checker` setting to "clippy" to get the full linting (or just running `cargo clippy` in a...
> Amazing work on this! > > Out of interest, did you use AI? if so how did you use it and which models did you use? > > >...
> > I’ll see if I can work something out to improve the performance on the React benchmark. > > yeahh, we may need a different algorithm. admittedly, this was...
Hi @camc314, I’ve improved the performance of my previous approach — it should be much faster than before. Could you give it another shot and see if the performance looks...