白月秋见心

Results 17 issues of 白月秋见心

提供一个可以转出图片的函数,但是转出来的图片会模糊,暂时不知道怎么解决 ```golang func (p *Page) Convert2Image() image.Image { // Render the PDF file width, height := p.Size() surface := cairo.NewSurface(cairo.FORMAT_ARGB32, int(width), int(height)) pattern := cairo.NewPatternForSurface(surface) pattern.SetFilter(cairo.CAIRO_FILTER_NEAREST) defer pattern.Destroy() _, drawcontext...

https://github.com/Stanback/alpine-samba/issues/3

修正 https://github.com/wklken/k-vim/pull/346 的错误 https://github.com/w0rp/ale/commit/191967cfeec78f3ba83d999462fe6e45e4f4c8de#diff-89fcb160c54b00efbfe4cde9e743ca22 ```vim " remove in 2.0 if exists('g:ale_python_flake8_args') && !s:deprecation_warning_echoed execute 'echom ''Rename your g:ale_python_flake8_args setting to g:ale_python_flake8_options instead. Support for this will removed in ALE 2.0.'''...

Support proxy

对应文档:https://iot.weixin.qq.com/doc?page=5-1

### Contributor checklist - [x] I have read the CONTRIBUTING.rst - [x] I have tested my contribution on these devices: - [ ] My contribution is ready to be merged...

![image](https://user-images.githubusercontent.com/10618381/84469964-d4a69880-acb4-11ea-95b5-7a4b07bb2179.png)

bug