Mads Marquart

Results 251 issues of Mads Marquart

After https://github.com/rust-windowing/winit/pull/2053, the mode switching still doesn't work properly, and we should work on fixing that. Related issues: - https://github.com/rust-windowing/winit/issues/1195 - https://github.com/rust-windowing/winit/pull/1326 - https://github.com/rust-windowing/winit/pull/2046 - https://github.com/rust-windowing/winit/pull/2053

platform: macOS
status: needs investigation

Hi @nvzqz! I'd like to contribute to this library in at least the coming 6 months. My motivation would be to create a safe(er) replacement for `objc` and related crates...

Title mostly speaks for itself, the JSON serializer can't handle `enum.Enum` types, which you (can) use in `sqlalchemy.types.Enum` Example code is [here](https://gist.github.com/madsmtm/37b7fef6cb6eb8588676dc92f1044b7f) ```py Traceback: ... File "[VENV]\site-packages\eve\methods\get.py", line 220, in...

bug
contributor-friendly

Follow-up of #513. Breaking changes in `cocoa` and `cocoa-foundation`: - Methods now take and return `bool` instead of `BOOL`. - `NSInteger` is now `isize`, see detailed reasoning [here](https://github.com/madsmtm/objc2/blob/objc-sys-0.2.0-beta.0/objc-sys/src/types.rs#L83-L119). - Similar...

Hey, macOS maintainer of [`winit`](https://github.com/rust-windowing/winit) here! I've been working on a replacement for `objc` for around a year now, and am finally getting close to something I'm happy with, see...

I still can't get static linking to work, but this makes it slightly better

Adds OpenSearch description document, auto discovery of said document and a suggestion/autocompletion service. Allows Firefox users to add Package Control as a search engine, and allows Chromium users, after they've...

It would be really nice to be able to debug iOS applications programs by launching them in the Xcode Simulator. Trying to do this inside Xcode currently results in the...

We were calling an `init` method on the same object multiple times, which is not allowed in Objective-C. Found while making #1440. With this change I can now run `glutin`...

platform: iOS

Corresponding `winit` PR: https://github.com/rust-windowing/winit/pull/2427 - [ ] Tested on all platforms changed - [x] macOS 10.14 - [ ] iOS simulator - [ ] iOS 9.3.6 (iPad mini 1st gen)

type: enhancement
platform: macOS
platform: iOS
status: in progress