Stephen Lucero

Results 8 comments of Stephen Lucero

Hi @germanbisurgi and @schmunk42, has there been any more opportunity to review and test this work to get it pushed forward? What are the best next steps to get this...

From some debugging into the issue, I found that the dereference option is being overridden in `Schema::processObject()` [here](https://github.com/swaggest/php-json-schema/blob/master/src/Schema.php#L704-L720): ```php $refProperty = null; $dereference = $options->dereference; if ($this->properties !== null &&...

For now I was able to work around the issue with a custom Schema class implementation included below. During import, it checks if the `$dereference$ option was set to false...

In this case the `header` pattern was being defined within the active theme. We were able to sidestep the issue by enabling DS and using that to manage the layout...

Having a conversion function like this would be extremely helpful in cases where a legacy codebase is being scanned and a baseline of reporting needs to be filtered out of...

Hi, I'm facing this same issue as well where I cannot get the print to resume. I encountered this during a print from Cura where I added the script for...

I ran into this same issue and @pcorey's solution above got it up and running for me. > I'm not sure if switching from a multi-task to a plain registerTask...