Nathanael Noblet

Results 27 issues of Nathanael Noblet

Hello, I was playing around with a form flow. I ran into some odd issues because at one point I wanted to change my forms to not have a data_class....

When the excel sheet being read has many rows (in my case 6700+) we run out of memory. This way we load a row per iteration.

SplObjectStorage is currently used to store what amount to an array of exceptions objects. I'm suggesting it be changed to an actual array for the following reasons. - You cannot...

This is my first attempt at implementing the idea in issue #100 Thoughts or feedback?

Added the ability to convert fields in excel files to dates. Excel stores dates as interger.fraction where integer is a day offset and fraction is the time. These allow them...

I always get confused trying to remember what a ValueConverterStep vs a ConverterStep. The ValueConverterStep works on one of the input properties. So I wonder if it would help to...

Allow the Offset filter to stop the process function loop. The impetus is the lack of detail the result object contains - particularly when using the Offset filter. When processing...

If you pass in a priority to addStep it will get set to null if the step doesn't implement PriorityStep.

This allows some of an object graph to be updated. Really only useful once another PR related to using entity repository methods

The test don't seem to pass as they are referencing a removed converter.