Qi Zhang

Results 121 comments of Qi Zhang

Thank you for your reply, this workaround works for me. However, I still hope this could officially be fixed. For example, the extension input box is still good even if...

Great! Thank you very much! Just have a little more request: Is it possible to adjust the color of this bar to be gray, or somewhat dark at dark mode?...

I do not exactly know how to use it but the color looks good.

Maybe instead of [`indent::Int = 4`](https://domluna.github.io/JuliaFormatter.jl/dev/api/#JuliaFormatter.format_text-Tuple{AbstractString}), we can set `indent::Union{Char,String} = ' '^4` by default.

Wow, this is pretty cool!!! Thank you, I will take a look!

`pip` also has `-V` for `version` and `-v` for `verbose`, which also makes me feel uncomfortable: ``` -v, --verbose Give more output. Option is additive, and can be used up...

This feature is badly wanted! See my comment in https://github.com/PainterQubits/Unitful.jl/issues/412#issuecomment-770627061.

Any idea when it will be solved?

Same question here! `Unitful` often prints units that itself cannot parse: ```julia julia> u"angstrom^3" ų julia> uparse("ų") ERROR: ArgumentError: Symbol ų could not be found in unit modules Module[Unitful] Stacktrace:...

Can we define a temporary workaround `sincosd` just for `Unitful` degrees? It is not type piracy and `Base` only changes when Julia has a new version. It cannot be used...