Xiu-zhe (Roger) Luo

Results 505 comments of Xiu-zhe (Roger) Luo

to use Comonicon for Windows, I just need someone to tell me what to do with the installer, or that's not a thing https://github.com/comonicon/Comonicon.jl/issues/175 if that's not a thing, we...

Yes, the best way to build a CLI application is to have it inside a project module. It can be inside either JuliaFormatter or a new package JuliaFormatterCLI. But I...

not format the docstring, but validate it so that one may optionally reject code that doesn't obey certain docstring style, since I don't think the docstring style can be automatically...

This is causing our compiler code is formatted in the wrong way https://github.com/QuantumBFS/YaoCompiler.jl/blob/master/src/compiler/syntax.jl#L227

I guess there should be a new string type to solve the string interpolation with color problem? the new string type stores the colored string as list of `String` with...

Now `LazyString` PR is merged, maybe should consider that as a solution to this issue? Basically, when someone wants to interpolating the Crayons, always suggest to use `LazyString` instead of...

Happens to me on M1 Mac as well from Rossetta, I'm not sure if this is a M1 issue or not ```julia julia> using Bloqade [ Info: Precompiling Bloqade [bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1]...

Hi Windows is not supported by this package yet, as I don't have much knowledge on packing things on Windows. If someone wants to help on this that would be...

Yeah first thing is to figure out how to pack things generated by PackageCompiler on windows. I think juliaup used to be packing binaries on windows. Perhaps @davidanthoff knows more...

I implemented a GitHub action to do this in IonCLI: https://github.com/Roger-luo/IonCLI.jl/blob/master/.github/workflows/sysimg.yml however a few problems I found for this workflow: - I cannot use Artifact.toml to download system images since...