Daniel Heath

Results 83 issues of Daniel Heath

The following code loops forever in the latest version: ``` go package css import ( "testing" "github.com/aymerick/douceur/parser" ) func TestInfiniteLoop(t *testing.T) { parser.Parse(` @media ( __desktop ) { background-color: red;...

Could the RSS bee (and potentially others) have a way to keep track of which messages they have already seen (to avoid taking downstream actions multiple times)? It looks like...

Is the idea that you write a meta-dep for each set of params?

I'm seeing an issue where column names are: A) converted to lowercase (they are uppercase in the SQL) B) cannot be remapped in ruby code (without hacking around in the...

With python2: ``` $ btproxy BE:FF:20:00:97:52 AC:E4:B5:8C:82:42 Traceback (most recent call last): File "/usr/local/bin/btproxy", line 4, in __import__('pkg_resources').run_script('btproxy==0.1', 'btproxy') File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line...

a00d06cdcf05a2f5a817da78fcbfcd24c9b007f8 removes `p.py` but the Readme still refers to it. How should new users be connecting?

I have a webpack setup using postcss-modules. I have `some.css` containing `.hi { composes: red from './base.css';}`, and `base.css` containing `.red {color: red}`. If I make a change to `some.css`...

Currently if one tweet contains a link to another, following the link opens it in a browser. I think it'd be nice to open in-client. Thoughts?

New feature
No solution