Elliot Wright
Elliot Wright
I think it'd pretty much just be showing the tests that passed. Perhaps also removing the `go test` command being run too, just to reduce it down to that list...
Another option may be to modify the following line in `test.ts` to require everything: ``` .then(() => require.context('./', true, /\.spec\.ts/)) // Becomes .then(() => require.context('./app', true, /\.ts/)) ``` If you...
Aah, perhaps it needed a slash on the end of the path. I'd not actually tried that solution with `angular-cli`, I'm just doing something similar in the boilerplate I've been...
Just to keep this one up-to-date, I'm still experiencing this issue on MacOS 10.15.6 (with the supplemental update) on Alacritty 0.5.0. The aforementioned PR that was suspected to fix it...
> FWIW, I can't reproduce this. macOS 10.15.7, MacBook Pro (15-inch, 2019) i9, 16GB RAM. Which GPU are you using? I don't have this problem if I'm plugged into an...
Yeah, that's not an acceptable solution sadly. You can go from 10hr battery life to 2hr :(
This would also handily help get around another issue when composing replies in longer threads. Sometimes I scroll down but get jolted up when typing a response, I don't think...
I'm also experiencing a similar issue. I'm evaluating Typesense using a 3-node cluster in Kubernetes (EKS). I've used the Kubernetes manifests from the https://github.com/typesense/typesense-kubernetes repository. It seems like if the...
I think it'd be a case of periodically re-querying the DNS server if a hostname is given. Kubernetes DNS will update, and that should mean Typesense can recover eventually on...
Alrighty, I've created the sidecar. It's a little bit rough around the edges, but it's doing the job so far. It's available here: https://github.com/seeruk/tsns and is also available on Docker...