Markham Anderson

Results 21 comments of Markham Anderson

A gentler version of this might be to provide an option in the vimium options page for users to define a list of css selectors that should be treated as...

@pkoppstein I've just built master (d18b2d078c2383d9472d0a0a226e07009025574f), and as you say, I can't reproduce it on master.

:+1: It's a problem for me too. I've just installed gsync, using pip, following the installation instructions on the [README](https://github.com/iwonbigbro/gsync/blob/master/README.rst). When I try `$ gsync drive://somepath/in/your/drive ~/some/local/path` (with my paths...

Alas, no solution but to write my own directive: **js** ``` angular.module('myModule', []) .directive('mySelect2', function(){ return { restrict: 'A', scope: { options: '&mySelect2', }, link: function (scope, elem, attrs) {...

Ok, I have a way, but it's a bit kludgy: **html** ``` ``` **js** ``` window.mySelect2Options = { ajax: myAjaxOptions, // pretend this is defined somewhere initSelection: function (element, callback)...

I understand that a similar PR is open: https://github.com/pauldreik/rdfind/pull/42. That PR has merge conflicts which must be resolved. Other differences between that PR and this one are: - https://github.com/pauldreik/rdfind/pull/42 passes...

Hello, @pauldreik. Would you have a look at this solution for issue #30 ?

Hello, @trollkarlen. Would you review this solution for issue https://github.com/pauldreik/rdfind/issues/30 ?

Hello, @mlissner . Would you review this solution for issue https://github.com/pauldreik/rdfind/issues/30 ?

> Sorry, am I the right person to copy this on, @entrity? Thanks for getting back to me @mlissner . I guess I don't know who has the ability to...