Antony O'Neill

Results 16 comments of Antony O'Neill

Hi @jradcliff I've bumped into this problem since updating a few dependencies within my application. I have a relatively straight forward function that receives a batch of conversion events, transforms...

Hey, Apologies, I meant compiling my own app for deployment into Cloud Functions. I've got it set up to produce a uber/shadow jar containing my source, plus the dependencies. I'm...

Unfortunately, that `minimize()` function wasn't useful in this situation - it seems there are a lot of dependencies that must be loosely referenced which were removed and essentially prevented the...

So, a little update on this now that I'm beginning to test the cloud function in-place.. I'm failing at the first hurdle to even instantiate the function, perhaps I was...

Hey @hugoalexmartins, Thanks for reaching out to me via email! We actually stopped using liforms very early on, we hit a couple of stumbling blocks and so abandoned the project....

Thanks for sending that over @hugoalexmartins - I've had a look at that form_dump and it looks like you've got a form that has this kind of structure: - `visaexpress_wizardbundle_wizard`...

Depending on the answers to how you normalise and render, I might suggest you move this issue into one of the other projects (though I will continue to help you)

Hey @hugoalexmartins So remember that the `Liform::transform()` only produces the 'schema' (what the form should look like) and I wouldn't expect it to contain any data.. You'll need to serialise...

Here you can see how the ArrayTransformer selects only the first child to represent the rest of them https://github.com/Limenius/Liform/blob/302d12a204740e3cf7e2ae4edd4cc78edac49a96/src/Limenius/Liform/Transformer/ArrayTransformer.php#L76

Also take a read of this section, it looks like the schema output by liform matches the schema expected by `angular-schema-form`! https://github.com/json-schema-form/angular-schema-form/blob/master/docs/index.md#array So I think your missing piece of the...