Dilum Aluthge

Results 173 issues of Dilum Aluthge

I want to build a framework Python, but I do not want to write to `/Applications`. I tried setting `PYTHON_CONFIGURE_OPTS="--enable-framework=/Users/dilum/Desktop"`, but it still tries to write to `/Applications` Is there...

What breaking changes need to be made before we can release MetaGraphs version 1.0.0?

The error seems to be: `nested task error: RequestError: getaddrinfo() thread failed to start while requesting https://httpbingo.julialang.org/delay/2?id=100` Relevant log snippet: ``` Error in testset Downloads: Error During Test at /cache/build/default-amdci5-0/julialang/julia-master/julia-9bdaabdc82/share/julia/stdlib/v1.9/Downloads/test/runtests.jl:355...

ci

For context, here is the current code coverage: [![Codecov](https://codecov.io/gh/SciML/ArrayInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/ArrayInterface.jl) cc: @chriselrod

Code coverage is very low. At the time of writing, it is approximately 28%. Here is the current code coverage on the `master` branch: [![Coverage](https://codecov.io/gh/cscherrer/Soss.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/cscherrer/Soss.jl) We should increase our code...

As of Julia 1.7, the `Pkg.test` function now has the optional `force_latest_compatible_version` keyword argument, which provides the solution to #160. --- However, in order to deploy the `force_latest_compatible_version` fix into...

bug fix

This PR changes the officially recommended workflow file to use the new `compathelper-action` composite action: https://github.com/JuliaRegistries/compathelper-action This PR should not be merged until we first tag a release of the...

documentation