Serkan ÖZAL
Serkan ÖZAL
Hi, I want to introduce a local variable and access it from catch block. Normally, as mentioned in the docs, it is not possible with the current API. But I...
Hi @chibash , https://github.com/serkan-ozal/javassist-issue-report/blob/master/src/main/java/ozal/serkan/javassist/issue/report/RunnerInstrumentation.java reproduces the following issue: ``` Exception in thread "main" java.lang.VerifyError: Inconsistent stackmap frames at branch target 170 Exception Details: Location: ozal/serkan/javassist/issue/report/Runner$run$result$1.invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; @98: goto Reason: Current frame's...
Hi, I am running on the following environment: ``` - Distributor ID : Ubuntu - Description. : Ubuntu 20.04.3 LTS - Release. : 20.04 - Codename. : focal - Kernel...
**Twitter Handle:** serkan_ozal *(if you'd like a shoutout when we add the feature)* I would like to see the triggers (AWS SQS, SNS, Kinesis, S3, ...) of Lambda function in...
- start worker threads in advance - increase region count **NOTE:** This challenge closes for submissions on Jan 31 23:59:59 UTC. No new pull requests for adding submissions will be...
**Describe the bug** When Serverless local invoked on Docker, esbuild plugin fails with the following error: ``` TypeError: Cannot destructure property 'result' of 'this.buildCache[entry]' as it is undefined. at bundleMapper...