Michael Zimmermann
Michael Zimmermann
this fixes #51
- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...
- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...
I get this error during compile: `drivers/cpufreq/cpufreq_ondemand.c:179:27: error: conflicting types for 'get_cpu_idle_time' In file included from drivers/cpufreq/cpufreq_ondemand.c:17:0: include/linux/cpufreq.h:320:5: note: previous declaration of 'get_cpu_idle_time' was here` I use the cm11 toolchain...
Chrome now shows the following warning in the extensions list: Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.
It would be great to have such a method so the FAB can be displayed on the Toolbar. Also it would be great(I didn't try it yet), if a change...
you're implementing unix-style print functions using UEFI's Ascii print functions. That doesn't work because unix uses %s for ascii strings while UEFI uses %s for unicode strings.
This Pull Request fixes/closes #1017. This is a simple implementation that works really well according to my testing. It may need some improvements like an UI indicator for both the...
Apparently cross-compiling fscrypt doesn't work: ``` $ env GOOS=linux GOARCH=arm make go build --ldflags '-s -w -X "main.version=v0.2.3-30-g0f451a7" -X "main.buildTime=Sat Sep 1 23:10:04 CEST 2018" -extldflags ""' -o bin/fscrypt ./cmd/fscrypt...
Right now it's expected that the user adds `CMAKE_CURRENT_BINARY_DIR` to the include path which I find kinda hacky and error prone. There should be an argument to `NANOPB_GENERATE_CPP` to change...