josefguenther

Results 6 issues of josefguenther

Looks like the (breaking) changes in less v3 aren't supported. Assetic\Filter\LessFilter.php @ line 112: less.writeError(error); less.writeError() is no longer a function, and throws an error. Would be nice to work...

I cannot get the upload progress event to work. Here's my code: ``` var xhr = new XMLHttpRequest(); xhr.open('PUT', '/asset/1', true); xhr.addEventListener("load", () => { console.log("done"); }); xhr.upload.addEventListener("progress", (e) =>...

The current release (3.0.0-alpha1) does not track the latest propel alpha. `"propel/propel": "2.0.0-alpha6"` should be either updated to `alpha8` or updated to track the latest alpha.

Changes on 5.3 branch ONLY. Consider porting to master. Added EagerResultset to help identify and work with result array; now adds {alias}_eager property on models to help determine if results...

**Describe the bug** When referencing another object without nesting in `allOf` (3.0 spec), Open API 3.1 spec allows us to declare required properties as sibling alongside `$ref` like this: ```...

Type: Bug

- [ X ] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [ X ] I have looked at the examples provided that may showcase my question [here](/_examples)? ###...