Davor Ocelic

Results 79 comments of Davor Ocelic

I was able to generate bindings for Qt 5.12 and run the sample programs included with qt5.cr by using system's Qt 5.12 libraries.

Hey @codenoid , it seems 1.0.0 is not exactly released yet. But many things were added to bindgen in the meantime. We're discussing a new release of bindgen and of...

@TheBrainScrambler I am going to close this ticket because a sample project created using the following steps is tested and working: 1. `crystal init app test` 2. In its `shard.yml`:...

Heya, This would mean that the Qt bindings have not been generated. If you use the `master` branch then you need to generate the bindings yourself, and this is supported...

Correct. You'd have to use the `master` branch and generate the bindings yourself by updating `support/generate_bindings.cr` and running the generation process. (You would just add a line for Qt 5.15...

OK, when we add support for 5.15 I will let you know on this ticket.

Hey @alexbottoni it seems to me that the error report you included prints the warnings about YAML.mapping, but not the actual error. Can you check that? Also please let us...

Hello, Any comments/hints on this question?

Yes, certainly, although I wanted to avoid that since it means duplicating the relation's query/conditions.

GraphQL's connection fields can be transparently created on either model or relations. Time-permitting I'll see if it is easily identifiable from the code how they did it.