greggzst (Grzegorz Jakubiak)
- Login: greggzst
- Registered on: 11/19/2017
- Last sign in: 02/07/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 5 | 5 |
Activity
02/07/2022
- 10:52 PM Ruby master Misc #18557: DevMeeting-2022-02-17
- * [Feature #16989] Sets: need ♥️
* matz has already accepted adding Sets as default. However, there hasn’t been any...
10/23/2021
- 09:04 PM Ruby master Feature #16989: Sets: need ♥️
- Any update on that?
10/22/2021
- 08:45 AM Ruby master Bug #18261 (Closed): String#prepend inconsistent documentation
- I noticed documentation at https://docs.ruby-lang.org/en/3.0.0/String.html#method-i-prepend says:
```
Returns a new...
04/28/2021
- 06:05 AM Ruby master Feature #16989: Sets: need ♥️
- Is there a chance this feature lands in 3.1?
10/30/2020
- 10:07 AM Ruby master Feature #17277: Make Enumerator#with_index yield row and col indices for Matrix
- sawa (Tsuyoshi Sawada) wrote in #note-7:
> I think the current behaviour is natural. You cannot play around with `wi...
10/22/2020
- 06:02 AM Ruby master Feature #17277: Make Enumerator#with_index yield row and col indices for Matrix
- greggzst (Grzegorz Jakubiak) wrote in #note-2:
> I also noticed when combining `each_with_index` with `inject` it pa...
10/21/2020
- 04:37 PM Ruby master Misc #17200: DevelopersMeeting20201026Japan
- * [Feature #17277] Make Enumerator#with_index yield row and col indices for Matrix
* Access Matrix indices in enum... - 12:07 PM Ruby master Feature #17277: Make Enumerator#with_index yield row and col indices for Matrix
- ~~I also noticed when combining `each_with_index` with `inject` it passes `element, row_index and col_index` as one a...
- 10:07 AM Ruby master Feature #17277 (Closed): Make Enumerator#with_index yield row and col indices for Matrix
- Given a matrix:
```ruby
matrix = Matrix[[0,2,3,4], [6,7,8,9], [1,4,5,8]]
```
You could get the row and col in...
10/01/2020
- 07:13 PM Ruby master Misc #17200: DevelopersMeeting20201026Japan
- * [Feature #16851] Ruby hashing algorithm could be improved using Tabulation Hashing
* Improves hashing algorithm
Also available in: Atom