-
(follow up from thread #66)
@JavaLuigi - Hi Lugder,
About jChartFX licensing, I post the question in the forum
http://community.jchartfx.com/forums/p/178/458.aspx#458
I remembered that @paulbors sa…
-
Is there a particular reason while you would started your own promise library from scratch vs. leveraging the work of an existing one (like [q](https://github.com/kriskowal/q) or the very well-crafted…
-
```
RAILS_ENV=production rake assets:precompile
...
rake aborted!
couldn't find file 'evil-blocks'
```
I create vendor/assets/javascripts/evil-blocks.js and all compiled well.
Rails 3.2.17
sprockets…
nleo updated
10 years ago
-
I'm trying to generate a pdf with many JavaScript charts, and when I set redirect_delay over 3000 to generate all JavaScript plots (which should be ok), it gives me the following error message:
```
R…
-
Hi,
I think you have a bug in this command:
```
ruby -ne 'gets =~ /-(.*?)\.gem/; puts $_ unless $1 =~ /\w/' \
unverified.2_or_fewer_checksums.txt
```
the problem is that \w matches numbers as wel…