Eric Bergerson

- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
Edited Inconsistent Type Interpretation
So, I have an object with the member `monitor_df`, and it is typed through the parameter that is assigned to it during the `__init__()` It is typed as `Optional[pd.DataFrame]`, so it can be either... -
Created MplD3
AnsweredThe mpld3 package provides a structure for implementing plugin classes that can be registered in the framework to generate javascript versions of matplotlib figures. A typical class looks like thi... -
Edited Sql Language Injection Exclusions
The screen shot below contains two examples of the same SQL, one of which the injection causes no error because all of the content of the string is correct SQL and the other has an error before a s... -
Edited Parent module 'not found while handling absolute import
CompletedI just upgraded my PyCharm from Version 2016.2 to 2016.2.3, and then re-ran a unit test that just succeeded before the upgrade. It succeeded, but a bunch of warnings come up in the form: /Users/eb... -
Created PyCharm Profiler is not working
Anyone know what might be wrong in my dependencies. When I try to run the PyCharm profiler on a simple script I get /usr/bin/python /Applications/PyCharm.app/Contents/helpers/profiler/run_profiler... -
Created Strange Formatting in 10.5
Haven't updated yet, as I got pulled into a non-java project. However, I came back to my trustworthy IDEA to do some quick java work and my world changed.I have something simple like this: doub... -
Created New Feature: Easy one-click execution of SQL in Console output against a Data Source
In almost every application we write and run, we have SQL being executed against a server. When debugging our applications, we often set our logging to display the SQL being executed, and just as ... -
Created Import or Apply Patch hangs IDEA
I had a problem, where I shelved changes and lost the shelf. I found the patch file and tried both to import it to the shelf tab of the changes tool, or via the Version Control menu, just "Apply" t... -
Created I quickly shelved a changelist and went to bring it back, but there was no shelve to unshelve from
I had a meeting starting, and needed my code to be compilable to run some apps that I knew would come up in the meeting. I was in the middle of working on some code in a changelist, and thus the c... -
Created Version Control unlocking of all unmodified files
I find that many times I own locks on lots of files that I have not modified. Usually these are residual locks that should have been cleaned up at some previous time, like after a commit. Is ther...