boybeak

Results 8 issues of boybeak

图比较小,即便是不执行压缩流程,也应该向目标路径复制一份原图吧。为了与大图流程一致。

I download the resources and put the folders under resources/assets, then edit the gulpfile.js file as below: ``` elixir(function(mix) { mix.less('bootstrap-markdown.less'); mix.styles('bootstrap-markdown.min.css'); mix.scripts('bootstrap-markdown.js'); mix.sass('app.scss'); }); ``` After this, run gulp,...

`Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/floyd", line 11, in sys.exit(cli()) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File...

**MEDIA_INFO_BUFFERING_END** and **onBuffering** event is never called in `onInfo` callback before `start` called. Once `start` called, the events happened.

我看过了 #59 这个issue中的描述,有以下代码: ```c void connect_tcp_send(hloop_t* loop, char* ip, int port, char* message) { hio_t* client = hloop_create_tcp_client(loop, ip, port, on_connect, on_tcp_close); hio_write(client, message, strlen(message)); hio_close(client); } ``` 希望达到的效果是,建立连接,发送`message`,然后立马断开连接。 但是实际上这样调用是做不到的,或者说是不能每次都把`message`发到服务端的,只有在`on_connect`中执行`hio_write`才可以,而且执行`hio_write`后,还不能立马调用`hio_close`,不然还是会收不到。按照...

I want to import some public functions from another js file. But an error `Cannot use import statement outside a module` happened. How to fix this?

系统版本Android 9.0,存在扫码跳转后相机不释放的问题。

On macOS, showing an indicator when switch between tabs may be better. An example as below: [Material design style tabs](https://firebasestorage.googleapis.com/v0/b/design-spec/o/projects%2Fm3%2Fimages%2Flasu10ez-3P%20-%20Anatomy-%20Active%20Indicator.mp4?alt=media&token=d054969a-303d-4424-836a-b39b0831abc5)