Sebastiano Poggi

Results 178 comments of Sebastiano Poggi

Hi there — once again, I'd need the `editorconfig` property. The new use case is that I am applying the Kotlinter configuration to subprojects via a compiled script plugin and...

I'll check and let you know :) Thanks for the pointer

That did the trick, thanks @mateuszkwiecinski 👍

A note — on desktop you can set the `compose.swing.render.on.graphics` property to `true` — _before_ the `ComposePanel` is added to the hierarchy! — to use the slower, but not artifact-prone...

Agreed on strongly preferring multiple annotations to be split out one per line. Simple, no-params, single annotations can be kept on the same line, but I'd personally also prefer them...

Adding to this, I have also found someone else who did a similar analysis a few years back: https://github.com/mdewilde/podcast-parser/blob/master/corpus-stats That Java lib also supports a bunch of the namespaces we...

> It's sad to see that major namespaces are used with a wrong URI (Atom, iTunes, Google Play, RSS 1.0 Content, Podlove Simple Chapters, Media RSS). > > I'm thinking...

> > Adding to this, I have also found someone else who did a similar analysis a few years back: > > https://github.com/mdewilde/podcast-parser/blob/master/corpus-stats > > That Java lib also supports...

By the way, the author of that lib seems to have a few interesting repos we may look at. Mostly, for this issue, a Java application for finding podcast feed...