Results 38 comments of Serg

@xiaocang Btw I run the code above and I currently retrieve `_PROJECTID` correctly. This will be injected in [here](https://github.com/srggrs/assign-one-project-github-action/blob/master/entrypoint.sh#L119). Maybe the issue is in [this line](https://github.com/srggrs/assign-one-project-github-action/blob/master/entrypoint.sh#L69), that will stop the...

Yeah I know I need to improve the README and the instructions on the PAT (token)

Hi @gilgongo I developed the main code of this action more than a years ago and seems the way the action runs with the secrets changed a bit ever since....

Thank you for requesting this. I can look into it next month! Anyhow I welcome new PRs

Thank you for this suggestion. From the API documentation seems you can move it a the bottom only after the card has been created ([card creation docs](https://docs.github.com/en/rest/reference/projects#create-a-project-card) do not have...

Thx! Okay maybe the API evolved since the last time I fix this. Let me have a look.

good tips thanks! will do!

Got the same error for a 2D grid... maybe an easy way out is using CloudPickle or joblib pickle/dump?

I have this issue too. Here is a minimal reproducibile example: ```bash $ : conda create -n test-pyearth python=3.8.10 -y $ : conda activate test-pyearth $ : pip install sklearn-contrib-py-earth...

I solved installing the `dev` branch