General

Profile

bradgessler (Brad Gessler)

  • Login: bradgessler
  • Registered on: 01/18/2024
  • Last sign in: 10/30/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 3 1 4

Like

Activity

10/29/2024

07:33 AM Ruby master Feature #20852 (Open): Anonymous HEREDOC blocks

Consider the following code.
```ruby
# Consider the following code.
Markdown.render <<~MARKDOWN
# Hello the...
bradgessler (Brad Gessler)

09/03/2024

03:37 PM Ruby master Feature #20525: Percent string literal with indentation support or String#dedent
Oh interesting, I thought that was a typo 😂.
I was playing around with characters after I wrote this and found som...
bradgessler (Brad Gessler)
08:31 AM Ruby master Feature #20525: Percent string literal with indentation support or String#dedent
Same reason you can conjure up a Proc via `-> {}` — the syntax looks cleaner and you don't have to stop and try to na... bradgessler (Brad Gessler)

07/31/2024

05:14 AM Ruby master Feature #20525: Percent string literal with indentation support or String#dedent
Actually this looks decent:
```rb
Markdown ~{
# Hi!
This is markdown
}
```
bradgessler (Brad Gessler)

06/04/2024

10:35 PM Ruby master Feature #20525 (Rejected): Percent string literal with indentation support or String#dedent
I have code that looks like this in an application:
```ruby
ContentSlide(title: "Why Phlex?"){
Markdown <<~MAR...
bradgessler (Brad Gessler)
10:23 PM Ruby master Feature #19458: Expose HEREDOC identifier
I'm working with some code in Phlex that would benefit from introspecting the name of the HEREDOC. Here's what I curr... bradgessler (Brad Gessler)

05/24/2024

09:14 PM Ruby master Feature #20508 (Open): Explicit access to *, **, &, and ...
I find debugging and certain meta-programming tasks challenging because there's no explicit APIs for accessing certai... bradgessler (Brad Gessler)

03/01/2024

05:24 AM Ruby master Feature #20318: Pattern matching `case ... in` support for triple-dot arguments
Add array example. bradgessler (Brad Gessler)
03:11 AM Ruby master Feature #20318 (Open): Pattern matching `case ... in` support for triple-dot arguments

# Premise
Sometimes when I'm creating a method for an API, I'd like to do pattern matching against the arguments...
bradgessler (Brad Gessler)

03/06/2022

10:03 PM Ruby master Revision 8ae09706 (git): [rubygems/rubygems] Update README.md.tt
Reduce the number of steps required to install a gem from two steps to one by using `bundle add`
https://github.com/...
bradgessler (Brad Gessler)

Also available in: Atom