Yohan de Rose

Results 14 comments of Yohan de Rose

Same issue here. `ERROR: Skipping 'tensorflow:libtensorflow_all.so': no such target '//tensorflow:libtensorflow_all.so': target 'libtensorflow_all.so' not declared in package 'tensorflow' (did you mean 'libtensorflow_cc.so'?) defined by /home/yohan/tensorflow/tensorflow/BUILD WARNING: Target pattern parsing failed. ERROR:...

Oh my goodness, just fixed it man. We are appending to the wrong BUILD file, the relevant one is in tensorflow/tensorflow not the root directory and is much longer. After...

Having the same issue, it seems that using the URI used to work for version 0.2.2 - see this snack by @EvanBacon https://snack.expo.io/@bacon/expo-pixi-filterimage-cameraroll-example But in 1.2.0 I am getting the...

Hey @markdlindsay, hope you're well - there's an extra step when using the leaflet maps to draw an area. You can run the following in a notebook cell - ```...

Hey Steve and Lachie, I believe hjson is a conda package on the loop channel so *conda install -c loop3d hjson -y * Is probably more like it. I will...

Heyo, JSON is a pretty finicky file format. The error is usually a syntax issue somewhere in the raw notebook file. See here https://stackoverflow.com/a/35460153/8490364

Hey @T4mmi , we are just getting to these now - Gautier got in touch and I suggested the following fix ``` git clone https://github.com/Loop3D/map2loop-2.git --recurse-submodules ``` as opposed to...

To make sure you don't lose any work, do a git status and copy over anything you've changed, or git stash --keep-index. And then remove the submodule directories and check...

There's likely old stuff lurking in the .git directory. Try git rm map2loop2-notebooks && rm -rf .git/modules/map2loop2-notebooks. Then change the .gitmodules entry back to map2loop2-notebooks and init submodules again. Or...

This would be so nice. On pushing the new note and content, the current page jumps to the top - in combination with not being able to 'push' multiple notes...