Amjad Saadeh
Amjad Saadeh
Well, that's a little bit awkward, I know ;)
Trying to read a `std::vector` directly from settings, similar to https://maserati.mi.fu-berlin.de/redmine/projects/biotracker/repository/revisions/master/entry/source/gui/BioTracker.cpp#L389, results in following compiler error: http://pastebin.com/ZkgHJcPw Correspoding code: ``` ... boost::optional filenamesStrOpt = m_settings.maybeGetValueOfParam (PictureParam::PICTURE_FILES); if (!filenamesStrOpt) { m_settings.setParam(GuiParam::MEDIA_TYPE,...
Is it in the meanwhile possible to avoid locking when executing `dvc run`? According to the thread it looks like, but the docs do not mention any flag for this.
Hello, I've got the same problem, @MmAaXx500 comment made is possible to fix this on my side. Maybe some example in the Docs might be useful.
I got the same issue
Turned out that I ran out of memory on my script execution machine.