Windel Bouwman

Results 191 comments of Windel Bouwman

I would still encourage to support this. It is true that vcpkg has its own quirks, but I used it to build a gtk-rs app in windows. Windows support is...

> * Should user explicitly ask to use `vcpkg` instead of `pkg-config` or should it be transparent? Maybe it could be used as a fallback and we could have an...

> > I would still encourage to support this. It is true that vcpkg has its own quirks, but I used it to build a gtk-rs app in windows. Windows...

> The [Gtk docs](https://www.gtk.org/docs/installations/windows/) currently mention [gvsbuild](https://github.com/wingtk/gvsbuild). Hmm, this looks interesting! If this is recommended by the gtk team to build with visual studio, maybe we should use gvsbuild instead...

Still I believe that a good approach on windows would be the rust toolchain with the visual studio compiler with a GTK build with visual studio as well. Is there...

Hmm, I tried to run gvsbuild, but it failed somewhere with gettext. This looks like the manual route, which I do not wish to walk: https://wiki.gnome.org/Projects/GTK/Win32/MSVCCompilationOfGTKStack

The wasm test suite is organized as S expressions, and there are indeed binary modules defined in those S expressions. The spec test can be found here: https://github.com/WebAssembly/spec/tree/master/test/core As an...

Hello Gong Yue 666, Thanks for trying out my software! I have not looked into this code for years, so I will have a look at it. Are you sure...

Agreed, it would also be handy to have binary builds available using the python stable API. https://docs.python.org/3/c-api/stable.html#stable-abi

If your working on yocto, the snippet in this issue might be of use: https://github.com/luxonis/depthai-core/issues/447 Specifically this comment: https://github.com/luxonis/depthai-core/issues/447#issuecomment-1164015416