Andy Baker
Andy Baker
This is great and makes a big difference to usability.. I have a bunch of other wishlist items related to UX. Do you realise you're just encouraging me? ;-) Being...
I think there's a lot of low hanging fruit. Common operations that usually are poorly catered for: - Inserting a node without having to reconnect edges - Swapping one node...
Yeah. I'd love to get to the point where I can contribute.
Could we make it a bit simpler to customize the templates? Rather than having to copy in 13 lines from your template - use an include or a templatetag so...
Quick workaround I used just now that specifically fixes this for Django Import/Export: 1. Ensure DjangoObjectActions is before ExportMixin in your ModelAdmin class declaration 2. Add 'redirect_to_export' to your changelist_actions...
Same here. This is the top result in google for "TorchImageView t_last" During setup I also had a problem at this stage: python configure.py --cuda-enable-gl --cuda-root=/path/to/cuda gave me "configure.py: error:...
I worked around it by not using VIU. So it's only a workaround in the sense that it proves the issue is with VIU and not the Wave SDK itself....
Thanks. I've just had a play and it seems to work well. Out of curiosity - why are you encoding depth as hue via RGB > HSV? Why not just...
Hi. I'm interested in this. I can measure speeds of up to 830Mbps on my domestic Wifi. I've also got access to some 5g test equipment and I would very...
In comparison - the other app I'm playing with is https://github.com/keijiro/Rcam2 by @keijiro That packs the RGB, depth and a stencil into a single uncompressed 1080p NDI frame. I believe...