-
```julia
julia> using LibFTD2XX
julia> D2XXDevices()
ERROR: UndefVarError: `libftd2xx` not defined
Stacktrace:
[1] FT_CreateDeviceInfoList
@ ~/.julia/packages/LibFTD2XX/17xne/src/wrapper.j…
-
### Description
the [Julia wrapper documentation](http://www.coolprop.org/dev/coolprop/wrappers/Julia/index.html#julia) seems to be outdated. the package `CoolProp.jl` does not require any addition…
-
Usually one has to either `poll` or `flush` a producer after sending 1 or more messages with a call to `produce`.
I had a look through the source code and I don't seem to be able to find a Julia in…
-
## Bindings and Tests for the Julia Language
* Author: Archit Rungta / @archit120
* Link: [Raised Issue](https://github.com/opencv/opencv/issues/16233)
* Status: **Draft**
* Platforms: **All** …
-
```julia
tim@diva:~/.julia/dev/IntervalFastMath$ julia -q
julia> struct Wrapper{T}
x::T
end
julia> tofloat(x::Wrapper{ AbstractFloat(x::Wrapper{ exit()
tim@diva:~/.julia/dev/…
-
I'm having troubles parsing a C++ project with Clang.jl v0.18.0 and julia v1.11 (which uses llvm16). To be clear, my current parsing script works fine with same version of Clang.jl but using julia v1…
-
Error when building the tarballs with julia v1.5.3
```julia
PS C:\Users\LLL\Documents> & 'C:\Users\LLL\AppData\Local\Programs\Julia 1.5.3\\bin\julia.exe' Minuit2_Julia_Wrapper/.ci/build_tarballs.j…
-
The interface seems very similar to a StructArray, so I wonder what are the main differences. Are they highlighted somewhere?
A cursory look suggests that a `Table` and a `StructArray` are basically …
-
I have an NLP that I am solving through `Optimization.jl` using either `Ipopt` or `MadNLP` as the solver. Both have previously worked. It seems now that I get an error from ForwardDiff about mismatche…
-
For JuMP-dev 2024, I wanted to give the elapsed time to solve a very large optimization problem with Ipopt and different linear solvers (MUMPS, SPRAL, MA27, MA57) but I got a segmentation fault for SP…