4lrdyD

Results 5 issues of 4lrdyD

I got the lib folder in the system path, however: ``` julia> set_backend(AF_BACKEND_CUDA) ERROR: ArrayFire Error (501) : Failed to load dynamic library. Error in af_err __cdecl unified::AFSymbolManager::setBackend(af_backend) In file...

i try to use **X = Mmap.mmap(io, Vector{Float64}, (10^9,))** , but does not finish creating the array, the computer crashes, then i need restart the computer, although **X = Mmap.mmap(io,...

Hi, I'm trying to create an icon with a png file, but I get an error: ``` julia> myicon=Icon("ml.png") ERROR: MethodError: no method matching create_from_file!(::Mousetrap.detail._IconAllocated, ::String) Closest candidates are: create_from_file!(::Union{Mousetrap.detail._Icon,...

Added a line to make the suggested main.jl file work.

Hi, I'm using the manual at https://clemens-cords.com/mousetrap/, which apparently does not sync with this repository, for instance on line 459 of the file `Mousetrap.jl/docs/src/01_manual/ 01_manual/02_signals.md` ``` connect_signal_clicked!(button_02, button_01) do button_02::Button,...