Results 11 comments of Willem

@fatiheng I also have this problem. Did you find a work-around? Maybe this should be a feature request. This behaviour I expect is: ``` If (`ng-required` is present) then {...

@fatiheng I have something that works with `required` (not `ng-required`). If you delete the date and time, a validation error is shown: ``` Date and time Date and time is...

I also checked out tag `v0.8.2` and tried `hello_world` there. That version of the example has the same behaviour.

I found a possible cause. I found the same issue on `winit`. This issue was solved by creating the window inside the event loop. The sample code provided [on the...

@dbr I had a look at the refactoring suggestion, and I noticed the same problem in `glium`. The issue on the `winit` could be considered _regression_. So maybe the solution...

The [API Gateway example](https://github.com/awslabs/aws-lambda-cpp/blob/master/examples/api-gateway/main.cpp) produced an internal server error even when I posted successful responses. I think it is because I created a _REST API_ gateway. What I found is...

@snjeza I also get this error . My use-case is a little different. What I have is a a `pom.xml` with multiple modules. The error message is `Missing Gradle project...

After I created a new directory for my pom module and copied the `scr` directory and the `pom` file from the old directory and the problem went away. I did...

@Herohtar > Despite the warning, there doesn't seem to actually be any issues with the extension when jmods is not installed This is good news. Thanks!

Re: > Also, I've noticed that the first firework doesn't visibly burst I also noticed on my side that the first burst of my effect is different from this that...