Dan Volchek
Dan Volchek
Here's my proposed idea for how the pipes should work. Theoretically it would work for a physical pipe or GUI system. Some terms: 1. Let a chest or machine be...
I've also started seeing this in the home feed today: https://github.com/mastodon/mastodon-android/assets/21993469/0f103e72-6541-4d3b-a573-a68d4078fc56 In this video: * When I launch the app, a post I boosted about library architecture shows at the...
This is still happening to me every day. It makes using the Mastodon app frustrating.
I'd love this too! On my device, the project selector/view selector/color + filter + sort/view settings options take up a really large portion of the screen. A way to show/hide...
Maybe there could be some sort of option to show or hide it? I use a self hosted instance so it doesn't apply to me anyway.
Thank you!!
Seems like the error originates here: https://github.com/hexdigest/gowrap/blob/2c275b2bff7eafa9ac70c46d97785c88f8ceffc1/generator/generator.go#L614-L638 ```go var errNotAnInterface = errors.New("embedded type is not an interface") func processIdent(i *ast.Ident, input targetProcessInput) (methodsList, error) { var embeddedInterface *ast.InterfaceType var genericsTypes...
Also, using an interface as the type argument rather than the struct generates code, but it's not correct. The generated file has a bunch of references to `*T`, but `T`...
Going through the same steps with the app installed on my phone it works correctly/opens the video page. So this seems like an Android TV specific bug. Let me know...
Perhaps in https://github.com/lamarios/clipious/blob/master/lib/app/states/app.dart#L100-L104 the `VideoRoute`s need to be `TvVideoRoute` when the device is a TV?