Guillaume Fradin

Results 14 comments of Guillaume Fradin

If that can help shed some light on this, I see a similar error, using monaco webpack plugin, inside a vue2 app, using monaco-editor 0.32.1 and monaco-editor-webpack-plugin 7.0.1. If I...

hi @natowi. And yes, I confirm Meshroom works fine as a standalone.

very good to know @MattiBRNDMR, thanks a lot for taking the time to write this. I haven't tried since my issue above, as I could make progress with the standalone....

Hi @ifrost , I am very interested in a way to compare fountain files, and have the diff exportable as a pdf. As I understand, there currently is no way...

My understanding is that a diff like this speaks to developers, but not for film or tv crew. And even as a developer, I may want a diff to compare...

hey @kungfooman thanks a lot for the heads up, really appreciate. Will fix those shortly.

@kungfooman I've just updated the readme. I should absolutely have kept those up to date, so thanks a lot again for letting me know. That said, I plan to remove...

oh I see. Yes, you're right. At the moment, there is no warning since it's possible to create the viewer without mounting it, but that doesn't seem quite right if...

Thank you @kungfooman . Do you think you could make a PR for just a single one of those classes, so I see how it looks in practice?

Thanks a lot for those links. There are indeed cases where I'm using this method to clone objects, like the following: (although those classes are never inherited): https://github.com/polygonjs/polygonjs/blob/782cdbcad5df7ad5d963e3aeaf8ef4dbd771025c/src/core/animation/TimelineBuilder.ts#L141 https://github.com/polygonjs/polygonjs/blob/782cdbcad5df7ad5d963e3aeaf8ef4dbd771025c/src/core/animation/PropertyTarget.ts#L18 When...