7rans

Results 94 issues of 7rans

Something else that just occurred to me, considering you will be re-branding the project "Clockwork Orange": ``` thanksgiving = On { november & thursday & wday_in_month(3) } ``` Okay, "On"...

Switch HTML library from hpricot to [Nokogiri](https://github.com/tenderlove/nokogiri).

Switch markdown library from rdiscount to [Redcarpet](https://github.com/tanoku/redcarpet).

I do: ``` $ RONN_STYLE='./.config/ronn'; ronn -br5 --organization=PROUTILS --style='man,toc,center' --manual='Roll Manual' man/*.ronn ``` And get: ``` roff: man/roll-copy.1 html: man/roll-copy.1.html +man,toc,center /usr/lib/ruby/gems/1.8/gems/ronn-0.7.3/lib/ronn/template.rb:100:in `basename': can't convert nil into String (TypeError) from...

Hi, last night I finally reworked my the original TracePoint library to be compatible with Ruby 2.0's new rendition (as I mention in issue #65). It's not quite finished. Unfortunately...

I don't know if/when Ruby 2.0 features are to be added, but to that end I have the orginal TracePoint gem which I can donate to the project. I need...

patch needed

Getting critical error: ``` (benchgui:95622): GLib-GObject-CRITICAL **: 08:46:44.520: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (benchgui:95622): Gtk-CRITICAL **: 08:46:44.520: gtk_entry_set_text: assertion 'GTK_IS_ENTRY (entry)' failed (benchgui:95622): Gtk-CRITICAL **: 08:46:44.520: gtk_entry_set_text: assertion 'GTK_IS_ENTRY (entry)'...

bug
incomplete-gir
library compat

I read you post on this project. Very nice and thoughtfully expressed. Given your critiques, I would highly recommend you give Crystal (https://crystal-lang.org/) a try in this regard as well.

It's not good practice to put `tasks` in the `lib` directory. Anything in the toplevel of the `lib` directory indicates an ownership, meaning you should have registered the name as...

Have you considered joining forces with Construct project? I was looking at both Confstruct and Construct projects today and it seems that both projects have something to offer in the...