Results 11 issues of neurlang

Hello, I've did the required changes to integrate tts cube with melgan vocoder. The inference is really fast, with wavenet it took 1.5 hour to vocode a few sentences, now...

hello, at minimum 3 rows needs inserting into GetPhysicalDeviceSurfaceCapabilities() ``` + pSurfaceCapabilities.SupportedCompositeAlpha = CompositeAlphaFlags(cpSurfaceCapabilities.supportedCompositeAlpha) + pSurfaceCapabilities.MinImageCount = uint32(cpSurfaceCapabilities.minImageCount) + pSurfaceCapabilities.MaxImageCount = uint32(cpSurfaceCapabilities.maxImageCount) return __v ``` this is required to make...

hello, glfw changed GLFWWindow to Handle (see their readme). needs fixed. thanks

I've forked the browser and added support for the modern wayland linux-based windowing system. It now ships as the [go-wayland-browser demo](https://github.com/neurlang/wayland/tree/master/go-wayland-browser) of my wayland repository. What works: * buttons, icons...

I don't think the assets (icons) compile any more. No code generation occurs at compile time. TODO: Fix by using embed fs: ``` //go:embed assetdir/*.html //go:embed assetdir/*.png var content embed.FS...

I would like to suggest adding the dataset.txt of 24865 slovak words, these are hand reviewed. What license would be preferrable to the gruut project? I am the author, can...

My app needs to detect both OnKeyUp() and OnKeyDown() on Form. Sadly. Only OnKeyUp() is provided. This implements OnKeyDown() in the existing Form path without affecting the lack of OnKeyDown()...

Hello, I need OnKeyDown() for Form. I have implemented and will open a Pull Request

Relative import needs to be removed from - math32/all_test.go - math32/benchmark_test.go Release needs to be tagged See fix: github.com/neurlang/[email protected] Thanks

There is a lot of deps in go.mod which adds a lot of transitive dependencies to projects who import gorgonia/cu (like mine) Try to inspect for what are these deps...