Gert Goet

Results 31 issues of Gert Goet

Following should be accepted: $ deps-try -d/--debug Together with a logical (announced?) place to store the file.

No better way to start a REPL-session than a good quote. > Almost all new ideas > have a certain aspect of foolishness > when they are first produced >...

Currently selecting is helpful to create tailored schemas: ```clojure (ms/select Person ^:only [:name :age {:country [:iso]}]) ``` But when used to generate data you often may want to set the...

### Motivation / Background When using test_unit and running `rails generate`, then the following test_unit generators show: ``` TestUnit: test_unit:authentication test_unit:channel test_unit:generator test_unit:mailbox test_unit:plugin ``` When using another framework (rspec,...

railties

Recent JRuby builds were failing with errors "Error: Unavailable version 9.2.21.0 for jruby on ubuntu-24.04". This PR ensures JRuby uses ubuntu-22.04. It also prunes builds for CRuby 2.5 and 2.6.

This enables a clean and clobber task to help cleaning up any file created using the ragel namespace. ```shell ❯ be rake -T rake build # Build a gem file...

Following the [Ruby Compatibility](https://github.com/mikel/mail#compatibility) policy, we can have 2.7 as the minimum Ruby version (as it's the [second eol version](https://www.ruby-lang.org/en/downloads/branches/) of Ruby).

This PR gets rid of errors being shown on install when commands are missing (ie aspell missing): ``` $ curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh % Total % Received % Xferd...

Bringing docs in line with what (and in what order) rc files are loaded: - `$HOME/.config/irb/irbrc` is only considered when `XDG_CONFIG_HOME` is not set. - loading of irb.rc was removed...