xcodebuild

Results 107 comments of xcodebuild

Sorry we don't have visual line supported at now, I have no idea about how to implement it.

@bigfish02 Please try reinstall your fcitx-remote-for-osx with ```shell brew uninstall fcitx-remote-for-osx brew install fcitx-remote-for-osx ``` then follow the setting in https://github.com/CodeFalling/fcitx-remote-for-osx#system-settings-for-general-method-only

In fact you can use `(set-face-attribute 'linum nil :height 100)` to have a constant height. But there is still some problem with org headline. This is about `nlinum` and I...

@Mlearn @dayudodo 请问有公开可复现的 repo 么,现在的 0.0.4 版本是否还会出现?

@Mlearn 可以提供一个最小复现么,我在你的 github 只看到部署后的文件

@Mlearn 非常感谢,我在 macOS 10.14.4 下下载你提供的复现代码后 `hexo s` 是没有问题的(即使我的文件夹在 finder 里都乱码了) ![image](https://user-images.githubusercontent.com/5436704/58925174-226ef380-8779-11e9-8736-08a56dc0e5fb.png) 怀疑和 Windows 系统有关,等我晚上用 Windows 电脑排查看看

换了台电脑发现是我 publish 错了代码,试一下 `1.0.0` 😢

antd 的 `less` 变量用 CSS Variables ,然后从配置文件中读取 CSS Variables 是否可行?

``` WHERE vss_search(text, vss_search_params(json("{searchQuery}"), 2)) ``` works

对于过长的规则内容其实可以直接移动到外部文件中,例如 ```js example.com /your/path/to/file ``` 这样外部文件的编辑和格式化等能力总是远好过 `iProxy` 的编辑器的。