marwal-88
marwal-88
As far as I can tell.. and I have been searching.. there is no way to fetch command line arguments / options. The only ways 'in' to the language is...
### What happened? I'm using Manjaro and installed arkscript 3.1.3-1 from repo. It works.. unless I try import. (import "http.arkm") This single line is enough to send it into seg-fault....
### Describe the problem Initialising the spinner with `hide_cursor: true` will not hide the cursor. ### Steps to reproduce the problem ``` sp = TTY::Spinner.new(hide_cursor: true) sp.auto_spinn sleep 5 sp.stop...
I think Slop should support '-v:8' as well as '-v=8' and '-v 8' suggesting this change in parser.rb ```ruby ln:53 # support `foo=bar` orig_flag = flag.dup # if match =...
When modifying a game it would be great to be able to set foundation/base_cards freely. Now you can choose between Ace, King or Any. I would like to set it...
**Describe the bug** Namespace is messed up. **Software Version** Linux 6.16.4-2-MANJARO x86_64 Manjaro Linux 25.0.8 Obsidian 1.9.12 **To Reproduce** ```ruby module Fail @title = 'one' @note = 'two' end ```...