Mosè Giordano

Results 124 issues of Mosè Giordano

https://github.com/openpbs/openpbs/blob/f899d6c6db829bb6b9d66e1a05da68e5a73c5ee1/src/cmds/mpiexec.in#L504-L511 `$?` returns the exit code of `! sgicheckppversion`, so always `0`, which is very confusing because it actually returned ***non***-0 if you're entering that branch.

Follow up to #52. CC @mcabbott

hacktoberfest-accepted

`Measurements.jl` implements a sort of layman autodifferentiation engine under the hood. It'd be interesting to base it on a more advanced and general autodifferentiation engine (for example I'm particularly curious...

enhancement
help wanted

[`htonl`](https://learn.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-htonl) is defined in `winsock.h`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The only work around I found is to run the following command ``` $(julia --compile=min --project -e 'using IJulia; println(joinpath(IJulia.Conda.SCRIPTDIR, "jupyter"))') notebook --port="${PORT}" ``` where `${PORT}` is the desired port,...

@fxcoudert I'm taking out of #8377 the commits which are only removing the unneeded dependency of MbedTLS from some packages, so that we can keep there only switching to OpenSSL...

Website: https://strace.io/ Github: https://github.com/strace/strace Release tarballs: https://strace.io/files/

builder request :pray:

The old recipe was creating a broken symlink, a better solution is to tell the linker the name of the library to search (and where). Ref: https://github.com/JuliaIO/Tar.jl/pull/165#issuecomment-1880295075. CC: @JoshuaLampert @sloede