Leon Liu

Results 13 comments of Leon Liu

> I can't think of a more natural way to do it than just having a link tag (I've tried in my project and it works fairly well). It is...

Well, I agree to make this library to support `link`, `html`, `meta`... What I wanted to state is that I'm still asking a better solution of "how to have css...

Any updates on this? After more than 1 year this still happens. Is this project dead?

Nice to get response. Thanks! I debugged into the code, and found the reason of my case was SSL certificate problem. I used self-signed certificate and trusted it in OS...

Found the line responsible for the missing error message problem: https://github.com/getsentry/raven-go/blob/master/client.go#L702 The error channel is ignored by this line. And same in other methods like `CapturePanicAndWait`

`client.Transport` is an interface with only 1 method `Send`. I have 2 choices: - cast it to `http.Transport`. - recreate another `http.Transport`. Neither is good smell to me. But I...

Found this URL doesn't match: http://markdown-it.github.io/linkify-it/#t1=http%3A%2F%2F172.26.142.48%2Fviewerjs%2F%23..%2F0529%2Fslides.pdf BTW, I found a website comparing different regexps for URL: https://mathiasbynens.be/demo/url-regex

@kanghj - It has 100% test coverage - It is so simple - Updates to basic libraries normally do not come that often I would recommend anyone to use it...

Confirmed this issue still in v0.27.5 One of my team member is hesitating because of this. Would like to see it fixed.

> I made an implementation that is working You can access at: https://github.com/gabriel-del/slidev All feedbacks are welcome This no longer works with `@slidev/cli v0.32.3` as it fails to resolve package.json...