Qimat Luo
Qimat Luo
## 🚀 Feature request ### Current Behavior No this function. ### Desired Behavior ```ts export declare const fromIOOption: (onNone: Lazy) => (fa: Option) => IOEither ``` ### Suggested Solution Add...
## 🚀 Feature request ### Current Behavior State typing returning mutable array. ### Desired Behavior FP style recommend immutable. ### Suggested Solution Add readonly on the return type. ### Who...
1. prefix + [ 2. kvb (vi mode to select last word) 3. Y (shift y) It works to auto paste my selected text to the command line. But the...
**Is your feature request related to a problem? Please describe.** I love RxJS too, and absolutely agree the concept of your design, everything is stream, no matter it's HTTP or...
I created a simple button without any style. But it will get style override by \, which is looks like the "copy" button in another section.  The \ should...
This PR fixed the problem https://github.com/vuejs/vue-rx/pull/143 But install by github url will not build code automatically. Hope we can get the fix on npm soon.
Can I toggle the current terminal to full screen? If I can split, resize ...etc in nvim, then I don't need to install tmux.
I installed this library and run the example code in readme, but get faild. ```bash lua: /usr/local/share/lua/5.1/jsonschema/init.lua:161: bad argument #1 to 'load' (function expected, got string) stack traceback: [C]: in...
**Is your feature request related to a problem? Please describe.** I'm working on RxJS, which also use the TestScheduler provide from RxJS. But there is a limitation when I use...