Mosè Giordano

Results 124 issues of Mosè Giordano

It'd be nice to render automatically a `qrcode` as an image when [displaying it to `MIME"text/html"`](https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing), so that ```julia qrcode("...") ``` is automatically rendered as an image in notebooks, like...

### Is your feature request related to a problem? Please describe [LLVM function declarations](https://llvm.org/docs/LangRef.html#functions) are somewhat uninteresting, they're similar to prototypes in C, but don't really add much information, since...

request

### Is your feature request related to a problem? Please describe When asking for the entire LLVM module, the julia compiler spits out also some extra functions with names starting...

request

> So one issue we encountered here is that the native asm parser uses `.loc` directives. I don't think these track inlining. The full dwarf debug section does have the...

Aren't * https://github.com/eschnett/ASDF.jl/blob/b6a05c2710d84e4704c153456ebd7570f60510b1/src/ASDF.jl#L80 * https://github.com/eschnett/ASDF.jl/blob/b6a05c2710d84e4704c153456ebd7570f60510b1/src/ASDF.jl#L84 all acts of [type piracy](https://docs.julialang.org/en/v1/manual/style-guide/index.html#Avoid-type-piracy-1)? E.g. ```julia julia> VersionNumber(Dict("major" => 1, "minor" => 2, "patch" => 3, "prerelease" => nothing, "build" => nothing)) ERROR: MethodError:...

@Roger-luo has some resource about the use of Julia for general Physics: * https://github.com/Roger-luo/TutorialForPhysicists.jl * https://github.com/QuantumBFS/JuliaChallenge/blob/master/ToolChain.md That may be a good idea to move some content, not specific to Quantum...

This package doesn't seem to be used at all as far as I can tell.

While trying the reproduce the issue reported in #63 I've noted that `custom_error_handler` needs a redesign. This is its current signature: ```julia custom_error_handler(reason::AbstractString, file::AbstractString, line::Integer, errno::Integer) ``` but some of...

https://github.com/JuliaRegistries/General/pull/94736#issuecomment-1793420070 initially complained that I didn't have compat bounds on `Printf`, which is a stdlib but doesn't exist in the registry at the moment, so I added it in https://github.com/JuliaPhysics/Measurements.jl/pull/161,...

automerge comment
registry consistency tests

Related to #530, but this should happen during registry integrity checks.

registry consistency tests