johansenjaa (Joseph Johansen)
- Login: johansenjaa
- Registered on: 01/04/2022
- Last sign in: 09/13/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 2 | 3 |
Activity
09/13/2023
-
10:42 AM Ruby Bug #19879 (Third Party's Issue): GC crash during Rails app testing
- In a Github action (using https://github.com/ruby/setup-ruby latest) for a rails app, I am seeing the following error when trying to run the test suite (RSpec). The tests have been running OK for a while, but recently this started happen...
01/11/2022
-
07:55 PM Ruby Feature #18478 (Open): Module#constant_pairs
- Let's say I have a module like this:
```ruby
module A
B = 1
class C
end
end
```
I can find out its constants with `constants`:
```ruby
A.constants # => [:B, :C]
```
But if I also want to get the values of the cons...
01/04/2022
-
07:28 PM Ruby Feature #18459 (Closed): IRB autocomplete dropdown colour options
- It would be great to be able to specify bg/fg colours for the new autocomplete dropdown in irb in ruby 3.1. This could help for accessibility purposes, or for anyone who just wants to make it look more personalised for their terminal 😎
...