Francisco Herrerías-Azcué
Francisco Herrerías-Azcué
I believe most of the course is self sustained in the sense that you could be using any os and follow it without issues, but references to setting up the...
A user requested merging two accounts, created at different times, for the same platform. This feature can, at least initially, be developed as a module from person that gets called...
Adds methods and tests to be able to merge two accounts, transferring all the relevant associations without duplication. Resolves #1666.
Added custom title and description to snapshots, and the option to edit them as long as they don't have a DOI assigned.
The test does not seem to be failing or passing consistently with postgres, e.g. it failed [here](https://github.com/seek4science/seek/actions/runs/4872476200/jobs/8690709932), but when re-run with the same code it passed [here](https://github.com/seek4science/seek/actions/runs/4872476200/jobs/8693255438). Maybe there's something...
Is there an option to make the library quiet? I am using it in a shiny app, and the server is getting constantly spammed with messages such as these: ```...
I know this is possible when using remotes with something like: `git remote set-url --push no-pushing` Is there a git subrepo equivalent to configure this? (I know we could simply...
Is it possible to ignore files for the subrepo commits/pushes, but not ignore them in the main repo? I am using git subrepo to re-use code that generates files based...
I am not sure if this is intended as a feature or if it is a bug. Repositories R1 and R2 both have a subrepo S with shared code, so...
I've seen it used in the carpentries sites, for example [here](https://github.com/carpentries/workbench/blob/12f5b41cf4eb775d32306790886e2773ef7081b3/transition-guide.qmd#L563). However, when I tried to use it on a lesson i get the error: ``` ! There were errors...