James Hancock

Results 15 issues of James Hancock

Given the following data: ``` { "Divisions": [], "Location": null, "Country": null, "SourceContactId": "Contacts/00000000000000001-A", "DestinationContactId": "Contacts/0000000000000000004-A", "Roles": [ 1, 100 ], "JobId": "Jobs/0000000000000000153-A", "JobStartsOn": null, "JobEndOn": null, "@metadata": { "@collection":...

It would greatly simplify things for us and I suspect many others if the graph query functionality of recursive was brought to linq similar to how Load works. What I'd...

As soon as we added time series and counters to our database, we now get a license throw on TestDriver because it by default doesn't allow it so all of...

It appears right now, that time series rollups aren't created until the initial time period for the rollup is complete. The rollup is still valid while not complete. It's today,...

I have an array of time series within a contact: ``` contentView { "contentId: "1234", "contactId": "987", [Time series of double] } content { "id": "343", "name": "some content name",...

This updates the core librar yto .net standard 2.0 and the tests to .net framework 4.8. There are 7 tests failing but I don't believe that they are the result...

Any idea when this will be ready for web too?

**Is your feature request related to a problem? Please describe.** Right now, this is the only plugin that is blocking us from release for desktop. Please consider adding support for...

enhancement

``` PlatformException (PlatformException(error, invalid composing start: 0, null, java.lang.IndexOutOfBoundsException: invalid composing start: 0 at io.flutter.embedding.engine.systemchannels.TextInputChannel$TextEditState.(TextInputChannel.java:719) at io.flutter.embedding.engine.systemchannels.TextInputChannel$TextEditState.fromJson(TextInputChannel.java:680) at io.flutter.embedding.engine.systemchannels.TextInputChannel$1.onMethodCall(TextInputChannel.java:91) at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233) at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85) at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:818) at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:335)...