Clément Aubert

Results 26 comments of Clément Aubert

Another option that may not be so memory-hungry would be to edit the current notification: ![Screenshot_20230830_105007](https://github.com/IsmaelMartinez/teams-for-linux/assets/16466689/613f8ca4-f9c5-4a83-9cfc-47ec3e026d1f) to read "Stop sharing *windows 1*", or "Stop sharing *application X*", possibly with even...

This has not been implemented yet. I know that pandonc can load pictures ( https://github.com/jgm/pandoc/issues/750 ) and documents ( https://pandoc.org/MANUAL.html#reading-from-the-web ) from the internet, so I guess it's possible technically....

Unfortunately, I would recommend switching to [pandoc-include](https://github.com/DCsunset/pandoc-include), which provides similar functionality but has been more recently updated (Feb 16, 2022 Vs. Jun 16, 2021 for pandoc-include-code).

No. I have switched to [pandoc-include](https://github.com/DCsunset/pandoc-include), which provides similar functionality but has been more recently updated (Feb 16, 2022 Vs. Jun 16, 2021 for pandoc-include-code), and does not suffer from...

> I've just done it, feels good, feel free to fork https://github.com/rickliujh/techblog I assume you are referring to this commit: https://github.com/rickliujh/techblog/commit/3a63084fc7643367adf99f0e1133672f791bd25b I'll try to do something similar with https://github.com/utterance/utterances and...

Ok, it wasn't too hard :-) https://github.com/csci-1301/csci-1301.github.io/commit/7da584d7c33872f18f241e8ec0c2f1b910bcb7b7

https://github.com/csci-1301/csci-1301.github.io/commit/4fb4f96ef4ef31425329c380d799de61db9e3480 makes utterance's style follow the selected style, but with a caveat (cf. https://github.com/jackyzha0/quartz/issues/1161 ).

> [csci-1301/csci-1301.github.io@4fb4f96](https://github.com/csci-1301/csci-1301.github.io/commit/4fb4f96ef4ef31425329c380d799de61db9e3480) makes utterance's style follow the selected style, but with a caveat (cf. #1161 ). Ok, the issue is solved with https://github.com/csci-1301/csci-1301.github.io/commit/87c4fd44065ed915c0f71d515ff4dbe8251c446b

Thanks for getting back to me @sidney-eliot , I fully understand. I will try again to re-document this feature, hopefully with more success this time. @saberzero1 do you have any...

Thanks for the indication @saberzero1 but I'm sorry, I still can't make it work… My `sortFn` function works just fine if I have ```ts // quartz.layout.ts import { Options }...