Ramin Ismayilov
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
Edited Unable to attach to and debug AWS Lambda functions started using SAM CLI
I'd like to debug a set of lambda functions started using the following SAM CLI command: `sam local start-lambda -t <TEMPLATE_FILE>` This starts a bunch of lambda functions and prints to the consol... -
Edited In Webstorm editor, pressing Return after "{" creates two blank indented lines before the matching "}"
I don't know why this just started happening. Say, I start to type an arrow function. When I get to "{}" with cursor inside the braces, I press Return and two blank lines are created inside the bra... -
Created Being able to navigate among modules in a multi-module project
AnsweredI have 4 Gradle projects. One of them depends on the other three. And another depends on the other two. I imported them using Import Module (as Gradle). And then put the dependency relations in pl... -
Created "Cannot find derbynet.jar on the classpath" despite derbynet.jar being on the classpath
AnsweredI'd like to start a Derby server using IntelliJ. I import derbynet (together w/ derby and derbyclient artifacts) via Maven. Here's my run configuration: Dependencies: Everything seems in plac...