Saravanabalagi Ramachandran

Results 34 comments of Saravanabalagi Ramachandran
trafficstars

Didn't see any new release since 2018 😴. You can replace ✏ ``` "numjs": "^0.16.0" ``` with ``` "numjs": "nicolaspanel/numjs" ``` in `dependencies` section of `package.json` 📃 to directly compile...

I still have this problem: ``` pip list | grep tensor jupyter-tensorboard 0.1.9 tensorboard 1.13.0 tensorflow-estimator 1.13.0 tensorflow-gpu 1.13.1 ``` But I get when I open jupyterlab, in the browser...

You can import bulma.css and the color for e.g. primary, success, danger, etc. will adhere to what's defined in bulma.css. I use bulma [scss variables](https://bulma.io/documentation/customize/variables/) and I was able to...

Heads up, if you were experimenting with Tooltip and scss variables, it probably wouldn't work. I did find that Tooltip component did not inherit colors like other components #87.

I've a why this added happens with some components in #87. As of now, style overrides don't work for Switch, Tooltip, and Dialog components.

Adding `mainFields: ["browser", "main"]` (and keeping everything else the same) raises `Right-hand side of 'instanceof' is not callable` error. The error happens on interacting with the map: I have a...

> Yes. The batches generated are random so there is no "repeat" needed. The batches are generated at random and the generator will keep giving random labels infinitely. However the...

Size of A4 page was only around 595 x 841 and I had to resize all images to very less resolution. I couldn't write high quality images of documents as...

At the moment, for workaround, I use comments in my scss template so when a new file is created it looks like, ```scss // ${ClassName} styles ``` With comments, it...

@aitorzip I appreciate your project and it's been very helpful for me learning. To turn 'directions' on, it requires me to pass in a an array of three floats. Is...