This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Prem Sichanugrist
sikac.hu
did:plc:3tzumo4pqanp2ymkmlojgz35
Somehow I thought I could get away without setting explicit receiver variable for rescue in Ruby, e.g.
?> begin
?> raise RuntimeError
?> rescue RuntimeError
?> puts it.class
>> end
(irb):9:in '<main>': undefined local variable or method 'it' for main (NameError)
2025-02-14T04:48:40.547Z