Aleh Atsman

Results 15 comments of Aleh Atsman

@bnikolaus i don't think so, also i don't think that original author will reply. I forked it https://github.com/Atsman/crabby and use in prod at work, we can think about, how to...

I faced the same problem ```js import styled from 'styled-component' const withStyled = (component) => styled(component)`` ``` And then when I use that hoc in some other files, I always...

@probablyup yeah I understood that. Any ideas how to fix that? Quite ofther i want to be able to use style interpolation like ```javascript // button.js import styled from 'styled-components'...

So, to support server side rendering need to rewrite everything in cljc and conditionally use deps, right?

@mccraigmccraig so have you had a moment since 2015 ?) Does somebody actually interested in this staff ?

@ekhall @yogthos So what status this issues have? Have you resolved it?

I tried next command ``` cypress open --browser /mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe ``` no luck so far

I have also tried to create a symlink: ``` sudo ln -s /mnt/c/Program\ Files/Google/Chrome/Application/chrome.exe /usr/local/bin/google-chrome ``` Cypress opens the browser, but later says it is not recognized.

I wonder what recognized means, but couldn't find in a few mins the code that is responsible for recognition.