Peter Urbak
Peter Urbak
Hi, its been many years since I've actively written Prolog, so unfortunately can't answer any questions with much confidence, however if you believe that there is an error in my...
Have also experienced this issue. Looks like it might be permissions issue: https://wincent.com/wiki/Fixing_nginx_client_body_temp_permission_denied_errors ?
Can also confirm that the error happens when upgrading to MySQL 8.0, it disappears when downgrading to MySQL 5.7.
Hi, I've just installed orgro on an iPhone XR iOS v15.3.1 and I'm getting a very similar error message to the original `PlatformException(..., code= 260 "The file couldn't be opened...
Wow! thanks for the quick reply and fix :)
First step in implementing the `default` keyword is to go through the documentation of all the defined types in `lib/types` and add proposals to the `@moduledoc` on how `default` should...
Added parser support for `default` keyword in `json_schema`.
`const` now included in the JSON schema spec, and implemented by the json_schema parser, so just have to add the printer part.
By 'should prevent invalid JSON from being created' do you mean when an Elm type, `Foo`, is encoded back into a JSON string, `encodeFoo`? Note that `json-schema-to-elm` does not validate...
Meant no offence, just had to make sure there weren't any misunderstandings. If possible, I'd appreciate any example JSON schemas and/or expected Elm code generated. Depending on the use case,...