Silvano Cirujano Cuesta

Results 130 comments of Silvano Cirujano Cuesta

The tests claim that everything is set for merging. I would nevertheless recommend a careful review. @cmungall I added Python 3.11 to the tests because the changes are mostly concerned...

> Dropping pydantic1 support needs to be justified @cmungall I've restored support for pydantic1 (55e51f6), since I dropped it due to a wrong assumption from my side.

> https://github.com/linkml/linkml/blob/bd93d6952e2de8c993a8d6c10690cf29b6e2f8a0/linkml/generators/jsonschemagen.py#L185 For whom is this information? For me? If it's so, then I'll need a little bit of context to understand what you mean 🙂

> Your use case of abstract class as a range constraint is a good one; we should consider adding a bit of code here to serialize abstract/mixin classes when they...

But if your TM has both `title` and `id` (like in [this example](https://www.w3.org/TR/wot-thing-description11/#example-62)), then you'd have to replace them with PLACEHOLDERS on ediTDor. Therefore IMO that's only a workaround.

Yes, I'm clear about that. What I mean is that if my TM has `title` and `id` (what I would expect to clearly identify them) instead of placeholders, then those...

@egekorkan you're right with the assumptions WRT `title`. I see following options that might be valid use-cases and comply with the specification and should be somehow realizable with ediTDor: *...

I'm facing the [same issue on a different extension](https://github.com/dbazza/oneDrive/blob/3504fac8282ed28cda1b9b57f1806a3a35934031/extension.js#L79) and I've been able to narrow the issue to following call: `GLib.spawn_command_line_sync('gnome-terminal [...]')`

I got [an explanation why the system is freezing](https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/384), because it's a `sync` call. Just call `GLib.spawn_command_line_async` (notice the 'a' almost in the end) and the system won't freeze anymore....

> Sorry for all the issues you are hitting. No big deal. That's what OSS collaboration is what for 🙂 If I find an issue, I report it. > Your...