Stackie Jia

Results 42 comments of Stackie Jia

Try changing the startup type to "Automatic (Delayed Start)" and log on account to Local System to see if this would help. By default, "Automatic (Delayed Start)" will start in...

给A记录请求返回AAAA记录,显然不符合协议,所以未必所有应用程序的DNS解析器都能正确理解。不是很想打破协议来做。。 刚提交了一个 commit 把新增的“RequestOnARequest”选项改名成“ForceAAAA”,同时支持 Address 是域名的情况下强制 AAAA 解析。启用了 ForceAAAA 的规则,还是会继续缓存的(尽管缓存的是不符合协议的 DNS 消息)。

还没有,这里写的只是 todo...

是 Windows 环境 py 3.8 吧。几个要点: 1. django-meditor 安装失败,是由于它的 bug https://github.com/pylixm/django-mdeditor/issues/72 导致的。目前需要在系统设置环境变量 PYTHONUTF8=1 然后 pip install 可以解决 ![image](https://user-images.githubusercontent.com/5107241/77161987-e299b280-6ae5-11ea-809f-b734a9e27f1b.png) 2. 需要更新 pip 和 setuptools 到最新版,否则 mysqlclient 安装失败。`python -m pip install --upgrade...

Here is an alternative native module implementation, for those who need `maintainVisibleContentPosition` on Android now but don't want to maintain your own RN fork. ```java package com.yourapp; import android.view.View; import...

> @stackia Thanks for the [solution](https://github.com/facebook/react-native/pull/29466#issuecomment-664367382) provided. Is it okay if I use the code to publish it as npm package? It will be useful for other devs as well...

@0xDing Do we have to support rich text / [blocks](https://github.com/mashcard/mashcard/issues/316) in spreadsheet cells?

This issue depends on state management refactor https://github.com/mashcard/mashcard/issues/346, moved to backlog.

@Brickdoctor @ziyanchen327 @zaotang Could you provide some ideas about the text colors of different parts (variables, arithmetic symbols, function names, brackets, etc.) in the formula?