Mads Marquart

Results 501 comments of Mads Marquart

Just do https://github.com/ryanmcgrath/cacao/pull/48 first, I'm gonna be away for a few days so I won't have time for this before around Friday. Re beta series, I'm fairly certain I know...

Okay, I've rebased this now, thanks for your patience!

> I've also been musing on this, and I think I ultimately want to change the guts of cacao out to rely on your work over in [madsmtm/objc2#264](https://github.com/madsmtm/objc2/pull/264). > >...

I've incorporated a few fixes from a newer version of `objc2` into this, namely the ability to just use `bool` in place of `BOOL`, and to elide a lot of...

Hi @asldevi, I love this feature, but I'd like to suggest something a little different. Maybe instead of specifying `pk` and `pk_type` in `add_url_rules`, I think we should specify `instance_rule`...

I was having the same issue, see https://github.com/pmbarrett314/curses-menu/issues/18#issuecomment-191015154 for a probable fix

Simply running: ``` osascript -e 'choose file' ``` Produces the same issue for me. Hints pretty strongly at this being unfixable.

It would probably help if they (or someone else) opened a pull request with the patch, it's a bit cumbersome to discuss an implementation otherwise

https://github.com/servo/core-foundation-rs/commit/39e1e0eeef11a17cf49aa6a500c37e665d967d2a is a breaking change because the user likely only imported `NSOpenPanel`, and that doesn't allow them to call the supertrait's methods, see [playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=3b5dae718cb64970499ea7f20bdbfce6) - note that this can...

Ah, you're right, then never mind