Misha

Results 6 issues of Misha

Hi! I want to play with Webpack Module Federation but this requires Webpack 5, so I did a migration. If you think it is a good idea, feel free to...

This code ```css Button { display: block; @media screen and (min-width: 48rem) { display: none; } } ``` gets parsed into ```css @media screen and (min-width: 48rem) { .__Button__hash__ {...

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

I had a problem with CycleTLS on Windows and OSX which was fixed by simply adding quotes to execString. Here's the screenshot of the problem from powershell: ![image](https://github.com/Danny-Dasilva/CycleTLS/assets/16861579/7df767d3-c7ac-45e9-954c-dd4e65a87b07) After I...

# 🙋 Feature Request I am using useLink and useButton hooks from react-aria, but I've noticed that if those are disabled, element doesn't get focus. According to [this thread](https://ux.stackexchange.com/a/103246) on...

In the example path to modern bundle ends with .js, but microbundle generates .mjs file