Results 32 comments of Simon

Not sure what you mean... Maybe there's been a change in the repository structure for newer Kodi versions, but https://siku2.io/kodi-repository/addons/addons.xml still works.

Oh cool, I was unaware there was a new plugin. Thanks for the heads up!

> @siku2 There is such a problem. Is it possible to add an option to configure the minimum segment duration? Yes, such an option could be added here: https://github.com/siku2/script.service.sponsorblock/blob/e9ba63b5263129ce1d34929469e49d21d2cac591/resources/lib/player_listener.py#L275 The...

> GitLocalize now has mdx support, see https://github.com/gitlocalize/feedback/issues/112 Amazing, I'll give it a shot later!

Using an enum which contains all possible tag names isn't a terrible idea. We can use it in conjunction with a `tag_name!` macro that returns the appropriate variant from a...

@philip-peterson Just a quick clarification: > > Dynamic tags can use any ASCII character at any position. > > This isn't quite true, dynamic tags have to begin with a...

@teymour-aldridge Just to clarify: I don't particularly care whether Yew supports dynamic tag names or not - I'm playing devil's advocate here. This discussion also isn't only about dynamic tag...

@hamza1311 do you have anything to add to this? Otherwise I would suggest we move this over to a discussion (now that that's a thing) or create a new feature...

Just keep in mind that warnings will still only be emitted on nightly but if we use it we don't have to wait for diagnostics to hit stable. Do you...

> The `Diagnostics` API probably has a way to do that built in. We can probably detect `#[allow]` attributes and filter warnings based on those. The Procedural Macro Diagnostics RFC...