Results 3 issues of Péter Huba

Cannot allocate memory the following way: ``` void test() { uniform unsigned int* uniform v = uniform new uniform unsigned int[16]; } ``` Compiler output: > test.ispc:3:57: Error: syntax error,...

### Describe the bug As outlined in the testing guide, https://quarkus.io/guides/getting-started-testing#quarkus-integration-test one could opt for running ITs against the built JAR. However this seems to fail currently when using lambdas....

kind/bug
area/amazon-lambda

I have an error when trying to run the public+sw example locally: `A bad HTTP response code (404) was received when fetching the script`. However, the file is being served...