alex
alex
Yes, itβs on Linux - Amazon Linux in an AWS Lambda function specifically.
I see, thank you so much for the detailed response. Just to confirm my understanding: * When not on Linux, the value returned from `cpuTime` will be over-estimated from the...
What's the thinking here? I'm unsure about this change because at the moment, the edit menu is set up to mostly emulate the contents of the context menu because it's...
I don't feel super strongly about edit vs object, but my gut feeling is that there isn't a tonne of meaning to differentiate between edit & object and i'd rather...
Some thoughts: - Select-all should be in edit, not object - Copy-as should be with the other copy-ish things in edit. Export-as... maybe that too? they feel similar - Group,...
I feel like the thing we're trying to do here is make the top/bottom spacing (which is sort of a function of the font and line-height) be about the same...
> I would disagree that it's fragile/hacky to have this in a plain text field I agree! The fragility/hackiness was more about the way we're attempting to sync the search...
Before i dive in to the code properly, i wanted to ask about the approach here - from #3051, I expected us to use the text label override system to...
The `check-scripts.ts` script might also be a good place for this - we run it in CI and use it to check just the scripts section of our package.json files,...
Thanks for raising! This is a good point - we should introduce a lint rule against this and fix existing use-cases. If you're interested in writing a PR for this...