Fredrik Teschke

Results 40 comments of Fredrik Teschke

Also posted here: https://github.com/system-ui/theme-ui/issues/1568

Update: The issue seems to be triggered by the gatsby prefetch mechanism when hovering over the link. Not all links cause the styles to break. But certain ones always do,...

Update: I narrowed down which prefetched pages cause the bug. Affected: Hovering over a link to any page that executes the `@emotion/react` `keyframes` method. Example: ```js // src/pages/start-page.js import *...

>> Can I override the jsx pragma used by gatsby-plugin-mdx with reflexs.jsx? >This should work too. Have you done this before by any chance?

Here's an example of what it might look like. ![image](https://user-images.githubusercontent.com/2614732/66195308-a937cc80-e696-11e9-8b2a-96d5605b5658.png) You cannot use the output standalone though, but have to embed it in a proper Latex wrapper document which also...

Code duplication found. Personally I would keep it duplicated rather than extracting 4 lines of code. I can't see how to mark this as `won't fix` for code climate though.

Please feel free to use it any way you please. Unfortunately I do not have any time to spare at the moment. Thanks for asking! On Sun, Oct 11, 2020,...

From a brief look at the weasel source I couldn't find any "add a trailing `/`" logic. Probably the browser adds `/` as the default path.

[This comment](https://github.com/sass/sassc-ruby/issues/169#issuecomment-560522428) helped me work around the issue: > You can set `BUNDLE_BUILD__SASSC=--disable-march-tune-native` to disable `-march=native`