Martin Richtsfeld
Martin Richtsfeld
Thanks for the quick reply @JohnEstropia I have changed the code now and it compiles. `tx.create(Into(airplaneInfo.coreDataClass))` The airplaneInfo.coreDataClass is a subclass of AirplaneBase Still it seems as if the proper...
@JohnEstropia the returned type is of type `AT01`which is a subtype for `AirplaneBase`. But in this method `fetchRequest.entity = context.parentStack!.entityDescription(for: EntityIdentifier(self.entityClass))!`the `entityClass`is `NSManagedObject`and not `AirplaneBase`. So the method `entityDescription`does not...
@2pd thank you for your reply. I did not find any node package for Binance Futures, only Python and Java. Did I miss something?
Got it, thanks for the information. If you need a developer to implement it let me know.
Hi, just wanted to check if there is already an update on the Futures library release date? Thank you
Got it, thanks for the update.
For this running this command fixed the issue: `chmod a+r /usr/share/keyrings/docker-archive-keyring.gpg`