Chih-Wei Chang

Results 65 comments of Chih-Wei Chang

Any progress on this? Really want a better code highlighting @roryg @mauriciogior

@mauriciogior I've checked it out, and I found a weird point: you may need to initiate the prism as well in `default.hbs`. For example, [my fork use highlight.js](https://github.com/lazywei/ghostwriter/blob/master/default.hbs#L78): ``` hljs.initHighlightingOnLoad();...

That's true. However, `NProgress.done` will not be called at the first time user enter the blog.

I mean: you may also need to place the initializer to `default.hbs`. I agree with that we should have an initializer in NProgress.done

@farizrahman4u Hi, I ran into the same problem here. Any suggestion or any update on this matter? Thanks.

Thanks for your effort. Maybe you can list some TODOs so others can help :) Wish you good health.

@yangarbiter could you elaborate on the details of this issue?

Are you talking about the [`sklearn.preprocessing.LabelEncoder`](https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/preprocessing/label.py#L96-L111)? If so, they indeed did that through applying `np.unique` on the label vector. How about moving the missing labels to the end of the...

Yes, I've set that variable. I think it is by default set to true, right? But the fuzzy still need to be manually invoked

@spoofedpacket when using the `clickhouse-keeper-3-nodes.yaml` do you specify the service `clickhouse-keeper.namespace.svc` inside the `zookeeper` setting in the clickhouse server, or do you explicitly specify each of the pod via the...