Bo Yao

Results 65 issues of Bo Yao

Having this as part of my config: ``` IdleMachines uint64 `yaml:"idle_machines" default:"2"` ``` and in config.yaml if it's ``` idle_machines: 3 ``` It has effect But in config.yaml if it's...

One of homepage example: https://explainshell.com/explain?cmd=for%20user%20in%20%24%28cut%20-f1%20-d%3A%20/etc/passwd%29%3B%20do%20crontab%20-u%20%24user%20-l%202%3E/dev/null%3B%20done The `crontab -u ...` should be group together

msys2 is currently official way to install GNU Emacs on Windows, and l think Lisper's prefer msys2 than a plain cmd based env on Windows for two reasons: 1. msys2...

windows

I remember that there were gtkairo and graphicforms backends for McCLIM. If I want to write a new backend wrap native windows api to enable McCLIM to run under Windows,...

question

Recent emacs 25.3, most recent auto-complete in melpa. Adding ac-source-semantic but it still doesn't work: ![image](https://user-images.githubusercontent.com/13259400/34912873-85add7ee-f8ba-11e7-98f4-ed9e17c2b7b2.png) My semantic settings should be correct as company with that works fine: ![image](https://user-images.githubusercontent.com/13259400/34912872-6ea1f9fe-f8ba-11e7-9cbf-2b91e3923f35.png) Can...

help wanted
good first issue

CPU older than Intel Haswell (e.g. sandy bridge and ivy bridge) doesn't have avx2. Currently rust-rocksdb doesn't provide an option to compile it without avx2. rocksdb itself has a PORTABLE...

A quite silly problem that takes me nearly one hour. I found all the worker for phear.js is crashed. The reason is I didn't put phantomjs in path, which is...

Currently we can't do much to affect how `derive(BorshSerialize, Deserialize)` works besides `borsh_skip`, however one case is very useful. Consider this big structure in wasmer: ``` pub struct ModuleInfo {...

As described in #83. They're more all less implemented but we want to fully test them and fix bugs encountered during test

After #84 or better after #85 , Compile either borsh-rs or borsh-c to a static library, link it with a c library, test it's working on a ledger device