Almog Baku
Almog Baku
ping @robertkrimen
==Subjects to expand== 1. Explanation of "how its works". 2. Explanation about custom path function, how they works, reference, example(simple and the sinus). 3. Example for much more custumable sinus...
==Subjects to expand== 1. Explanation of "how its works". 2. Explanation about custom path function, how they works, reference, example(simple and the sinus). 3. בתאריך יום שישי, 17 באוגוסט 2012,...
any update?
https://github.com/AlmogBaku/Anova4All still WIP, but it works
**_It is caused because ubuntu call it `nodejs` and not `node`**_ I just created symlink and it started to work.. so we need to fix this issue...... (and to check...
Ok, I solved it. 1) changed the file system type to `ext4` 2) mounted it to the image ``` apiVersion: v1 kind: ReplicationController metadata: name: mongodb-test spec: replicas: 1 #...
there are no logs since the information came from the Webview. UX Flow: i clicked on the "rides button", logged in through the webview, then after i got logged in...
there is no special code! its just spawn this error on my area (israel), i guess that because uber X doesnt supported in israel but only uber cab.. but still-...
nothing special: ``` RideParameters rideParams = new RideParameters.Builder() .setPickupToMyLocation() .build(); new RideRequestActivityBehavior(getActivity(), UBER_REQUEST_CODE).requestRide(getContext(), rideParams); ```