-
The title isn't great but it's actually pretty easy to understand by example.
Those are the same:
``` css
li:nth-child(3),
:first-child + * + li {
same: thing;
}
:nth-child(2),
:first-child + …
-
Trace:
```
/var/lib/gems/1.9.1/gems/puppet-lint-1.0.0/lib/puppet-lint/plugins/check_whitespace.rb:124:in `block (2 levels) in check': undefined method `each' for nil:NilClass (NoMethodError)
fro…
-
So this is an odd issue, I hope you're sitting down :)
When I download tag `4.3.0` from the [Releases](https://github.com/makeusabrew/bootbox/releases/tag/v4.3.0) page I get [source code](https://gis…
-
We have stashing somewhat implemented. However it does not work as unstashing appends to the mailbox queue instead of prepends.
``` c#
public virtual void UnstashInternal()
{
...
EnqueueFirst…
-
Initially I had proposed the LeastAuthoritarians repository and its issues were for "employee stuff" including technical stuff like "buy Bob a new laptop" or "give Alice a github account".
However, a…
-
If you check out this version, jack_in into a project and type anything it returns
```
NoMethodError: undefined method `process_line' for #
from /Users/tomassvarovsky/.rvm/gems/ruby-2.1.2/gems/pry-0.…
-
Hi Alex,
I've _almost_ got filtering working by subscribing to the `Network.select` event, but I'm a little confused about the `edges` parameter which is passed. Is this only the edges which go 'from…
-
Add to documentation how do a local machine setup. So running coordinator/agent/workers locally.
-
I have problem in my hosting, becouse I haven't ssh, for Yii is something like online web shell and for many hostings this will by ideal solution (there is Yii webshell: http://www.yiiframework.com/ex…
-
How can I display a tooltip only at the top, but not at the bottom, or only at the right, but not at the left.
If this is not possible at the moment, please prompt where I can make the dependence on t…