Alex Ryckman Mellnik

Results 26 comments of Alex Ryckman Mellnik

Ugh, not sure how I managed to not find this while flailing around. Thanks!!!

I think this can be closed -- things like ``` julia da = @data([NA, 1.0,2.0]) da2 = convert(DataArrays.DataArray{Int32,1}, da) ``` work now.

I'm pretty sure you will still have the JIT overhead based on the discussion [here](https://discourse.julialang.org/t/julia-static-compilation/296/12), but @dhoegh can confirm.

That's my understanding -- see for example @ChrisRackauckas's post [here](https://discourse.julialang.org/t/julia-static-compilation/296/12?u=amellnik). All this package does is bundle julia along with the script in an executable.

What's the status on this PR? If no one is currently working on it I can update it to the latest Flux.

I'm also seeing this issue. My `.typingsrc` file looks like ``` httpProxy=http://my.proxy.com:someport httpsProxy=https://my.proxy.com:adifferentport rejectUnauthorized=false ``` Update: needed to use only `proxy` set to my http proxy. Worked on the second...

I'm unable to install this with Node 8.9 and Anaconda on Windows. (The permissions error occurs even after a restart). ``` PermissionError: [WinError 32] The process cannot access the file...

@gnestor `jupyter labextension install @jupyterlab/plotly-extension`. The full error is: ``` Traceback (most recent call last): File "C:\Users\amellnik\AppData\Local\Continuum\Anaconda3\Scripts\jupyter-labextension-script.py", line 5, in sys.exit(jupyterlab.labextensions.main()) File "C:\Users\amellnik\AppData\Local\Continuum\Anaconda3\lib\site-packages\jupyter_core\application.py", line 267, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv,...

@gnestor Sorry for the delay -- I missed the notification for your comment. I'm also not able to build lab now, and get an error related to the plotly extension:...

I'm not sure of the best way to keep them in sync, but will keep thinking about it. I think you're right that this wouldn't make sense to do before...