Anujit Marty
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created coroutine '_wrap_asyncgen_fixture.<locals>._asyncgen_fixture_wrapper.<locals>.setup' was never awaited RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Hi allI am trying to debug async pytest in pycharm and I have the following error messages:============================= test session starts ==============================collecting ... collected 1... -
Created Why the breakpoint does not stop?
AnsweredHi all I am trying to debug the build.sbt file and I have created the following sbt task: Then I've set the breakpoint as follows: and consequently press the bug button and why it does not sto... -
Created ERROR: transport error 202: bind failed: Cannot assign requested address
AnsweredHi all When I am trying to use sbt shell in intelliJ it appears the following error message: Do I miss any settings? As you can see below, the port does not appear anywhere. netstat -planet (Not a... -
Edited ERROR: transport error 202: bind failed: Cannot assign requested address
Hi all When I am trying to use sbt shell in intelliJ it appears the following error message: Do I miss any settings? Thanks -
Created Object kkapi is not a member of package
Hi all I am trying to import a module from another project and did as following: As you can see on the image, the imported library is /home/developer/...kafka-api.I am using the importing libra... -
Created Can not see the imported code
Hi all I created a local library and import to another project to use it as following: As you can see the library is kafka-api_2.12-0.1. When I want to take a look at code on the kafka-api_2.12-0... -
Created No 'scala-library*.jar' in Scala compiler classpath in Scala SDK SBT
AnsweredHi all Create my project with giter8 as following: sbt new http4s/http4s.g8 -b 0.18 Then open with IntelliJ and try to run it: As you can see, I've got an error message. My Intelli... -
Created Debug webstorm not provided
I tried to debug my javascript but the tools to step into code does not enabled: And on chrome browser I installed jetbrains extension: What am I doing wrong? Thanks