Jeff Gazso
Jeff Gazso
It looks like FreeBSD PowerPC 64 support was recently added to FreeBASIC by @lenoil98 via #290 and a lot of effort went towards solving endianness issues. Would it be possible...
Both `mutt` and `neomutt` support NNTP accounts, but it looks like mutt-wizard does not. Believe it or not, Usenet is experiencing a modest resurgence. This seems to be driven —...
## The Problem Raku uses `exit` to leave the interpreter. Muscle memory is a powerful thing and depending upon the language the programmer is coming from he may be used...
It would be nice if the interpreter ignored unnumbered lines that begin with the semicolon `;` character. This is most useful for embedding text editor pragmas shortly after the shabang...
It would be a fantastic if Rakubrew had an optional `--star-bundle` flag for the *download* and *build* commands that could automatically pull down the Rakudo Star bundle of modules at...
- What's the output of `rakubrew rakubrew-version`?: ``` $ rakubrew rakubrew-version rakubrew v37 Build type: cpan OS: linux ``` - Are you using rakubrew in `env` or in `shim` mode?...
## The Problem Rakudo should not place dot files or directories directly in the root of `$HOME` unless specified. Doing so violates the XDG Base Directory Specification. Yes, I've seen...