martinosis (Martin Chabot)
- Login: martinosis
- Registered on: 03/12/2017
- Last sign in: 06/13/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
06/13/2024
-
05:02 PM Ruby Feature #20580: Pipe Operator accepting lambda
- Description
I think that the previously pipe operator suggested syntax was not reflecting the actual pipe operator in functional programming languages.
In Elixir, Elm, F# etc. The pipe operator takes a value and applies it on the l... -
04:54 PM Ruby Feature #20580 (Open): Pipe Operator accepting lambda
- I think that the pipe operator was not reflecting the actual pipe operator in functional programming language.
In Elixir, Elm, F# etc. The pipe operator takes a value and applies it on the lambda at the right of the operator. Example...
03/13/2017
-
12:27 AM Ruby Bug #13307 (Closed): Changing scheme from http to https for the URI does not change the port number
- If we change the scheme of an URI, it does not change the port number. The URI object become inconsistent. If we print the full URI it does not return the same port number as when we print the port.
See code bellow:
~~~
[1] pry(ma...