Waldir Pimenta

Results 753 comments of Waldir Pimenta

That's a great point :) I am not really happy with the current behavior, to be honest. I should probably use text or background (highlight) color to mark the extra...

Just to make things explicit, here's what this PR does: ```julia julia> using Decimals julia> # Current output julia> Decimal(0.1) Decimal(0, 1, -1) julia> # New output with the code...

If anything, since we now depend on [IrrationalConstants.jl](https://github.com/JuliaMath/IrrationalConstants.jl) (since #40), I would actually support adding `sinπ` et al. to IrrationalConstants.jl rather than remove `sinτ` et al. from Tau.jl.

@Aerlinger ping in honor of Tau day 2015 :)

Hey @cyborg1995 — thanks for the offer, and sorry for the late response. I am afraid I can't help much with the creation of the script at this point, since...

I would expect [SPDX identifiers](https://spdx.org/licenses/) to be used in that field, with a possible fallback to an arbitrary value if a custom license is used. That's [what NPM does](https://docs.npmjs.com/files/package.json#license), for...

Thanks for the pointer — I'll keep track of that discussion.

I think @Ismael-VC, who lead the adapation of the Julia language website to support i18n (https://github.com/JuliaLang/julialang.github.com/pull/252), could offer some useful advice here :) I believe the process to get the...

> I submitted a vscode extension API request for the ability to do that. Adding a note that the request will need 20 upvotes in the next 60 days to...

Even nicer would be if instead of storing image tiles in various resolutions, the actual vector data could be stored instead, and served as svg in the browser. That would...