Sjuul Janssen

Results 8 comments of Sjuul Janssen

I think a `BeforeSuite` would help yes. Would `BeforeSuite` happen before or after applying manifests? I think you might want something along the lines of: - start cluster - assert...

``` django.db.utils.NotSupportedError: DEFERRABLE constraint not supported yet LINE 1: ...type_id") REFERENCES "django_content_type" ("id") DEFERRABLE... ^ HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority ```

I've used the helm chart. But running this command gives me: ``` [root@yb-master-0 yugabyte]# /home/yugabyte/bin/yb-master --version version 2.0.5.2 build 3 revision 67110c85a716c6c642aaf4adea1797544c69544f build_type RELEASE built at 16 Nov 2019 18:41:52...

I was trying to see if Django would work with Yugagbyte. The command that failed was when I was trying to initialize the migrations. So at the moment I think...

I only have an App.js (mostly generated) ``` import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import { UsbSerial} from 'react-native-usbserial'; console.log('1'); const usbs = new...

The problem is solved. But further along I get the following message. Probably a similar issue? ``` [TypeError: undefined is not an object (evaluating 'UsbSerialModule.getDeviceListAsync')] ```

Wow that is totally different from what I did. Anyway I also ran into this: https://github.com/mapaiva/react-native-usbserial/issues/3 Did what he suggested and got a step further. And now I get: ```...