Piping

Results 20 issues of Piping

Hi Evan, - My programming background is imperative programming language. - I want to learn Elm because somehow I found that elm is ranked first for which functional programming to...

Hi, From the api, it was not clear to me how to get a subset of screen. For example, I want to a bounding box 200x200 px captured at the...

Hi, Is it possible to utilize the cquery language server (which uses the clang as well) to provide c++/c semantic highlighting? Right now I have three copies of clang in...

9550配置: 4K + 512G Nvme SSD + i7 当前使用voodooHDA2.8.8,可以显示出耳机,HDMI,耳机接口. 但是耳机和HDMI都没有音频输出. 使用MacBook Pro 13,3 SMBIOS. 之前是不能输出HDMI视频,修改AppleGraphicsDevicePolicy.kext添加自己的board-id+none以后有视频输出. 使用VoodooHDA之前做了下面这些事情: - disable config.plist AppleHDA #1-#7 - remove ACPI/Patched/SSDT-ALC298.aml - remove CodecCommander.kext - remove aDummyHDA.kext...

Hi, It is awesome to find such an interesting paper/project for rigorous performance evaluation. I have one question regarding to the randomization effect. If programmer manually specifies some parts of...

How to know if I have correct version for libcalng and compatible python binding?

![image](https://user-images.githubusercontent.com/12042284/51079017-77985480-1674-11e9-891d-10040a051007.png) Hi, I am wondering which initialization option I should use to setup cquery.

Hi, is there a plan to support input method on linux for iced application? The current state of iced example looks like this: The input method (fcitix)'s panel does not...

feature
text
shell
accessibility

Hi, I really like elm-lang and while searching on the issue I did not found out any issue regarding to internalization (i18n) or localization for the ELM. Any plan for...

Hi, I wonder how could I provide my own trigger to use it with language server. I have tried ```vim let g:completor_cpp_omni_trigger = '(\.|->|#|::)\s*(\w*)$' ``` But it does not work!...