sagudev

Results 349 comments of sagudev

@jimblandy is this being actively worked on or can I try it?

You can use patch section in Cargo.toml to temporary override font-kit version from crates.io using git version. See https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section

> (Firefox): Stop providing the IDs during resource creation and do ID mapping in the gecko-side bindings. How exactly would that look like? Would that be something like hashmap that...

There is https://github.com/dcoapp/app?tab=readme-ov-file#skipping-sign-off-for-organization-members

We should also do https://github.blog/changelog/2022-06-08-admins-can-require-sign-off-on-web-based-commits/ to enable signoffs of commits made via GitHub UI.

> > We should also do https://github.blog/changelog/2022-06-08-admins-can-require-sign-off-on-web-based-commits/ to enable signoffs of commits made via GitHub UI. > > This is also done now. I think this was done only for...

> https://github.com/servo/mozjs/blob/main/mozjs-sys/etc/patches/0010-update-mozboot-to-ndk-r25.patch can be obselete I think. Upstream has newer version of ndk already. You are right!

This will be problematic: https://bugzilla.mozilla.org/show_bug.cgi?id=1824671 as it requires usage of cbindgen ... EDIT: There is `USE_RUST_UNICODE_BIDI`, so we can replace this eventually (in this ESR cycle).

Moving from 0 based column number to 1 based column number: https://bugzilla.mozilla.org/show_bug.cgi?id=1862692

Also fixes in glue for https://bugzilla.mozilla.org/show_bug.cgi?id=1620223, https://bugzilla.mozilla.org/show_bug.cgi?id=1576076