Ryan Johnson

Results 31 comments of Ryan Johnson

The expanded macro code confirms the custom error type was ignored: ```rust #[allow(clippy::use_self)] impl ::core::str::FromStr for InfallibleEnum { type Err = ::strum::ParseError; #[inline] fn from_str( s: &str, ) -> ::core::result::Result<...

I just noticed that this PR overlaps significantly with https://github.com/mozilla/cbindgen/pull/699, and probably fixes both https://github.com/mozilla/cbindgen/issues/690 (`NonZero`) and https://github.com/mozilla/cbindgen/issues/326 (`Option`)?

@emilio -- thanks for pointing out the performance/memory hazards. It turns out this PR was also incomplete/incorrect in its handling of type parameters (specialization was not always correct). I made...

@achernyakevich-sc -- as noted in my original post, I had already checked for that before filing this issue. And the confirmation still popped up when opening links from within Firefox...

Ugh.. it stopped working again. No changes at all -- I was working my way through github notification emails and suddenly it stopped prompting from one email to the next....

I click the link in Thunderbird client for M1 Mac (gmail account), and it opens a new tab in browser without asking what tab container to use. When things are...

Clicking links from a Slack desktop client has the same problem, so I don't think it's specific to Thunderbird. Copying the url from the address bar of the tab that...

> Could you update issue's description (section `Additional informations`) and provide information about your operation system (name and version), Firefox and MAC versions, other installed Firefox Add-Ons. Done. > BTW:...

I haven't touched either of those since the initial install... but here they are: Preferences: ![image](https://github.com/user-attachments/assets/b2b046c7-b0fb-498e-9e9f-59767e4cc92e) Permissions: ![image](https://github.com/user-attachments/assets/eefc995c-a2e5-4859-b313-18e256368b6b)

Sorry for the delay responding -- I'm not getting notification emails about changes on this issue for some reason, and I finally came back to check why nothing was happening...