Tyler Liu

Results 28 issues of Tyler Liu

I like KSTabview, it's beatiful and just works. A feature I am missing is : make the tabs closable. Just like a web browser tab. Add a small close button...

Check the change history of `lib/position/bk.js` file: https://github.com/dagrejs/dagre/commits/3d538f0dbfe4ad5735c88efee22af0994441c898/lib/position/bk.js ![image](https://user-images.githubusercontent.com/733544/36083317-03009a36-0fec-11e8-9b21-021b828a5998.png) 1. Tried to migrate to lodash 4 1. Found a failed test, tried to fix it by editing `pass1` and `pass2`...

```ts compilerOptions: {rootDir: '.', outDir: 'build'}, ``` https://github.com/google/gts/blob/master/src/init.ts#L239 The config file should be minimal. It should not contain configurations which are not necessary. Every time I run `gts init`, I...

type: question

```js const fs = require('fs'); const FormData = require('form-data'); const formData = new FormData(); const arrayBuffer = new Uint8Array(fs.readFileSync('/Users/.../test.png')).buffer; formData.append('files[]', arrayBuffer, { filename: 'test.png', contentType: 'image/png', }); ``` Error: ```...

I use https://ant.design/ a lot recently. I come across uiw and it seems promising. Could you please explain the pros and cons of uiw, comparing to ant design?

我看首页的badge只提到了iOS。 macOS, tvOS, watchOS 能支持吗?

Current the query timeout is hard-coded: https://github.com/sosedoff/pgweb/blob/master/static/js/app.js#L57 The feature request is for adding the following command line option: ``` --query-timeout= Set database query timeout in seconds (300) ```

I tested it in an Android app web view. It tell the user that "calling with browser is only supported on Chrome". Problem is: it still asks for Android audio...

enhancement

4390 is for botkit only I guess. In the doc, we should make it a variable. And tell user it should be the port number of local http service.

I created a test app here https://github.com/tylerlong/ringcentral-webrtc-test There are two version: - Browser WebRTC: https://github.com/tylerlong/ringcentral-webrtc-test/blob/d721744b74afcdf398359743b0848ade0d5f982d/src/app.tsx#L21-L24 - werift WebRTC: https://github.com/tylerlong/ringcentral-webrtc-test/blob/d721744b74afcdf398359743b0848ade0d5f982d/src/test-werift.ts#L14-L17 For the two versions, almost everything is identical, except the the...