Pascal

Results 20 comments of Pascal
trafficstars

@SamuelTJackson > At this line "--node_options=--require=./$(rootpath chdir.js)", I added ./ in front of the `$(rootpath chdir.js) Now it works without any errors and the react page is shown in the...

Having the exact same issue here. Also tried to make my repository public, because I thought maybe something would be bad with authentication, but it seems it doesn't help. Have...

@winniegakuru Even though already run into the next "connection" issue. ``` failed to download archive, error: GET http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/flux-system/c47fbfe032f3d94877e6cc63208baa0909aad6b7.tar.gz giving up after 10 attempt(s): Get "http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/flux-system/c47fbfe032f3d94877e6cc63208baa0909aad6b7.tar.gz": dial tcp: lookup source-controller.flux-system.svc.cluster.local. on...

same problem here. don't know why it doesn't respect it :(

I tried it on Desktop Google Chrome v49.0.2623.110 m Didn't used a oculus, just let it run in the browser. Three.js r69 and the OculusRiftEffect.js from the example folder

@kszlim thanks for the tip, but especially for development, the binary size isn't my main concern, but having a 10-20 sec compile time for 5 LoC that does almost nothing...

I am sorry if there is a misunderstanding here, but I am NOT talking about a "clean" of "full" compile here. I am talking about an incremental compile, all dependencies...

ℹ️ As a workaround I used some tiny shell magic to check if it is installed and if not, install it: ```sh if ! which grcov; then cargo install grcov;...

@lquerel might I ask your advice on that one? Since this is currently completely preventing me from doing anything with this library :-/ any help is highly appreciated. 🙏🏻 Already...