-
```jl
using JSON3
function readlabels(l)
if :descriptor in keys(l)
name = l[:descriptor][:name]
ui = l[:descriptor][:UI]
q = l[:qualifier]
if q !== nothing…
-
While I don't think this is how I should be using the sockets, I don't think Julia should crash when the following code is put into a package and executed:
```
module TestSockets
using Sockets
…
-
```
$ env RUST_BACKTRACE=1 ~/projects/rust-bisect/target/debug/rust-bisect
--good nightly-2016-10-28 --bad nightly-2016-11-02 -- cargo build
finding available nightlies between nightly-2016-10-28 a…
-
| | |
|------------------|-----------------|
|Previous ID | SR-10037 |
|Radar | None |
|Original Reporter | stamba (JIRA…
-
Error comes from calling Gtk.Pixbuf which calls a function from libpng16.dll, my guess is it has something to do with my CPU not supporting SSSE3. I've tried to compile libpng16 myself but I couldn't …
-
A MWE:
```
module SelfTest
using MKL
# Write your package code here.
function julia_main()::Cint
println("wow")
return 0
end
end
```
Compiled on a Windows11 machine, with
…
jsjie updated
12 months ago
-
When installing this package on Windows with Julia nightly build (with GitHub action `julia-buildpkg`), I got the following error:
```julia
Cloning [313cdc1a-70c2-5d6a-ae34-0150d3930a38] Inde…
-
I had run some rudimentaly experiments with Julia 1.4.1 before but yesterday after updating CombinedParsers to 0.1.2 it crashes the REPL. Here is the error. (BTW, it works properly in 1.5)
```
(@v…
-
My REPL in VS code keeps shutting down abruptly with this error message:
```
The terminal process "julia.exe '-i', '--banner=no', '--project=c:\Users\Dell\.julia\dev\MNG',
'c:\Users\Dell\.vscode\e…
-
During the cmake configuration I have a missed generator:
**Halide-halide_generators_DIR-NOTFOUND**
Looking on the build bot I wasn't able to find the generator:
[https://buildbot.halide-lang.org…