Alex Parrill

Results 118 comments of Alex Parrill

Yeah, honestly I was surprised that `#[non_exhaustive]` had that limitation. It's pretty restrictive.

This happens for me when running Webkit2gtk's MiniBrowser example app, so it's likely an upstream issue. I've filed https://bugs.webkit.org/show_bug.cgi?id=280210 .

Luminance should use [`memoffset::offset_of`](https://docs.rs/memoffset/latest/memoffset/macro.offset_of.html), [`field_offset::offset_of`](https://docs.rs/field-offset/latest/field_offset/macro.offset_of.html), or equivalent to find the offsets in a way that works with `#[repr(Rust)]`.

I'm having this issue too. My list of favorites went down from several hundred to just 8. The API is also affected. If I bring up one of the missing...

> Can confirm this has been fixed in 10.10.1 It's not for me, on 10.10.5. Even after doing a "replace metadata" scan on the library, most of my favorites are...

For some reason the `TypedBaseItems.UserDataKey` and the `UserDatas.key`s got out of sync. For example: ``` sqlite> SELECT i.path, i.userdatakey, u.key from TypedBaseItems i, UserDatas u WHERE i.rowid = 645583 and...

While we should clean up the error, the issue is that the templates you are using do not have the "ListParagraph" style that GW uses for lists. My copy of...

@Telroshan Interesting. I'll try to look into it from my side. I'd make a fiddle but I'm not sure how to configure an endpoint to return the HTML to test...

Didn't know about the demo script, that works. Here's a fiddle: https://jsfiddle.net/9s1hop52/ I think this is a Firefox bug... Chromium correctly defers the image loading. On Firefox, if you look...