Jan Lohage
Jan Lohage
Made async work in https://github.com/j2L4e/expr-eval/tree/async It passes the original test suite but as you said, it basically required copying the whole thing, so I just changed it to all-async for...
I can confirm this on 38.0.2 `NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref] Source: resource://firetray/FiretrayHandler.jsm Line: 510` When I close the window I get `ERROR firetray.FiretrayWindow unknown window while...
How bout providing a way to add metadata to hook functions? That way some stuff could be evaluated at chain construction time rather than everytime the hook is run. E.g:...
I'm aware it's not the best example, because sync/async is detectable at runtiem with negligible performance impact. Just food for thought.
I had to extract lots of formulas from a sheet. Didn't care for the values, but for the logic. I didn't find a builtin way to get formulas that depend...
Here you go (https://jqplay.org/s/nGtqx7eMzsm): ``` [.content_metadata.chapter_info | .. | arrays[] | del(.chapters)] | sort_by(.start_offset_ms) ``` find all arrays within chapter_info recursively, delete the nested "chapters" arrays, then sort the chapters...
Had a similar issue where this happened on creation of the textarea. Leaving this here as it seems related. The measuring process temporarily adds a hidden clone of the textarea...
It still works with any version < beta 13
You also need to choose if you want to switch or merge. e.g. classic pagination vs infinite scrolling. How about this: ```js find(params$, merge = false){ if(isObservable(params$)){ return merge ?...
http://pieroxy.net/blog/pages/lz-string/index.html