Matt Wright

Results 18 issues of Matt Wright

Currently its impossible to re-dispatch events. For example... ``` private function statusHandler( event:HttpStatusEvent ):void { dispatchEvent( event ); } ``` It will throw this error: ``` TypeError: Error #1034: Type...

The `async for` expression is rather nice and easy to [implement](https://www.python.org/dev/peps/pep-0492/#asynchronous-iterators-and-async-for)

enhancement

`kotest:5.3.0` `kotest-extensions-allure:1.2.0` The `AllureTestReporter` extension seems to be buggy. Perhaps my configuration is out of the ordinary, though. When running [this test](https://github.com/mattupstate/acme/blob/acme-app-web-test-kotest/acme-app/acme-app-web-test/src/test/kotlin/com/acme/web/test/specs/EmailAndPasswordRegistrationWorkflowSpec.kt) I get the following output in the Allure...

I'm really enjoying lettuce. I'm using it to test a hypermedia API project built with Flask. The integration has been very smooth. However, I'm wondering if there is some way...

I'm attempting to use the `Custom Capabilities` approach as described in the documentation. I've created a [custom capabilities factory](https://github.com/mattupstate/acme/blob/kotest-fluentlenium/acme-app/acme-app-web-test/src/main/kotlin/com/acme/app/web/test/specs/ChromeForKubernetesCapabilitiesFactory.kt) and specified [the properties like so](https://github.com/mattupstate/acme/blob/kotest-fluentlenium/acme-app/acme-app-web-test/build.gradle.kts#L26-L28). But when I run the...

## Is your feature request related to a problem? Please describe. Giving Valiktor a try and it's not clear to me how to validate a collection of primitive values. For...

This library looks great and I was just thinking that it might be useful to abstract things a bit to allow for generic file attachments to a particular SQLAlchemy model/entity....

enhancement

Is it possible to use one table for all the images associated with one object/model? It appears that two tables are required as illustrated by the `UserPicture` and `UserFrontCover` relationships...

It would be nice if spork supported using the Ruby DSL format for environment files in addition to JSON.

### Problem When working on an operator, or a system that includes an operator, I like to use something like [skaffold](https://skaffold.dev/) for a reasonable local development experience. When using the...

enhancement