Naomi Rose

Results 34 issues of Naomi Rose

A list usually ends up like this: ``` 1. A 2. B 3. C ``` Which ends up with weird formatting (`` elements around the list items) when converting to...

I get this: ``` `module ListComprehension` ` def c(comprehension)` ` parts = comprehension.split(' ')` ` if parts[0] == parts[2]` ` eval(comprehension.scan(/\[.*\]/).last)` ` end` ` end` `end` ``` But I should...

Here's an example: ``` [this article](http://www.google.com/url?q=http%3A%2F%2Fwww.stavros.io%2Ftutorials%2Fpython%2F&sa=D&sntz=1&usg=AFQjCNHYROYMTY1rv3hrdYcchdGK4bsc4w) ``` This should be: ``` http://www.stavros.io/tutorials/python/ ```

Is there a way to save a library function or script that is available in all docs. I don't want to have to go through this whole process for each...

opening this to start a discussion what would you think about adding a parallel execution to this tool? I'm guessing main file loop could be done using threads I'm not...

enhancement

I would like to preserve date created and date modified when cropping images

important

opening this issue for my future self it would be neat to implement a `--recursive` feature

enhancement

After https://github.com/leblancfg/autocrop/pull/40 I would like to add a `--no-clobber` option that checks for the existence of a file in the output or reject directories before moving and skips the operation...

enhancement

You might be able to use the `file` command for determining this.

It would be easier to use if the script were able to listen to the port itself. This might require calling itself recursively. But the appropriate functionality can be switched...