Henry Zhu
Henry Zhu
time flies~
🤔看到发布的 pipeline 里有灰度的过程,如何处理 migration 的问题呢?
是不是原则上只能做向下兼容的数据库变更,不然有时候回滚也会有问题,不知道你们的最佳实践是什么
+1 same issue here
Same error. ``` Starting debug for 'Ulysses' [2018-06-07 14:29:46][ERROR: input.scriptfilter] Code 1: 14:29:46 workflow.py:2225 DEBUG Workflow version : 1.0.3 14:29:46 workflow.py:1628 DEBUG Reading settings from `/Users/henry/Library/Application Support/Alfred 3/Workflow Data/com.github.robwalton.alfred-ulysses-workflow/settings.json` ......
Solved by this command in Ubuntu 16.04: `apt-get install -y ca-certificates`
```javascript function getViewModel (mask, locale) { const model = Array.isArray(props.modelValue) === true ? props.modelValue : (props.modelValue ? [ props.modelValue ] : []) if (model.length === 0) { return getDefaultViewModel() }...
Hi @groetg thanks for raising it up, would you like to create a pull request? 🙂 Here is the hardcoded umami analytics script: https://github.com/daya0576/beaverhabits/blob/d54ecbd51c58b1f848dfa2b5f7f8ff027c13a7db/beaverhabits/frontend/layout.py#L52-L55
Hi @JiangLongLiu , thanks for reaching out. That's a great suggestion, and I will definitely implement this feature.
@ocean-haiyang Not yet, this feature requires a new habit type to record additional information, such as how many hours are spent today.