Jonathan Schwender

Results 310 comments of Jonathan Schwender

> Just that the devices being used to develop Servo are all below [SDK 19](https://developer.huawei.com/consumer/en/doc/atomic-releases/atomic-releasenotes-511). Yeah, they are on the latest official release (6.0 is still beta / opt-in as...

@simonwuelker Any updates or blockers here? I'd be interested in using this feature for debugging purposes.

Moving the related description form Shenjing on [Mini-app performance tracking issue](https://github.com/servo/servo/issues/37413) over here, to keep the tracking issue description small。 > I found an issue with servo when parsing unformatted...

The relevant logic for determining the resource folder, if not explicitly specified is here: https://github.com/servo/servo/blob/493acd7e43100a5449828017fc906aeec51e5657/ports/servoshell/resources.rs#L29-L31 Marking this issue as less-complex

> i guess we’ll want a compile-time option that overrides the usual search logic with a fixed resources path? I would say, that on Linux we should also consider `../share/servoshell`....

> Are we planning to bump the version number every release Yes, at least for servoshell, I think we should bump the versions on every release. Having that automated would...

> November 4, 14:00 UTC - November 5, 00:00 UTC November 11, 14:00 UTC - November 12, 00:00 UTC November 18, 14:00 UTC - November 19, 00:00 UTC November 25,...

Update: We now import all targets, but there is no namespacing happening so multiple targets from different packages may not have overlapping names. Adding a prefix could solve this, but...

Is there a way to silence this warning? Edit: `#[allow(unnecessary_transmutes)]` works, I was trying without the `s` :(.

Are you perhaps in China? I think our default search engine is duckduckgo.com, which AFAIK is blocked in china. We don't have anything advanced like region / language detection yet,...