Sebastian Pech

Results 18 issues of Sebastian Pech

I guess this is actually a roam issue, but I think it would fit nicely into the features of masonry. The flex-box width of the main roam view seems to...

I'm trying to connect to my pc at work through out login node (as a jumphost). This the block config I'm using: ``` #+BEGIN_SRC jupyter-julia :kernel julia-1.2 :session /ssh:workpc:julia #...

bug
help wanted
TRAMP

I used to simply call the `CellIterator` with `CellIterator(grid)`. However, this doesn't work anymore. The problem is, that in the constructor for the grid only case https://github.com/KristofferC/JuAFEM.jl/blob/20d14ac223598c926d13023a511a48f0c5c1ce33/src/iterators.jl#L47-L54 `cellset`, `dh` and...

bug

I haven't looked into the details of that issue (Opened it as a reminder) and tbh I don't know much about the inner workings of broadcast and materialize. As the...

I'd like to discuss how to nicely run tests defined for a DrWatson project. - So by default we have the test directory containing a `runtests.jl`. This matches the default...

waiting
from-elsewhere

Next up - [x] write docstrings - [x] add examples from readme to DrWatson doc - [ ] Include docstrings in the doc - [ ] add simple "real world"...

So as we are currently discussing various DrWatson workflows, I decided to explain mine for long-running simulations. **Some comments in advances** - _Turned out a bit longer. After polishing and...

discussion

As `savename` works for structs, I think it should also be possible to expand them. This doesn't work at the moment because of https://github.com/JuliaDynamics/DrWatson.jl/blob/1eece239953ab2a5aa6de1c9cb67236df0665264/src/naming.jl#L119 which, unless defined for the struct,...

bug
good first issue
savename

One thing that annoys me about our path functions is, that the path auto-completion doesn't work. ```julia datadir("sims", # Would be cool to have completion options for all files in...

enhancement
project-setup
waiting

Two things that occurred to me while working with DrWatson: 1. How do you deal with unregistered packages that are not exclusively part of the DrWatson project? 2. It would...

enhancement
help wanted
documentation
saving-files
hard