Shuhei Kadowaki
Shuhei Kadowaki
Currently Julia compiler doesn't run type inference on `Threads.@spawn`ed code block, as shown below: ```julia julia> code_typed(; optimize = false) do fetch(Threads.@spawn 1 + 2) end |> first CodeInfo( 1...
After #124: ```julia julia> using JET julia> foo() = fetch(Threads.@spawn 1 + "foo") foo (generic function with 1 method) julia> @report_call foo() ═════ 1 possible error found ═════ ┌ @...
Thanks, what do you think of replacing [the existing example of `lx_*` function](https://franklinjl.org/syntax/utils/#latex_functions_lx_) with this ? And now I would like to modiy `lx_weave` so that it doesn't remove line...
@jonathanindig thanks for your help ! > First, does this only happen with PySpark, or does it also fail with Scala Spark? It does happen with Scala Spark (well, I've...
thanks for your report, yea this should be fixed. I will take a look on this weekend if I have time.
Hi, I'm currently working on this issue and trying to interrupt a kernel using [this newly implemented kernel interrupt messaging feature](https://jupyter-client.readthedocs.io/en/stable/messaging.html#kernel-interrupt) So far I could implement control socket and sending...
@n-riesco Thank you for replying me back. Oh maybe they are still in the process for implementing this feature ? (https://github.com/QuantStack/xeus/issues/56) So the best workaround for this still seems to...
Do you guys think that this package may help ? https://github.com/atom/loophole I'm not sure how to apply this to our React components though.
Do you mean if there is a package that provides an interface to ipywidgets ? If so, I think the package would use `@nteract/widgets` and it would still cause CST...
Well, [email protected] addressed some installation problems, so `apm install Hydrogen` may work out-of-box for now.