Artur Palha
Artur Palha
I faced the same issue. Shall I change this line https://github.com/NLeSC/python-template/blob/3c176c5758a10f727d97bbf1435933598c5ffb65/hooks/pre_gen_project.py#L8 To ``` "repository": "[email protected]:" + cookiecutter.github_organization + "/" + cookiecutter.directory_name.lower().replace(" ", "-"), ``` And add after this https://github.com/NLeSC/python-template/blob/3c176c5758a10f727d97bbf1435933598c5ffb65/%7B%7Bcookiecutter.directory_name%7D%7D/next_steps.md?plain=1#L5-L7 add...
@bvreede that is a good point. What about this text: Note that the next step assumes you have setup your connection to GitHub via SSH, see [Connecting to GitHub with...
I made the changes on a new branch: 289-authentication-confusion (is this the format used?). When I try to push the branch it says I do not have permissions. I should...
Works now, thanks @sverhoeven ! Just made the pull request.
I can reproduce with an M2 mac, bash, Julia 1.9.2 and ElectronDisplay v1.0.1. `ERROR: LoadError: Cannot locate artifact 'electronjs_app' for aarch64-apple-darwin-libgfortran5-cxx11-julia_version+1.9.2 in '/Users/apalha/.julia/packages/Electron/ILvWR/Artifacts.toml'` `Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2]...