Asvin Goel

Results 45 comments of Asvin Goel

Thanks for your reply. My particular use case is to load a [markdown file](https://rajgoel.github.io/reveal.js-demos/example.md) from within the presentation (see https://rajgoel.github.io/reveal.js-demos/markdown-viewer.html). Thus, in fact I would only need to be able...

Works just as expected for me :1st_place_medal: Thanks a lot!

Thanks for reporting this issue. The markdown presenter hasn't been used for a while and needs to be revitalized and updated to the current version of reveal.js. This will take...

Based on my solution for a particular use case (https://forum.bpmn.io/t/programmatically-copy-paste-extensionelements-within-subprocesses and https://forum.bpmn.io/t/programmatically-populate-collapsed-subprocess-from-xml/7549) I believe such a functionality could be implemented like this: ```javascript function selectChildren(elementRegistry, id) { const elements =...

I just realised that both problems I mentioned above had the same cause. In the code ```javascript const element = targetElementRegistry.getAll().find(function(el) { // determine target element return el.id == target_id;...

Apparently, something appears to still be wrong when copy/pasting event-subprocesses with non-interrupting start events which also appears to be an issue in https://demo.bpmn.io/new (see https://github.com/bpmn-io/bpmn-js/issues/1696). @nikku What exactly do you...

Unfortunately, I have the same problem. Works on Chrome but not on FF87.

Apparently, a similar issue is present with this approach https://www.geeksforgeeks.org/how-to-record-and-play-audio-in-javascript/ for audio recording. It works on Chrome, but on FF87 the recording is clipped. Looks like the problem is with...

I just filed a bug report on https://bugzilla.mozilla.org/show_bug.cgi?id=1706101

I think this is fixed with FF88 and can be closed.