Martin Robinson

Results 446 comments of Martin Robinson

Hello, we've been testing this benchmark on our own systems. When plugged we see benchmark results in line with the ones you have posted for non-Linux platforms, @alshdavid. That said,...

What is the reasoning for not using the version of Temporal that is part of the JavaScript engine that we use? Temporal is a TC39 standard and is more aligned...

> This is not a decision, it’s just a discussion that came out of the RustWeek meeting. temporal-rs is a pure Rust crate implementing the Temporal spec(not depending on boa),...

A DOM node is a thing that can be adopted between different `Document`s, so you almost always want to access the `owner_global` in that case. Not everything that has a...

One of the pending tasks for tables is to ensure that columns that use percentages are properly sized.

After adding instrumentation (#33647), it's obvious that the main issue here is block content size calculation during column flex layout. Caching should help and maybe we can avoid extra layouts...

This causes semver checks to start failing because `fn from_bits_unchecked(...)` is no longer exposed on bitflags types.

I have rebaesed this PR, so assuming it passes all CI jobs I'll land it. The only substantive change I have made to the original version is to specify `bitflags...

``` Daemon will be stopped at the end of the build > Task :buildSrc:checkKotlinGradlePluginConfigurationErrors > Task :buildSrc:pluginDescriptors > Task :buildSrc:processResources NO-SOURCE > Task :buildSrc:compileKotlin > Task :buildSrc:compileJava NO-SOURCE > Task...