Adam

Results 10 comments of Adam

I was thinking adding another input box to the top here to sort the list: ![image](https://cloud.githubusercontent.com/assets/4655972/22023039/8e5f92b4-dc92-11e6-9014-29bd91b5756f.png) Maybe add another option to sort colors by similarity to color inputted: ![image](https://cloud.githubusercontent.com/assets/4655972/22023073/aebce6d8-dc92-11e6-8f1e-fc09a2a1b8f3.png)

Got around this with the following workaround on my self hosted runner (grabbed the list from here https://stackoverflow.com/questions/58134793/error-while-loading-shared-libraries-libnss3-so-while-running-gtlab-ci-job-to): ```yaml - run: | sudo apt-get update sudo apt-get install -y libgconf-2-4...

So it seems like there is some internal priority here. I've gotten pretty decent results with sorting the lists by dom depth as a workaround: ```typescript this.connectedDroplists$ = this._connectedDroplists$.pipe( debounceTime(16),...

@starsy Thanks for this! Are you planning on supporting this fork of Karabiner in the foreseeable future?

If you're working with https://github.com/AngularClass/angular-starter, you can drop this polyfill into the dev portion of polyfills to get this working: https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove#Polyfill ``` // from:https://github.com/jserz/js_piece/blob/master/DOM/ChildNode/remove()/remove().md ((arr) => { arr.forEach((item) => {...

This has been the best vim implementation I have ever used. I believe this particular vim implementation should be abstracted so that it can be consumed on any JS based...

It's unfortunate that atom-ide is no longer being supported by Facebook. That said I've found a combination that gives me close to a VSCode type experience with TypeScript. Hope this...

Thank you @julianhille. The drop-in worked perfectly. For anyone googling... Our CI server had these messages: ``` node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404):...

Also noticed the output above for :not uses the selector list argument feature of :not which is introduced in css4, but not well supported yet. Maybe some folks running into...

Thanks for digging in! Can confirm that recompiling fleece after changing that value that it does work: ``` ./fleeceTool --encode 49.json | hexdump -C 00000000 70 01 41 61 00...