Jason Harrison

Results 23 comments of Jason Harrison

What are your gatekeeper settings? System Preferences > Security & Privacy > Allow apps downloaded from

Workaround: You can toggle it off using the extensions settings page in Chrome (menu>More Tools>Extensions)

I'm just starting with DVC and there may be more correct ways to do what I have initially came up with, but since I couldn't find anything in the documentation...

if ImagePath begins with a / (it's an absolute path) then os.path.join will return the original imagePath Fixed with https://github.com/wkentaro/labelme/pull/1035 Note this only solves the problem where: - annotations and...

I have updated the title and description to describe the need for S3 storage.

@prashant-shahi looking a bit more into this it looks like s3-fuse or AWS EFS could be used to mount a volume that the docker containers could use for persistent storage....

@jamazi suggested the issue might be the window.zoomLevel, I used user settings to set it to 0, and control- and control+ to adjust it. I found that the menu needed...

@teresaejunior you can set the font size using `"editor.fontSize": 16` and `debug.console.fontSize` and `markdown.preview.fontSize` and `"terminal.integrated.fontSize": 16`

Will this also resolve the warning that com.netflix.nebula.lint produces: warning duplicate-dependency-class junit:junit:4.12 in configuration ':moduleA:compile' has 21 classes duplicated by org.hamcrest:hamcrest-core:1.3 (use --debug for detailed class list) (no auto-fix available)...

Great, so if I have a git repo, and want to add dvc, then do dvc init and switch then to fds. Have you seen gitless? https://github.com/gitless-vcs/gitless