Niclas Hedhman

Results 35 comments of Niclas Hedhman

Sorry, but isn't this the worst of both? If the change is to aid manual editing, this format doesn't help and the static type is less neat. If the "help"...

Ok, then what is the actual reason for having a non-static schema format?

Languages that are statically typed, and have "Reflection/Introspection" allows automatic mapping of json to/from languages types.

Did you read/understand https://github.com/ponylang/corral/issues/105#issuecomment-637911034?

Take GitHub's API for instance, and look at https://github.com/niclash/pony-hub/tree/master/src/main/java/io/bali/ponyhub/repositories/github All the Rest API docs are mapped to Java types, with language access, rather than "Map lookup".

``` ObjectMapper mapper = new ObjectMapper(); GitHubRepository repo = mapper.readValue(json, GitHubRepository.class); ```

If it is not to be consumed by external tools, then that puts additional strain on corral binary to be able to print machine readable information (preferably in a formal...

Acknowledge that I got your request. I will look at it closer tomorrow (after midnight UTC). Could it be bitrate settings? I don't have a Adafruit Feather, only the NodeMCU...

I took a look at Adafruit Feather, and it uses ESP-12 module, just like I do in my design. You should not need to change anything in config to make...

Also, if you email me the flash images, I can test them on my hardware and see if the compile is actually working as you think.