Postmodern
Postmodern
Crystal does not currently support an equivalent to [IO.winsize](https://ruby-doc.org/stdlib-2.6.3/libdoc/io/console/rdoc/IO.html#method-i-winsize). We may have to add it as an extension to `LibC` (ex: [ioctl.cr](https://github.com/postmodern/ioctl.cr/blob/master/src/sys/ioctl.cr) and [C equivalent](https://gist.github.com/sbz/4ba35bdaf51629216dbce84636a4cccf))
I think this might be a rake or rubygems error. The ENV variables it's passing to rake are not quoted, so they are being implicitly split into multiple arguments because...
I cannot reproduce using stock ruby-2.5.9. It is interesting that it found `/usr/share/rubygems-integration/all/gems/rake-12.3.1/exe/rake` but it cannot execute the file? Can you run the `rake` command or specifically the `/usr/share/rubygems-integration/all/gems/rake-12.3.1/exe/rake` file?
+1 Or roll your own HTML builder using `CGI.escapeHTML`.
Using edge successfully for now.
Putting a `return` on the last line of a method is valid Ruby code. I don't think Mutant should be enforcing style :P Maybe it should check if the return...
Can you share the nmap command-line option flags your using to generate this XML output? I downloaded and built locally nmap-7.92 and cannot reproduce this using `-PE` or `-P0` with...
I would also suggest submitting a bug report to zenmap so this can be fixed at the source. They should filter out empty values from their attributes.
Did you test this? Googling around it says the default `indent_size` for markdown is 4; not sure if that's only for indented code-blocks where each line has to be indented...
Note that ffi-hunspell 0.6.0 is out which added `Dictionary#add_dic` support for adding additional dictionary files to an existing dictionary, but requires a path to the dictionary file.