CharlesJQuarra

Results 10 comments of CharlesJQuarra

Regarding delayed computation: Modifying a dependency of another tensor might require sophisticated versioning semantics. Is In-place modification really necessary? If you want to avoid deep copies of tensors on localized...

created a test deployment in the kubernetes cluster: `kubectl run hello-world --replicas=2 --labels="run=load-balancer-example" --image=gcr.io/google-samples/node-hello:1.0 --port=8080` I create a service exposing these services: ``` { "kind": "Service", "apiVersion": "v1", "metadata": {...

I tried building this branch with `c++17` and `NO_BOOST_SERIALIZATION` defined, but I am getting build errors: ``` g++ -std=c++17 -DNO_BOOST_SERIALIZATION -Wall -O2 -MMD -MP -ggdb -pthread -I../ -Iext -c -o...

> Goal: > > 1. separated data space per tenant This is a common use case for RocksDB column families. They can be created and removed on demand and they...

I'm just trying to build from tag 3.2.0, and I'm seeing the `#include ` breaking compilation for C++17. make is building with the following options: `g++ -fPIC -fvisibility=hidden -fstack-protector -m64...

@randombit my bad, I ran `make` directly, as it worked on previous pulls, once I ran `configure.py` I saw the updated warnings that C++17 is no longer supported for v3

what is the last working version? since master is broken for the time being, do you have a commit hash that is known to work? I didn't see any branches...

I tried modifying the `package.json` to previous versions of dependencies, and also adding `react`, which seems to be a dependency of `react-native`, but for some reason it is missing on...

`npm install` works correctly for you? I'm getting an error about mismatch of react-native version among dependencies https://github.com/react-native-material-design/react-native-material-design/issues/118

@PhilipDeegan are you still interested in finishing this PR? I gave it a try from your fork but the CMakeLists.txt is still requiring python2.7, and it fails because the wrappy.cpp...