Stan van Lier

Results 5 comments of Stan van Lier

I would like to use `innerjoin!` like `leftjoin!` but to make sure that all values from left occur 'exactly once' in right instead of 'at most once'. I often use...

Yes but not necessarily only a bijection since right may contain keys not being in left. (or is that still a bijection). So `innerjoin!(x, y, on=:z)` could work while `innerjoin!(y,...

You're right! Apparently I didn't restarting the server. I assumed the whole `config.md` would be reevaluated by just saving it, but it turns out there are some exceptions to that.

Thanks, `serve(clear=true)` is a nice workaround. What I did was I deleted `Project.toml` manually from `__site` and it then kept reappearing when saving `config.md` until I restart the server.

On Wayland switching off Ubuntu's "Desktop Icons NG (DING)" extension fixed the issue for me