Hein Thant
Hein Thant
Fixes #2497
The patch is quite simple. choosenim use `proxyexe` that is statically compiled and statically read and is embedded in choosenim like this: ```nim static: compileProxyexe() const proxyExe = staticRead("proxyexe".addFileExt(ExeExt)) ```...
Hello, this is not an issue. But feature request. ```nim requires "nim >= 1.6.4" when not defined(noNoise): requires "noise >= 0.1.4" ``` Can we have this feature? Like if user...
Hii, This is feature request. Currently, I can import unocss/runtime script tag and generate CSS only the fly. But this is client side generation. Can we have atomic CSS support...
### Which component is affected? Qwik React ### Describe the bug I'm using framer motion to create Layout animation. But when using multiple `qwikify$-ed` components, I got hydration mismatch error....
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Using Gradience Nightly, I applied Presets. And `navigation-sidebar ` color is...
Hello,  We're trying to create a monospace font for Myanmar ( Burmese ) language. Font is kind of correct in editor. But not in the integrated terminal. I want...
Denon's `stdCmd()` function does not parse/split the command correctly. **To Reproduce** 1. Use `cmd: "bash -c 'echo \"HELLO\"'"`. 2. Try to run that task **Expected behavior** This command `["bash", "-c",...
With this changes, Chinese romanization (Pinyin) will display the tone. And, users will be able to see the Chinese lyrics in their preferred Chinese character (Simplified or Traditional character). As...