drrmmng

Results 14 comments of drrmmng

Thank you! I used the following code and on CPU is does work without errors. Unfortunately, if I try to run it on the GPU, the whole Julia session still...

That is probably the issue I'm facing. > In that case, you need your script to wait until all processing is done, perhaps by awaiting on the futures coming back...

I'm experiencing the same problem with DistributionsAD v0.6.28 Edit: Thinking about this a bit longer, I'm not sure if it is reasonable to expect that the output type of logpdf...

Is this related? https://github.com/JuliaPlots/AlgebraOfGraphics.jl/issues/334 If so, there is at least a data set and two minimal working examples to reproduce this.

If I understand this correctly, this wouldn't be a problem if all snippets would show up in the suggested list, right? Because, in my case snippets are missing if they...

I just encountered a very similar error: ``` julia> VideoIO.viewcam() ERROR: Could not open /dev/video0 ``` I also have a video1 device, is there a way to point this function...

oh, I meant the example app in the documentation: ```Julia import HTTP using Dashboards app = Dash("Test app", external_stylesheets = ["https://codepen.io/chriddyp/pen/bWLwgP.css"]) do html_div() do html_h1("Hello Dashboards"), html_div("Dashboards: Julia interface for...

I can't reproduce this error with Chromium, only with Firefox. Chromium recording: ![image](https://user-images.githubusercontent.com/24253179/77101685-fc6cc400-6a17-11ea-969d-78e8b6bf94ea.png) Firefox recording: ![image](https://user-images.githubusercontent.com/24253179/77101845-3f2e9c00-6a18-11ea-8cb1-78c733aeb25c.png) Also, the error is only thrown the first time the page is requested after...

It's probably an issue with HTTP.jl and not Dashboards.jl anyway :thinking: