Julien Cayzac

Results 80 comments of Julien Cayzac

@nadalin Yes, I can make a draft if you think that's the best way to go about it. I have a small bandwidth though so it might take some time....

It looks like `-[CardIOIplImage rgbImageWithY:cb:cr:]` could implement some sanity checks for `NULL` pointers, given that the dmz/opencv code it calls doesn't check anything.

https://github.com/ksky521/nodeppt mixes webslides and markdown, fwiw.

@babichjacob has a POC [here](https://gist.github.com/babichjacob/c6907dd261fb3776044f618372d59470), which I tried to built upon (without success) [here](https://gist.github.com/jcayzac/5b70026244acc3477499dbc2131c1903). My findings so far: - It seems our code might be missing some integration with Vite,...

Prettier uses the`mdx` parser when it sees a `.mdx`, with the result you highlight above. The `markdown` parser gives me better results. Try adding this to your `.prettierrc.yaml`: ```yaml overrides:...

> @jcayzac this is a cool idea! Did you end up getting it to work? I literally posted my working code in the body of the issue.

@haya14busa it's just that writing a transformer for my tools' output so that it can be parsed by errorformat + figuring out the obscure syntax accepted by errorformat is so...

I can also reproduce this from gradle. When I add an `exclude` rule, the overview file is not used in the generated html.

@hiroppy thank you. It still looks cropped on my phone tho (the SVG doesn't seem to have CSS to constrain its width to the viewport): ![Screenshot_20210218_220438_com android chrome](https://user-images.githubusercontent.com/106682/108361387-c2163300-7235-11eb-9659-dca3c5c82733.jpg)