Clouds

Results 61 comments of Clouds

That's good, davincix's solution works for me. Arch linux 3.15.3, primus 20131226 and mathematica 9.0.1. Perhaps you could repost it on stack exchange mentioned by vlad17, considering google "linux mathematica...

Any new on this?

try https://github.com/ptpt52/rtl8812au, I used it on RPi and it works. note that it builds rtl8812au.ko instead of 8812.ko

I'm using WDK installed in custom location, namely `C:/Kits/10`, and after running `C:\Program Files(x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat"` (I think most person would run it before using msvc), the environment variable `WindowsSdkDir`...

I think expose `makeLocalContext` might help a lot.

Investigated and finally found the root cause, ``` MethodError: setindex(::StaticArraysCore.SMatrix{7, 6, UInt8, 42}, ::UInt8, ::Int64, ::Int64) is ambiguous. Candidates: setindex(a::StaticArraysCore.StaticArray, x, inds...) in StaticArrays at /Users/clouds/.julia/packages/StaticArrays/8Dz3j/src/deque.jl:198 setindex(x::AbstractMatrix, v, i::Int64, j::Int64)...

I'm from linux and find something interesting: `makepkg -s` (too long) ``` read(0, [proxychains] DLL init: proxychains-ng 4.12 "", 1) = 0 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1288, si_uid=1000, si_status=1, si_utime=0,...

No, I cannot successfully add the cell identifier (copied from python) for julia. Even for javascript ```javascript // %% var a=1 ``` doesn't show the "run cell" button. Is there...