Falco Nogatz

Results 71 comments of Falco Nogatz

btw, the *Curry* people are active on GitHub as well: :wave: @mihanus, @ichistmeinname, @finnteegen

That's correct. The output should be the same as SWI-Prolog produces: ```sh > cat test.pl :- use_module(library(chr)). :- chr_constraint interface/2, env/2, match/2. interface(App1, 'i1'), interface(App2, 'i2'), env(App1, E), env(App2, E)...

I have no idea what's going on here and in #38 and #40.

This is still a problem for calls of the form `pack_install('https://github.com///archive/.zip')` as mentioned in the documentation. For example: ```prolog ?- pack_install('https://github.com/jonakalkus/xsd/archive/v0.1.2.zip'). ERROR: Version mismatch: pack.pl: 0.1.2, file claims version 0.1.2.2...

Hey Paulo, thank you for mentioning my CHR.js project. Today, I would certainly change some things implementation-wise. So I would be very happy to help with a fresh rewrite for...

Thank you for reporting this. First of all, it is a good idea to try the native Prolog interface as [described here](https://github.com/fnogatz/xsd2json/tree/master/lib-pl). It gives the following: ```sh > swipl -g...

What do you mean by containing $ref or not? Could you please provide an example of two possible results, depending on your option?

Okay, I will have a look at it. This flag would also prevent some hiccups as stated in #18 where you want to resolve a type that has not been...

Hi, could you please provide a minimal example which is currently failing?

It would help if you could provide the XSD file you tried to convert. Is this possible for you?