Marco Roth
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...
Example: ```html ```
Stimulus applications can use custom schemas. The parser should be able to detect if an application uses a custom schema and respect it accordingly.
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...
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: 
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...
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`.