Sudara

Results 201 comments of Sudara

Hi there, just checking if this has a chance of making it into a release — 100% totally fine if not (we'll use our fork in production in that case).

Closing this, as it didn't fully resolve the issue of converting to wp gutenberg blocks, which we needed.

It looks like if I press this button, the code and everything else is properly converted. Perhaps there's some way to do this after import automatically... ![Arc - 2024-08-22 28@2x](https://github.com/user-attachments/assets/71bca14c-b211-45bd-9daf-1190cef54d05)...

Hi Aakash, Thank you. I will try tomorrow when I'm back at work. Maybe I'll also try to see if i can hack in a "convert to blocks" on a...

Hi Aakash, It looks like the following: ``` YOUR CODE ``` creates a malformed block: ![Arc - 2024-08-27 59@2x](https://github.com/user-attachments/assets/cb110133-2040-4827-a95e-e6e4da8e9d6d) On the frontend, only a `` tag remains, the html block...

This solves it for me: ``` protected function blockFencedCode($Line) { $Block = parent::blockFencedCode($Line); // Parsedown found some code and parsed it if ($Block !== null) { $Block['element']['attributes'] = array( 'class'...

I think the change is a result of the LV2 support. I can remember this line in the trace from juce_LV2PluginFormat.cpp ``` for (const auto& plugin : { findPluginByUri (identifier),...

![CLion - 2024-12-04 52@2x](https://github.com/user-attachments/assets/7ccc05b8-efec-4acb-a8d4-9e224ec35cff)