Andrej Mihajlov

Results 191 comments of Andrej Mihajlov

> @pronebird It's not intended to do that. It's a "focus" event in the app (not on windows). It's useful if you click the icon when the app isn't in...

> Thanks, so I tested [shouldHandleReopen](https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen) from #517 and it works great on `macOS 14.4.1 aarch64` It worked when: > > * User click the app icon in the `dock`...

> It won't work for the single instance plugin, or at least can't replace the current logic. The single instance plugin on MacOS really only handles when the app is...

I cannot even try it because of that.

There is an issue regarding 1.4.0 as somebody noticed. https://github.com/eladb/Parse-NSCoding/issues/20

I would still vote for switching to 1.4.0 because 1.2 is like few years old and it would be easier to fix PFFile once we use newer SDK.

Hey @npahucki, I am checking your PR right now.

Can someone please clarify, `impl From for Ipv6Addr` is not marked as unstable although internally it calls into `Ipv6Addr::from_bits` which is marked unstable. Using the `From` implementation just works with...

I would make three macro definitions for copy, release, autorelease ops and switch them to do nothing for ARC projects, instead of #if penetration all around the code. Too bad...

@haysclark thanks for investigating this! `zmq_utils.h` functionality has been moved to `zmq.h` since 4.2.0, therefore `zmq_utils.h` has to be included only when building against zmq < 4.2.0 Something like that...