Wellington Mendoza

Results 9 comments of Wellington Mendoza

This is precisely what I was looking for! Here's what I ended up with ```tsx // Component/styles.ts export const expContainer = css({ [`.${themes.light} &`]: { bg: opacify(0.35, themes.light.colors.sectionExpCardBg.value), // not...

but this issue shouldn't affect the entire command right, because I can't even run `gh repo clone well1791/well1791.github.io` locally, if you know a workaround to it please share it

> I assume this error is happening right away? Looks like there is a 60 second timeout but if a connection is stalled there should be some output after 2...

Hey @Dhghomon, I have a question, do you if know there's a flag that allow the command log a stack trace of the error or anything that provides more context...

Sorry, I forgot to mention that yes I did delete the `edgedb.toml` file but that didn't help. Also, in regards to the _confused by the duplicate names_, I deleted all...

It's been long since I had this issue, somehow it solved on its own after a week or two (since I opened this issue). I believe it could be something...

this solution works for me https://github.com/trivago/prettier-plugin-sort-imports/issues/245#issuecomment-1659176347 ```js // .prettierrc plugins: ['@trivago/prettier-plugin-sort-imports'] ```

May not be related but I kind of ran into a similar issue with craco, although I'm not using recipes. The way I solved (still testing it) was to put...