John Dang

Results 6 comments of John Dang

Nothing help @MoonE ```js private vectorLayer = new VectorLayer({ source: this.vectorSource, zIndex: 1000 }); this.map = new Map({ target: 'map', layers: [ new TileLayer({ source: new OSM() }), this.vectorLayer, ],...

Looks like there are many bugs in the software. I can see the maker now but the size or imgSize properties do not work. I have to use the scale...

I am not sure how about the others but in my case, we reordered the properties within the schema causing that exception, **the ordering of the fields within the schema...

> @jdang67 - Confluent has different exceptions to classify issues. Had it be something wrong with the schema itself it should (a) has a steady reproduction and (b) [different exception](https://github.com/confluentinc/schema-registry/blob/master/core/src/main/java/io/confluent/kafka/schemaregistry/exceptions/InvalidSchemaException.java)...

Using docker-desktop 4.12, after rebooting the machine I can ping `host.docker.internal` for some time, and then it stops working. Look like the only option is rebooting the machine again. Any...

@kraljs, thanks for your comment. I can use this technique to renew my `host.docker.internal` whenever I run into this problem.