Marco Roth

Results 253 issues of Marco Roth

Hey there! I come across this weird bug(?) when I was trying to inspect an object in `irb`. Since irb uses `pp` to print the objects I'm opening this issue...

```js import { Controller } from "@hotwired/stimulus" export default class extends Controller { static targets = ["name"] connect() { this.nameTarget // ^^^^^^^^^^^^^^^ - Wrap the `this.nameTarget` accessor with an existential...

enhancement
feature
diagnostic

Example: ```html ```

enhancement
feature
diagnostic

Stimulus applications can use custom schemas. The parser should be able to detect if an application uses a custom schema and respect it accordingly.

enhancement
feature

We have a `slides_url` column on `Talk` that we show as a tab on the talks#show page. It would be nice to indicate that a talk has slides by adding...

enhancement
good first issue

It looks like we don't have OG images and descriptions setup up for all social media platforms or all pages/views. This is on Bluesky for the root path: ![image](https://github.com/user-attachments/assets/6533c58e-25ca-4e57-b2c1-b5406098b6b0)

https://ruby.com.ar

content

WIP for now, daisyUI styles are broken badly.

Currently we have a few hacky video providers which technically aren't really video providers: * `scheduled` * `not_recorded` * `not_published` * `children` * `parent` I think most of them aren't...

enhancement
metadata

I think the `event_name` key in all the `videos.yml` is redundant and we can remove it since we have that information in the according `playlist.yml`.

metadata