tsanz

Results 7 comments of tsanz

The argument `--user 0` seems wrong. I tried: ``` > adb shell dumpsys activity service com.afwsamples.testdpc clear-device-owner SERVICE com.afwsamples.testdpc/.DeviceAdminService d234e12 pid=(not running) ``` Service is not running. Then I tried...

本地浏览当然直接localhost啊,硬编码进去都没问题,还要搞到个局域网地址再连岂不是多此一举

没有PR,今天刚从知乎找过来。我一看连的是个IP就猜到有这问题。等我有空研究下

Hi, could anyone take a look at [my solution](https://github.com/e792a8/zola/commit/088ca62bc53e4f89ec0f2a9a8c111775927bbce8)? It utilizes `grass_compiler::Options::add_custom_fn()` and then we just call in Sass `$cfg : zola-config();`. No need for any extra files. If anyone...

Yes, as grass does not expose some types (Builtin, Value, etc.) required for add_custom_fn. [ref](https://docs.rs/grass/latest/grass/struct.Options.html#method.add_custom_fn)

[This fork](https://github.com/Nick11453/SimpleMathJax) works with me. Have a try.

Aren't there any ways to wrap the content half in some kind of container, like minipage, or any hacks inside `config-page`, so that the configs only apply to this half?