Varya Stepanova

Results 15 issues of Varya Stepanova

I'm using these spaceship variables to redefine terminal prompt. ``` export SPACESHIP_DIR_TRUNC=0 SPACESHIP_DIR_TRUNC_REPO=false ``` If I put them to `custom/.zshrc`, it does not work. At the moment, I had to...

Default `.gitconfig` does not include anything from `custom`. I put a pice of my configuration to `.gitlocal` but for the sake of consistency I think `custom/.gitconfig` should work as well.

The screenshots made under Unix (Mac) don't work on Windows. Every single story gave this error ``` [START:chrome.desktop:4468] Utilities/Typography/Link [FAIL:chrome.desktop:4468] Utilities/Typography/Link Error: unrecognised content at end of stream at module.exports.SyncReader.process...

I get an error for this story https://component-library-storybook.dc2-dev.elisa.fi/?path=/story/components-modal--size-s ![2021-05-20_16-57-05](https://user-images.githubusercontent.com/27215/118991459-70905800-b98c-11eb-8c9b-0fde27c4dfc1.png) The reason to it must be that `div#root` is 0 pixels of height. But that might be the case with all...

bug

My config is like the following ``` module.exports = { screenDir: path.join(__dirname, '../tests/visual/references/'), reportDir: path.join(__dirname, '../tests/visual/report'), diffOptions: { threshold: 0.1 }, browsers: { "chrome.desktop": { browserName: 'chrome', // Define initial...

enhancement

I created a repo to demonstrate the issue https://github.com/varya/sc5-styleguide-1044 Gonzales' `node test/single-test.js` does not work. So I had to go with the separate repo. How to get the result: Clone...

type: bug
syntax: sass

I am using `react-live` in a Gatsby website with MDX. If I use the same component in the MDX code and in the ReactLive, the component in ReactLive iframe does...

I tried to run this strater and got this error ``` error Plugin gatsby-transformer-sharp returned an error Error: Could not locate the bindings file. Tried: → /Users/varya/WebDev/Personal/team-resources-workshop/node_modules/gatsby-plugin-sharp/node_modules/sharp/build/sharp.node → /Users/varya/WebDev/Personal/team-resources-workshop/node_modules/gatsby-plugin-sharp/node_modules/sharp/build/Debug/sharp.node →...

I have my website on metalsmith using metalsmith-react-templates as templating solution + webpack static build for CSS and JS to link. Now I am trying to use styled-components (https://www.styled-components.com/) together...