Piping

Results 34 comments of Piping

It is great to look at comments to get the big picture. I am used to `gdbserver ` and `gdb -ex 'target remote '` relationship. From what I have read,...

@jeaye in my humble opinion, if color_coded can add an options for using cquery-clang (the clang compiled by cquery) that would be great already! YCM just seems too huge for...

@deatharvest - /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/ - 进入此文件夹编辑info.plist文件,ConfigMap下添加或替换当前SMBIOS board-id并且将字符值替换成none

谢谢!!! 我现在用[链接](https://github.com/darkhandz/XPS15-9550-Sierra/issues/18#issuecomment-270047822)]里的AppleLAC,耳机可以用了,但是没有HDMI音频输出. 我现在试试你的kext. 对了,smarttouchpad 4.7.Beta5 版本可以支持5指手势.自己修改info.plist可以自定义手势.还不错.

我试了你的第一个方案,修改版AppleHDA.kext+CodecCommander+SSDT-ALC298.aml, 内置mic有声音这挺好的,但是耳机声音变得很奇怪,听音乐有爆破杂音,会是SSDT的问题么? HDMI音频看起来是实现不了了,关系不大.

鱼和熊掌不可兼得啊,内置mic还是蛮重要的,但也只好先这样了. 多谢!

使用issue #18 里面提到的Pin Config data,制作了一个内置mic可用的AppleLAC.目前没有遇到卡开机. [AppleALC.kex内置mic可用.zip](https://github.com/darkhandz/XPS15-9550-Sierra/files/753598/AppleALC.kex.mic.zip) 放在Clover kext即可,没有使用applehda patch,codecommander,SSDT.

@addisn 我把CC,SSDT都移除了,Config.plist里面的apple patch disable. @darkhandz 我目前Output 耳机和内置声音切换自如,内置mic有效,我没有外置mic,所以没法测试切换情况.我认为mic是不能自动切换的. @ImmortalLeaf 我把voodooPS2Controller移除后使用的smarttouchpad. 我的四指,五指手势都可以用,但是原作者的配置比较奇葩,文档也有些错误.有些功能是用键盘快捷键设置的,需要在键盘快捷键里设置.,你看看我修改的文档配置. 我把自己的配置上传,你可以试试. 把info.plist替换到kext里使用,重启生效. [Features Documentation.rtfd.zip](https://github.com/darkhandz/XPS15-9550-Sierra/files/759797/Features.Documentation.rtfd.zip)

@ImmortalLeaf 我上传的是我的手势配置+说明文件

@Cosson2017 use vim's default functionality `equalprg` , `formatprg`, `formatexpr`. For example, for c/c++, install `clang-format` and put the following code in `.vimrc` ```vim if &ft == c setlocal formatprg=clang-format\ --style='Webkit'...