Reuben Morais
Reuben Morais
A-ha, thanks for sharing the network logs. It seems this has nothing to do with CORS. Rather, it's about mixed-content blocking (accessing `http://localhost` from `https://coqui.ai`). WebKit is the only browser...
Thanks for the patience and for following up!
Yep, of course :)
Actually as we'll be switching to the official model card JSON format eventually we should stick to the official schema.
Was this fixed? PR #17 was merged but this issue is still open.
How/where should I run `tailscale set --stateful-filtering=false` when using the K8s operator?
I'm exposing a service using the K8s operator by using the `tailscale.com/expose` annotation. Then, on a different machine, connected to the same Tailnet using tailscaled managed by systemd, I'm trying...
In the host: ``` ❯ cat /etc/resolv.conf # Generated by NetworkManager search fritz.box nameserver 127.0.0.53 ``` In the container: ``` # cat /etc/resolv.conf nameserver 192.168.178.1 search fritz.box tailbde2.ts.net ```
@awly yea I think I was conflating issues, the DNS resolution issues are intermittent and seem unrelated to this. Thanks for the help.
I'd vote for option 2: it's less verbose (no need to keep repeating the `pipe.` module name) and familiar to people coming from languages where the builder pattern is common...