Swagatopablo

- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 7
-
-
-
Swagatopablo created a post, AnsweredIntellij not Detecting Any Problem with Scala Code
Trying to learn Scala with intellij community edition on Ubuntu. I have set up intellij 2022.3.2 with the scala plugin. Can build and run codes from my terminal, yet, intellij seems unable to point... -
-
Swagatopablo created a post, AnsweredHow to Set Up IntelliJ for Scala Development?
Apologies for the noob question. Using IntelliJ Idea community 2022.3.1 to learn Scala development on Ubuntu. Coming from Pychon/C++, this is my first attempt at any JVM based language. The problem... -
-
Swagatopablo created a post, Pycharm Removing Swifter Import Upon Optimising Import
My pycharm automatically reformats the code and optimises the imports (meaning, it also removes unused imports) on top a .py file, a feature which I like. But a wrinkle is I am using the swifter li... -
Swagatopablo created a post, PyCharm Stopped Showing Errors in Code
Here are my Pycharm details, PyCharm 2022.2.4 (Community Edition)Build #PC-222.4459.20, built on November 17, 2022Runtime version: 17.0.5+7-b469.71 amd64VM: OpenJDK 64-Bit Server VM by JetBrains s... -
-
Swagatopablo created a post, AnsweredFalse Positive Warning with Type Hinting of Integer Variables
Using Pycharm 2022.2.3 on Ubuntu 20.04. This is the code sample. from typing import castsamples: int = cast(typ=int, val=len(y_train)) The warning says Expected type Sized, got Iterable[float] Se...