Results 33 comments of calfzhou

我是手动先下一份,放在对应的本地目录,启动好了再更新或者让它定时更新

facing the same issue on my first day of using Superset 🥲 re-run `superset init` fixed it :-p

或者能不能直接把数据和样式拆开,单独用一个 yaml 文件维护数据,html 里通过 js 渲染,就省的每次都改 html,也不用非得用其他人做的各种带后台的版本

+1 all dark themes are hard to recognize inline code and code block.

I'm using Joplin for Desktop 2.8.8 on Mac OS. It's strange. I reinstalled the desktop app, now it looks good. I guess it might caused by the `macOS theme` plugin,...

Ah, I find the root cause. When i use `Source Code Pro` font for monospace, the color changes ... Now I removed custom font setting.

this might work: ``` on alfred_script(q) set argv to extract_argv(q, "|||||") set proc to item 1 of argv set tabIndex to item 2 of argv as integer set windowName to...

Facing the same issue: Mac OSX 10.9.2 SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0) OSXFUSE library version: FUSE 2.7.3 / OSXFUSE 2.6.2 ls - Device not configured umount - Resource busy...

Thanks @gtournie. I will try your method next time.

it can be exposed if a `documentation` is provided. Using ``` ruby ... expose :location, using: API::Entities::Location, as: :location, documentation: { type: 'API::Location' } ```