Guillaume RENARD

Results 20 comments of Guillaume RENARD

I'm having the same bug. I can confirm that removing the BOM solves the issue, but this is a problem when the content you are displaying comes from a 3rd...

The bug seems to be in CocoaHTTPServer. See: https://github.com/robbiehanson/CocoaHTTPServer/issues/146 Unfortunately, the project seems dead or has been abandoned since a while...

I can confirm that the bug is caused by the presence of the BOM. I've worked around the problem by resaving all html files to UTF-8 without BOM in my...

Thanks for the clarification! I logged the issue here originally because I thought you might be the one developing the provider for Embedly. I'll try to reach to them then.

FYI, Embedly replied to my support request: > Thanks for checking in. I have made a fix, but it will be integrated into the next build(I do not have a...

Looks like the issue I reported is now fixed on Embedly! See: https://embed.ly/code?url=https%3A%2F%2Fcodesandbox.io%2Fembed%2Fsample-1-9ii0rr%3Fhidenavigation%3D1%26module%3D%252Fsrc%252FFireButton.tsx%26view%3Dsplit ![image](https://user-images.githubusercontent.com/14998184/192461090-eb9c6d47-7c0a-4176-8362-9208024dd04b.png) And it also works on Medium now: ![image](https://user-images.githubusercontent.com/14998184/192461353-04823e4e-f108-4f65-8ac0-e2edb167dc9f.png)

> > Regarding `vw`, `vh`, I think they're [already supported](https://og-playground.vercel.app/?share=XZLBcoIwEIZfJZMevFjMKGDNoIfazthDT3XGCxckAWIDYSCAyPDu3UBxbE_sfn82f3aXDoeKcUyxx0TtZwiVupV823UmRijhIk40RTOH1MlsPsJGMJ2MrJkYE2UugxZoJPl1oiZ-EwUPtVAZaKGSVZpNaiBFnH1onpZG4pnmxSRdqlKLqN0rgJnx_yufg_A7LlSVsb2SqgD9KYqiuytUfYkbp2i1fECn315cQgba9362M4FX1vFDZ1sfrx0fj6QWvHlVV2AEEbR2kHuXIiEl8CdCyISm4aE0KGJhOjY1-XU2mCE02IFhHugEMSj-XK0tZ2MtHblyrQ3cbh8s1x6TZ9e--XjnLczp8aELeOkYwbb-ux1VTpFNwGp34FKqOTqpQjJvAWehaPriOVa52UeJaYeHjjF9gZngcdmY2iZh_FzFmEaBLPkc81RdxLHNzZ-imyGDe8xU39MzZ5jqouJ9_wM). Please share if you have a failing case, thanks! `vh` and `vw` don't seem to work for `font-size`, as least....

> You can workaround this by adding the following to your vite config (or creating a vite.config.js if you don't have one): > > ```js > // vite.config.js > export...

I've fixed the issue (both in dev and prod) using a patch created with [patch-package](https://github.com/ds300/patch-package). The patch is called `yoga-layout-prebuilt+1.10.0.patch` and it contains: ``` diff --git a/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js b/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js index 0853309..5354776...

Thanks for the tip. I debugged using the non-minified version (as explaining in the [Debugging section](https://github.com/kieler/elkjs#debugging) of the README) and found out that one of the text of a node's...