-
the wrapped mj_* functions take in a Union of abstract array types such as un/safe views, marray, etc, but does not take in views from a Shapes.jl.
One would assume that this is just adding the new…
-
Here's a MWE
```julia
using Convex
using Mosek
using MosekTools
using SCS
W = [1, 0]
x = Variable()
y = Variable()
coeff = x * [1, 0] + y
obj = dot(W, coeff) - logisticloss(coeff)
problem…
-
We need to inspect all `LibraryProduct`s within a build, look at their dependencies, then do a breadth-first walk of those LibraryProducts when `dlopen()`'ing them in the `__init__()` method of JLL pa…
-
```julia
julia> using Trilinos_jll
ERROR: InitError: could not load library "/mnt/.julia/artifacts/36de6a27a0755920d3aaf0cf166045a1c905b134/lib/libamesos.so"
libkokkoscontainers.so.4.1: cannot open sh…
-
Issue discussed on Discourse https://discourse.julialang.org/t/edit-on-windows/1695
Does anyone use `Notepad++` editor?
To allow `Notepad++` with line support, the following snippet could be add…
-
To follow https://docs.astropy.org/en/stable/api/astropy.coordinates.AltAz.html
I'm currently tackling this, so PR inbound soon. I wanted to open an issue to start having discussions on this.
Th…
-
Hi, the following MWE project crashes on my and [one of my users](https://github.com/Clemapfel/mousetrap.jl/issues/11) Ubuntu 22.04 machines:
### CMakeLists.txt
```cmake
cmake_minimum_required(VE…
-
I don't quite understand what's going on here so it's a bit hard to title it. I found it in a test regression in OrdinaryDiffEq.jl https://github.com/SciML/OrdinaryDiffEq.jl/pull/2093 which started gi…
-
Greetings,
I am looking for some functionalities in Julia for doing EMD, and this package seems to fit my needs. I want to ask a few questions before proceeding:
1. What is the stopping criterion …
-
Hello,
First of all, congrats for your work. It's owesome!
I'm working with your module, and need check 100 thousands of intersections.
After doing my loop, my memory is empty, it's about 32 GB…