Samuel Grigolato

Results 12 comments of Samuel Grigolato

I'm taking a look at the conversion procedure, and was able to somewhat get things in the right direction (i.e. there seems to be 2 new hit_classes in the new...

My cents: 1: configurable, below by default. 2: showing by default. 3: +1 monospaced, will ease the math and developers tend to prefer monospaced fonts anyway =]. 4: nice feature!...

I'm thinking of implementing the following items as a first contribution: - Add config file support, defaulting to "~/.doserc". [which file format? python code?] - Add a timer box, below...

Is there any way to make a wx.StaticText component "stretch" the text until it fills the parent panel? I did some research but had no luck (it works only the...

This script did the job well, thanks! =]

For reference, this command works just fine: > dose "dir \"C:\Program Files\""

As a result of @danilobellini 's review, I'm going to do some changes on this code: - Move the args bootstrap from `main_wx` to `main` - Avoid the join/split args...

After some digging into [click](http://click.pocoo.org/), it became clear that the work being done was not necessary and probably just reinventing the wheel. I'm proposing a new approach, a lot simpler...

Now we are warning the user instead of breaking backward compatibility. Whenever one try to use dose using old-style call syntax, we issue a console warning and bypass click's cli-args...

I did a little more work on this code: - Updated CHANGES.rst - Fixed sys.argv dash testing conditional (startswith instead of index lookup) - Removed unnecessary `_main` delegate function created...