Jonas

Results 9 comments of Jonas

Can confirm that this issue still persists. App version: 3.14.3 Nextcloud Version: 20.0.5 Phone: Oneplus 8T Android Version: Oxygen OS 11.0.6.8.KB05AA

Great idea! Parsing the `[?]` value currently happens in [sankey-builder.js#L248](https://github.com/nxt3AT/sankeydiagram.net/blob/main/src/js/sankey-builder.js#L248) so checking for `[%]` should probably also happen there. Calculating the remaining value will be a bit tricky, but it...

@jfaltis good objection, I have to agree with that!

``` > [!NOTE] Test > Test ``` also gets exported as ``` > > \[!NOTE\] Test > Test ``` which breaks the callouts/admonitions when further processing the markdown in e.g....

I Can reproduce this warning message on the Demo Page using Chrome 108.0.5359.99 on Windows 11. Seems like react-swipeable has included a solution for this problem in their latest 7.0.0...

Would be greatly appreciated. Related Stackoverflow post with a possible workaround; https://stackoverflow.com/questions/76092230/recharts-cartesian-grid-different-style-for-vertical-and-horizontal-lines

I had the same problem. It's a problem with the library trying to use browser-specific features, when they are not available yet. One fix that worked for me is importing...

Is there any workaround available? (besides refactoring the codebase) 😞

Sadly, this feature is completely broken in this library. I made it work using this library: https://github.com/eKoopmans/html2pdf.js which in turn uses jsPDF itself. Sadly the other library is also not...