-
It would be really nice to have an AST that was a tree with `~`. This would have countless advantages, like the ast-fold could consume the AST and only allocate if it is actually creating a new node, …
huonw updated
10 years ago
-
There are a number of issues discussing documentation for Julia code (#762, #1619, #3407), but I'd like to separate this problem into two very distinct issues:
1. Associating text from source files – …
-
```
$ npm install node-sass
\
> gaze@0.6.4 install /home/niko/sasstest2/node_modules/node-sass/node_modules/gaze
> node-gyp rebuild
make: Entering directory `/home/niko/sasstest2/node_modules/node-sa…
nsams updated
9 years ago
-
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=174) created by **jvdneste** on 2009-05-25 at 02:34 PM_
---
As a suggestion; I find it quite useful!
/**
\* return…
-
This proposal resurrects discussions #260 and #319, which were both full of good ideas but which unfortunately did not converge. I'm choosing the open a _new_ issue rather than continuing either of th…
-
Reference: https://github.com/rubyspec/rubyspec/pull/278
In MRI irb:
```
2.1.1 :001 > class ArraySubclass < Array; end
=> nil
2.1.1 :002 > a = *(ArraySubclass.new([1,2]))
=> [1, 2]
2.1.1 :003 > …
-
It seems clear that the project could benefit from using a CSS preprocessor in order to minimize redundant code and sync issues, and to give developers a clean way to customize and extend.
The big qu…
-
From @DesignByOnyx
I have finally gotten around to testing this and wanted to post my initial findings. I have been using the alpha version less-1.4.0-alpha.js on the client-side only (no command lin…
-
Hi,
I'm experiencing memory leaks since I started to use gmongo.
I read few mailing list post that you already identified and fixed a memory leak in v.0.7-0.8
The Eclipse Memory Analyzer identifies…
-
To support the different notions of how JSDoc (or type hints in general) should look like, it would be beneficial if we could follow the plugin pattern for this.
I realize that it should be possible …