Steeve Morin

Results 171 comments of Steeve Morin

Also, we are succesfully generating javanano outputs (albeit not grpc)

hey, any update on this? i've having an issue where `UnsentPayloads.Len() == 0` when a wrong token is sent before a valid one. I think it may be due to...

note that the error code is `251`, here is a snippet: ``` go for { fmt.Println("NEW CONNECTION") apnsConn, _ := apns.NewAPNSConnection(&apns.APNSConfig{ CertificateBytes: certPem, KeyBytes: keyPem, }) loop: for { select...

@mmatczuk yes, we already use it and it great. but it would be nice that the changes be merged, even though the fork is top notch

hey, for my own knowledge, as a rust beginner, why are mutable references a problem? by that I mean, if base methods are generated in the subclass with pin mut...

Sample targets ```python "_idevicedebugserverproxy": attr.label( default = "@com_github_libimobiledevice_libimobiledevice//:idevicedebugserverproxy", cfg = "host", executable = True, ), "_ideviceinfo": attr.label( default = "@com_github_libimobiledevice_libimobiledevice//:ideviceinfo", cfg = "host", executable = True, ), "_ideviceimagemounter": attr.label( default...

I'll open a PR adding the targets as `third_party` and we'll get the discussion going from there. I also have a companion script that runs the apps inside a lldb...

@keith yes I saw, but perhaps other people will feel on carrying the torch!