Hein Thant

Results 9 issues of Hein Thant

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...

enhancement
help wanted
question

### 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....

bug
triage

### 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...

type/bug

Hello, ![image](https://github.com/xtermjs/xterm.js/assets/43804263/c795ec72-a70f-48b7-ab65-5230ef604ea0) 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...

type/enhancement

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",...

bug

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...