Ted Steen

Results 48 comments of Ted Steen

As I see it, when shoing a modal it should be relative to the active page. In my fiddle the working modal generates a path like "start/modal" and the broken...

so when showing the start page and clicking the working link the modal is displayed and the page "start" stays visible but with the broken link the modal is displayed...

It's unlikely to change because it works... ;)

I did NES Bundler, hope I did it right 😄

A typical project dependency here looks like this `compile project(':infrastructure/jersey-spring')` and import in settings.gradle would look something like this `include "infrastructure/jersey-spring"`

[Serde](https://serde.rs/) seems to be the Rust way to do serialisation.

>should credential and username be String or Option? Had a quick look, what about something like this? ```rust impl Default for RtcIceServerConfig { fn default() -> Self { Self {...

Pushed my code as I had it lying around, note that target branch is `turn-support`, not `main` https://github.com/johanhelsing/matchbox/pull/38