Jean-Luc Jumpertz

Results 9 comments of Jean-Luc Jumpertz

Same need for me of adding a .table class at the table level for bootstrap. I was inclined to add the class/id attributes after a tailing '|' of the header...

Hi @rizwan95, Currently the image download is handled by a simple download task and only a base URL can be configured (typically for images using relative links). Could you provide...

A possible option could be to add a `imageURLSession` property of type `NSURLSession` in `CMAttributedStringRenderer`. If set, this `imageURLSession` property would then be used to retrieve every remote image referenced...

@rizwan95 I have implemented this `imageURLSession` property change in my CocoaMarkdown fork at https://github.com/jlj/CocoaMarkdown/tree/5512cf52d292288e1748e7bde097e5b28a7e52b6 Can you test it with your specific server configuration? If it is ok, I will issue...

@rizwan95 Have you made tests of this `imageURLSession` property?

Works on without issue on Catalina on my configuration. @Jolopu Can you check that your privacy settings enable Accessibility for *NativeDisplayBrightness*? ![Screenshot 2020-03-19 at 10 07 50](https://user-images.githubusercontent.com/1850262/77050581-462ebd80-69ca-11ea-8432-c0833f59f289.png)

Strange… To double-check under Catalina 10.15.4, I removed NativeDisplayBrigthness from my *Privacy* settings as well as from *Users and Groups* Login items, deleted the app, restarted the mac and reinstalled...

@Jolopu Thanks for doing this. 😃 *Btw, NativeDisplayBrightness does not display an icon in the Mac menu toolbar, so this part is normal. For the rest, I will investigate on...