Qi Zhang
Qi Zhang
It was added in Julia 1.3. But can we have it for, like, `5u"°"`?
When I want to type ```julia map(1:10) do x 2x end ``` after I type `map(1:10) do x` and hit return, I got ```julia julia> map(1:10) do ERROR: ParseError: Error:...
`OpenInCode` is a good app! To me, everything of it is almost perfect except its application icon. I noticed that this icon is not of enough resolution to be placed...
As the title suggests, I want to print a string like `"p=20.0"` using `sprintf1` with a C-style format specification string. For example, ```julia julia> using Formatting, Printf julia> sprintf1("p=%.1f", 20)...
If we have a type that is not entirely fed with default values, is there a method that can tell users which fields have default values and which fields do...
Like the title, a counterpart of `@suppress`, which covers `@suppress_err` & `@suppress_out`.
**Important:** *Do not tick a checkbox if you haven’t performed its action.* Honesty is indispensable for a smooth review process. _In the following questions `` is the token of the...
This theme looks so cool! Would you consider supporting it on VSCode?
**Reasons for making this change:** I am a Julia language user and this is the first time that I contribute to this project. In this change, I want to follow...
I'm constantly seeing this error when starting the REPL in VSCode with `Option+J Option+O`, which only happen recently: ```julia [ Info: Precompiling VSCodeServer [9f5989ce-84fe-42d4-91ec-6a7a8d53ed0f] [ Info: Precompiling Revise [295af30f-e4ad-537b-8983-00126c2a3abe] ERROR:...