-
I reproduced the issue and found out that running cells cause the issue if the code `using Revise` is used:
So the most minimalist code:
```
#%%
using Revise
#%%
6
#%%
```
Error:
![image](h…
-
## description
[According to the document at http://weavejl.mpastell.com/stable/usage/:](http://weavejl.mpastell.com/stable/usage/
) it should be possible to embed raw HTML using `display()` but …
-
After successfully creating a Julia webserver (similar to the rest example with the post `routes`) with this great package, I tried to precompile my code within a module.
But the precompilation fa…
-
Thanks for making MKL with Julia easier.
Recently I am doing a lot of medium sized matrix calculations and I found MKL provides 2x speedup versus OpenBLAS in my use case. Hence I tried to switch al…
-
I was trying to run a demo on my computer, which is shown below. However, a very long running time is needed even for this small problem
```
println("**********************************1***********…
-
I cannot even run the first example:
```julia
import SimpleContainerGenerator
mkpath("my_image_name")
cd("my_image_name")
pkgs = [
"Foo",
"Bar",
"Baz",
]
SimpleContainerGen…
-
Hi,
I recently made a post at discourse: https://discourse.julialang.org/t/performance-of-optimization-problem-in-a-loop/46374
with discussion on speeding-up an optimization problem. But now I ca…
-
When trying to update Julia, I get the following error message. Is this an issue on the MKL.jl side?
```julia
(v1.3) pkg> up
Updating registry at `~/.julia/registries/General`
Updating git-rep…
-
Ubuntu 18.04.4 LTS Virtualbox running on Windows 10.
Zygote.jl cloned from https://github.com/Byrth/Zygote.jl.git (my fork to remove @requires for the purpose of compilation). One of the things tha…
Byrth updated
4 years ago
-
MWE from test failure in PackageCompiler.jl
```jl
# callable.jlj
Base.@ccallable function f()::Cint
return 0
end
```
```jl
run(`$(Base.julia_cmd()) --startup=no --output-o=sys.o ccalla…