James Yang

Results 73 issues of James Yang

I have a problem when use combine: ```js const sum = (...args) => args.slice(0,-2).reduce((acc,f)=>acc+f(), 0) const arr = Array(3).fill(1).map(flyd.stream) const result = flyd.combine(sum, arr) result.map(console.log) arr.push(flyd.stream(10)) // how to sum...

Instead of D3 graph, it's greate to have a table view or bar view as an option. Anyway, awesome lib!

When using `scopeBehaviour: 'global'` for below css rule: ``` css body:global(.noselect){ user-select:none } ``` The `:global` part is not removed, which result in invalid css selector.

When many FRs in the list from different repos, it's better to highlight current repo/branch items, to make it more current repo/branch focused. Or maybe just display the repo/branch info...

enhancement

## Expected Behavior URLSearchParams is supported since Chrome49, although IE don't support it, but it is already [standardized](https://url.spec.whatwg.org/#interface-urlsearchparams). Also in Node 10, [The WHATWG URL API is now a global](https://github.com/nodejs/node/commit/312414662b),...

Type: Enhancement

The docs of API: https://modernizr.com/docs#modernizr-api May have wrong text with CSS class/JS property below: "animation" -> "webanimations" ? "csshairline" -> "hairline" ? "directory" -> "fileinputdirectory" ? "webp-lossless" ->"webplossless" ? "atobbtoa"...

I'm using this lib [cssobj](https://github.com/cssobj/cssobj), it's creating CSS rules from JS. Is it possible to transform between 2 CSS Rules from JS? ``` js // class in JS using cssobj...

**Is your feature request related to a problem? Please describe.** In `vim` editor, there's some cursor navigation functions: [a] '. : Jump to last modification line. [b] `. : Jump...

Feature Request

Tramp mode to `/ssh:host:/root`, then `M-x term` open terminal mode window, then want to change to other window using key `C-c o`(the prefix changed to C-c in term mode instead...

stale

I'm thinking of cssobj 2.0, the wish lists: - [ ] bug fix (e.g. [$extend](https://github.com/cssobj/cssobj-plugin-extend) not updating) - [ ] drop IE 8 - [ ] drop intros - [...