Postmodern

Results 391 issues of Postmodern

Add a `ruby_build_dir` variable to replace `$src_dir/$ruby_dir_name`.

fetch is the BSD equivalent to wget.

feature
bsd

Add a `bug_report.sh` script for gathering system information for bug reports. Should collect OS version, which package manager and versions of dependencies.

feature

[mruby](https://github.com/mruby/mruby#readme) is not really designed to be installed globally on the system, but configured and compiled into projects.

mruby
discussion

Since we use the jruby-bin tar balls, --patch does not work. We should figure out how to compile and install jruby.

enhancement
jruby

There needs to be a way of enabling SSL connections, so that information is not leaked in the clear on hostile networks (such as any cafe's wireless network). ``` configure...

There should be event hooks for when other users join/part a channel the bot is currently in.

I also had a custom clause amended to my Consulting Agreement Contract. It essentially secures my rights to any work tangentially related (a bash script I wrote to automate some...

I noticed that failure `Result` objects have `ERROR:` hardcoded into their message. How errors are formatting or printed should be left up to the user or some `print_error` method that...

feature

`Digest::RMD160` appears to be missing? ## Steps To Reproduce ```shell truffleruby -r digest -e 'p Digest::RMD160' ``` ### Expected Result ``` Digest::RMD160 ``` ### Actual Result ``` -e:1:in `const_missing': uninitialized...

compatibility