Shamir Alavi

Results 11 comments of Shamir Alavi

> possibly https://pypi.org/project/Deprecated/ @alexanderrichards I think I am gonna borrow this idea for #2293 :)

Thanks for the hint. Yes, it looks like `__init__` function doesn't need the mode parameter. It's not used anywhere other than getting assigned as an instance variable. OR maybe we...

Yes, just checked `Singularity.py`. I see what you mean. Sounds good, I'll remove it then.

I have started working on it. All of the Docker commands you listed above work now on my local. Writing the tests now.

I have been having some issues lately with initializing jobs from inside the Ganga environment vs initializing it from a separate Python script outside of the environment. Inside the Ganga...

> You haven't imported ganga correctly. It should be more like: > > ```python > import ganga.ganga > j = ganga.Job(name="mytest") > ``` Thanks. Importing ganga like this works. However,...

> > Thanks for the hint. Yes, it looks like `__init__` function doesn't need the mode parameter. It's not used anywhere other than getting assigned as an instance variable. OR...

I have tried every solution that has been posted on this thread but nothing seems to work.

Got mine working. Problem was in the `babel.config.js` file. Removed the preset `"@babel/preset-env"` and reset expo cache. Previous `babel.config.js`: ``` module.exports = function (api) { api.cache(true); return { presets: ["babel-preset-expo",...

> @dg1223 Thanks for adding the test cases as well. No problem at all!