schneems (Richard Schneeman)
- Login: schneems
- Registered on: 11/09/2012
- Last sign in: 08/12/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 17 | 17 |
Reported issues | 4 | 22 | 26 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 08/19/2022 |
Like
Activity
08/18/2025
-
03:31 AM Ruby Revision 81360399 (git): [rubygems/rubygems] Introduce `bundle list --format=json`
- The `bundle list` command is a convenient way for human to know what gems and versions are available. By introducing ...
08/12/2025
-
05:11 AM Ruby Bug #21111: RbConfig::CONFIG['CXX'] quietly set to "false" when Ruby cannot build C++ programs
- > RbConfig::CONFIG['CXX'] to c++
I like that, a reasonable default. I think that's half the battle. Going the rest...
07/31/2025
-
02:56 PM Ruby Bug #21111: RbConfig::CONFIG['CXX'] quietly set to "false" when Ruby cannot build C++ programs
- I published this https://schneems.com/2025/03/17/installing-the-sassc-ruby-gem-on-a-mac-a-debugging-story/. I've had ...
11/15/2024
-
04:09 PM Ruby Revision 2a0f8d62 (git): [ruby/syntax_suggest] v2.0.2
- https://github.com/ruby/syntax_suggest/commit/e99b5ba287
-
04:06 PM Ruby Revision 3a547e25 (git): [ruby/syntax_suggest] Explain why class exists
- https://github.com/ruby/syntax_suggest/commit/8c36b0cb35
-
04:06 PM Ruby Revision 7969f679 (git): [ruby/syntax_suggest] Freeze strings
- https://github.com/ruby/syntax_suggest/commit/b17bf0baca
-
04:06 PM Ruby Revision 03a77c03 (git): [ruby/syntax_suggest] Fix spelling
- https://github.com/ruby/syntax_suggest/commit/9c78283363
-
01:31 AM Ruby Revision 226cfda3 (git): [ruby/syntax_suggest] Fix missing line break due to puts logic
- In #225 it was reported that the output looks incorrect:
```
$ cat /tmp/4a71c7e417cc9eac0971e3a2519b295c/scratch.rb
...
10/04/2024
-
03:21 AM Ruby Revision 3c54b8e9 (git): Allow method chaining with Pathname#mkpath
- Currently in my code when I want to create a pathname object and create a path at the same time I must use tap
```
p... -
02:15 AM Ruby Revision 08346e72 (git): Introduce Pathname.mktmpdir
- When I want to create a tmpdir I often want to manipulate it as a pathname. By introducing Pathname.mktmpdir I can ge...