Anton Kastritskii

Results 78 comments of Anton Kastritskii

@Josh-Cena I could not get it working out of the box. However, I was able to get mermaid work in a GFM compatible way. It works by introducing a theme...

Can you expand on what kind of error you get or the expected behaviour that is not happening? It is quite difficult to tell what goes wrong from your description....

The issue is still present for `alacritty 0.7.2 (5ac8060)` and macos 10.15.6

> I found this issue when looking to remove the beep for `control-/` in v0.10.1. > > ``` > - { key: Slash, mods: Control, chars: "\x1f" } > ```...

Thank you for this and other issues. I will do my best to go over them, but it will probably be over the weekend.

Hi, thank you for the issue. 1. I believe the plugin you suggested should work out of the box with reshadow if you do happen to use classnames (probably for...

Thank you for the issue. And it is indeed a good one. This is a good question since I use reshadow daily. But yet to use it in a typescript...

@comerc from your screenshot I can see that the html element it not getting the class name. Do you have this project on github or codesandbox? I would like to...

I've come across a funny case. If you use css-in-js approach w/ babel plugin assets' paths won't be parsed example ```js import styled from 'reshadow'; const Comp = props =>...