morrowyn

Results 10 issues of morrowyn

Hi, I'm trying to set the default country as such. But the field stays empty: component.ts ``` this.currentCountry = {alpha2Code:'DE', alpha3Code:null, callingCode:null, name:null, numericCode:null}; ``` component.html ``` ``` output: ![image](https://user-images.githubusercontent.com/2345541/126872852-f6535a09-3d8a-40f2-8788-5ab2948939aa.png)...

bug

Hi, How would this component work together with a reactive form. I want to mark the form as required if the field is left empty. Or be able to have...

enhancement

Hi, I'm trying to create a async validator class, however I noticed there is no interface for it. I want to take this approach, because I want to use getIt...

enhancement

Hi, I have tried running the attendance example. However I run into the following error: `TypeError: 'NoneType' object is not subscriptable` ``` Image faces_detected.jpg written to filesystem: True Client created...

Hi, I have enabled the following: `microk8s.enable observability` I have port forwarded the service: `microk8s.kubectl port-forward -n observability service/kube-prom-stack-grafana --address 0.0.0.0 3000:80` When I navigate to `http://localhost:3000` and use username:...

ValidationBuilder().required("").build() only works on strings that are null. However when a string is empty "" the validator says that it's valid. I expected an invalid error. ![image](https://user-images.githubusercontent.com/2345541/118688944-d0f58d00-b806-11eb-95dd-7295c9a97d9f.png)

Hi, I'm trying to use your library. The example code uses an Authenticator which uses the implicit flow. However I'm trying to use the authorization code with pkce, but I...

Hi, I tried your demo against my rabbitmq server, on this line amqp_queue_declare_ok_t *r = amqp_queue_declare(conn, 1, amqp_cstring_bytes(queue), 0, 0, 0, 1,amqp_empty_table); *r is always 0x00000000 This seems to happen...

Hi, I'm trying to port the python example to java. https://github.com/semi-technologies/weaviate-examples/blob/34bb73f8d2096e04aaf19455f2f8da743f21b8d5/attendance-system-example/student_add.py#L32 However I'm missing some documentation on how to create the following ModuleConfig. ``` "moduleConfig": { "img2vec-neural": { "imageFields": [...

When compiling the maps_launcher against using the following: gradle-wrapper.properties: `distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip` settings.gradle: ``` plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.13.0" apply false id "org.jetbrains.kotlin.android" version "2.2.20" apply false...