Casper Welzel Andersen
Casper Welzel Andersen
As the `triplestore` sub-package has been made into a stand-alone package, this issue has no meaning here and can be closed.
So to me there are some considerations here, all depending on how general users should connect to MongoDB Atlas and how it should connect to a local MongoDB instance and...
> This PR needs more work. The CI still fails. If sphinx doesn't work for Python 3.8, only build documentation for Python 3.9+. Yeah - not done with this. WIll...
A use case could be retrieving data from a no-SQL database collection using a single data model/entity.
> > This reverts commit [2abb35d](https://github.com/SINTEF/dlite/commit/2abb35d801d00cadf396d9c15a7ae66e3313aba6). > > Closes #419. > > This should be merged _only_ at the end of the sprint. > > This was commented on January...
As @MattiSG stated, this indeed correct. Any changes you are pushing with this action are done outside the scope of this action, i.e., in prior workflow job steps. See also...
Cheers 😃 Right. I'll test out this feature as it should work as intended - but there may be some checks in the action that will disallow it at this...
I've been looking into this a bit. It seems the way to go about this (unfortunately) is that GitHub Docker Actions should indeed use `root` - or rather, the user...
Right - so the main issue is that setting USER in the Dockerfile might break the action (see the [docs](https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user) on this). But at the same time, the excessive comments...
I guess it still might be nice to include it for a higher verbosity? At least for the sake of developers to understand where in their code this error is...