Christophe Beyls

Results 36 comments of Christophe Beyls

I wanted to do this for a long time but unfortunately I don't have access to this information. At least there is a link to the website where you can...

This workaround will work but the root cause is that parenthesis are invalid characters in URLs. Maybe I'll add the additional quotes in a future version.

It's lightweight if you are already including jQuery or Mootools in your pages. Otherwise you can indeed find lighter solutions.

Feel free to create a pull request here on Github.

I consider using the `rel` attribute to group images a hack in itself, so yes the linksMapper was coded the simplest way for the default behavior which is the same...

I know this doesn't address the issue, but for the record I changed the code to display the events of the coming hour instead of 30 minutes, and I fixed...

There is still no speaker information in the schedule file, but I'll push to add this for FOSDEM 2025.

@hrw Note that this logic doesn't work if two speakers have the same name (which is luckily not the case this year). Scraping does the job but it would be...

> However coercing all platforms to use Android's proprietary `VectorDrawable` XML format, feels uncomfortable. It turns out the Android vector image format is now part of Compose Multiplatform. Vector images...

Be careful of subtle behavior changes: most of the current code doesn't use `repeatOnLifecycle()` but the new `observe()` functions do. Code that used to run once could now be repeated...