Falk Pollok

Results 6 issues of Falk Pollok

- Current image in master will not build at all due to `wget https://julialang.org/juliareleases.asc`. That will not resolve, since this file was moved to https://julialang.org/assets/juliareleases.asc The PRed images work. -...

While originally only intended as a quick help to setup FfDL's dependencies, the DIND scripts have become more widely used than anticipated. Thus, we should probably overhaul and parameterize them....

enhancement

The function declaration ``` @gen function bar() @trace(bernoulli(0.5), :x) @trace(foo()) end ``` clashes with PyPlot.bar imported earlier. When running the notebook in sequence this will result in the error ```...

I use RobotOS in my SLAM module which I use from an agent module with the following imports: ``` import RobotOS: @rosimport, rostypegen, Publisher, publish, init_node, now eachrow @rosimport sensor_msgs.msg:...

Refactored some code to avoid warnings, primarily nothing comparisons into `===` rather than `==` or directly via Julia's `isnothing()` function.

## Is your feature request related to a problem? Please describe. When developing extensions and debugging pipelines, I currently have to step into site packages with my debugger to get...