Julien Lhermitte

Results 29 comments of Julien Lhermitte

When will this be added in? The best solution to this right now is to keep opening and closing a browser for every page interaction and keeping it under 20...

Thanks for this wonderful doc! This worked great for getting a GPU set up on our k8s cluster on google cloud. However, I have been having trouble getting it to...

Thanks for the quick response @consideRatio . Here is my `nvidia-smi` output: ``` Sat Mar 30 03:02:44 2019 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0 | |-------------------------------+----------------------+----------------------+...

Allright, never mind, I got it to work!!!!!! I have to make sure to patch the daemonset *before* starting the node. That did the trick for me. (I also needed...

sounds good. tried it and seems simple (use `style=filled` with `color=clr`). Looks like we can use much more, such as shape. Did you have any coloring in mind? I think...

FYI after discussion with @CJ-Wright we may try to follow Rx (the figures are interactive) http://rxmarbles.com/ `combine_latest` [here](https://github.com/staltz/rxmarbles/blob/master/src/data/combination-examples.js)

great. let me know if you want assistance. i could write some use case examples that i feel have helped me in the very beginning.

funny, i was working on this yesterday. What @mrocklin mentioned is what I'm doing. Basically, have an stop condition and initial condition in accumulator: ``` python def acc(prevstate, nextstate): #...

Could you provide a use case? Sorry, I don't think I've used it enough to fully understand quickly. thanks!