Husam Rahman
Husam Rahman
Can you see variables once a line of code (or a couple) have been executed? Pycharm provides a view of created variables on a side pane when running Python code...
**Describe the bug** I lose access to my workspaces that were being displayed on exrternal monitors when I unplug my laptop from my workstation. They still run in the background...
I have an object that's created by a function. in Rstudio, the object itself is around 3GB. When I save it as an RDS, the size is ~800MB. When I...
I am getting this Error message (below) when initializing my pipeline. I have a series of user-defined functions in the pipeline but for some reason, it always throws an error...
When reporting out how long any step in the pipeline took or even the entire pipeline execution, I think "seconds" should actually be "minutes". Below is an example from this...
Feature Request: Have the ability to name the steps in the pipeline and reference them in complex pipelines. For example: Current State: function( x = ~f1) where f1 comes from...
The package throws an error if the function it is referencing contains ":=" in one of its operations. Simply example below where df is any data frame. Running the code...