Nick Neuberger

Results 16 comments of Nick Neuberger

Do you mean directly querying the relationship like this? I do get a record back. But possible error that might be a cause? let localMediaData = try dataStack.fetchOne(From().where(\.$identifier == "1000"))...

If it helps, maybe I'm saving them improperly. I do get a success response on the completion. dataStack.perform( asynchronous: { (transaction) -> Void in print("!-- transaction starting...") let mediaUserDetail =...

I'm using the SQLiteStore as well on setup of the dataStack.

Stumbled on this bad boy and still haven't found any solutions to this dreaded problem. [ios][release] GeneratedPluginRegistrant.m Module not found #43986 https://github.com/flutter/flutter/issues/43986#issuecomment-605987016

I haven't resolved the issue on my side yet. I may jump back to payments in the next several weeks and attempt to resolve it. If I resolve the issue,...

I'm also running on macOS, but my intended deployment will either be Windows or Linux (Ubuntu or Redhat)

thanks for your help! I'm a bit lost on exactly what to do. While connected as USB to my Mac, I have a node service and if my cursor is...

If it helps I wrapped my entire sending of a request and reading the response into it's own background async call. This eliminated the application hang. Originally the code that...

I'm looking for this solution. When the device your connected to immediately disconnects, I would like to know when this happens so we can recover within the application from it....

Awesome. I will take a look at this solution as well. We started working an internal "keep alive" type of state check as we're calling a card reader device and...