Felipe Vogel

Results 15 issues of Felipe Vogel

EpicEditor is great, but I can't get a border to show properly, which I would like since I'm using the light theme on a light backgroud. In styles.css: ``` #epiceditor...

…unescaping them within username This addresses #1037. This is an alternative solution. See my comment https://github.com/lobsters/lobsters/issues/1037#issuecomment-1024521680

…dashes and \ tags within username This addresses #1037. On further reflection, I'm not sure this is the best approach—see my comment https://github.com/lobsters/lobsters/issues/1037#issuecomment-1024521680

In the [Lit example](https://www.ruby2js.com/docs/filters/lit), line 14 reads: ``` Hello, #{name}! ``` I think it's missing a `self`: ``` Hello, #{self.name}! ``` In the "JavaScript" tab of the example code snippet,...

documentation

Near the bottom of the [Lit example](https://www.ruby2js.com/docs/filters/lit) page, the third-to-last bullet point reads: > `customElement` (or `custom_element`) calls are converted to `customElements.define` calls. The "or `custom_element`" part is only true...

Please complete the following information: - Name: Ruby - Version: 3.2 - Release Notes/Changelogs: - https://github.com/ruby/ruby/blob/ruby_3_1/NEWS.md - Just the highlights: https://rubyreferences.github.io/rubychanges/3.1.html#highlights - https://github.com/ruby/ruby/blob/ruby_3_2/NEWS.md - Just the highlights: https://rubyreferences.github.io/rubychanges/3.2.html#highlights Note: The...

request/language-version

The README has a link at the top to a live example, which is a nonexistent Heroku app: ![image](https://github.com/user-attachments/assets/60222660-66c0-4296-b03a-6d27f25d877c) I just learned about this gem from https://www.codeotaku.com/journal/2024-09/interactive-rails/index and am super...

Adds the following libraries, along with size and CDN URLs where available. With a few exceptions, noted with `"web_components": false`, these are (or can be) based on Web Components. -...

This is a 🙋 feature or enhancement. ## Summary Adds a Liquid tag `ruby_render` that renders a Ruby expression or a simple Ruby component. "Simple" meaning without content in a...

## Summary Follow-up to #1018, where Web Awesome was added to bridgetown-core, replacing Shoelace. The site is still on Shoelace, so this issue is for the site to be updated...

documentation