Onslauth

Results 14 comments of Onslauth

I believe the issue you are having is because you have not called `SetTitleBar` after `ExtendsContentIntoTitleBar`. I have created a minimal example that you can find here: [https://github.com/onslauth/TitleBarTestApp](https://github.com/onslauth/TitleBarTestApp) If you...

Thank you for the reply. I have had a bit more time to dig into how SoundFile works, and looked at what it was doing internally. It seems that everything...

Firstly, thank you for the quick response and feedback. We use the full image because we process it and send it through a couple ML models, and don't want any...

Yeah, for most ML, you would pass a reduced size image through the models and it would be fine, and most models are trained on resized images. However we are...

Are you talking about [https://github.com/henon/pythonnet_netstandard](https://github.com/henon/pythonnet_netstandard) or [https://github.com/pythonnet/pythonnet](https://github.com/pythonnet/pythonnet) ?

If I understand you correctly, I want to be looking at the following file: [https://github.com/henon/Python.Included/blob/master/Python.Included/Installer.cs](https://github.com/henon/Python.Included/blob/master/Python.Included/Installer.cs) Is that correct?

I have installed the embedded python to the folder `C:\Python\` I have also created a new WinUI3 template program to test the code and tested both inside a task and...

[https://github.com/pythonnet/pythonnet/issues/1796](https://github.com/pythonnet/pythonnet/issues/1796) Thank you for the help.

With help from the Pythonnet developers, the program now runs. The solution can be found here: [https://github.com/onslauth/WinUI3-Pythonnet](https://github.com/onslauth/WinUI3-Pythonnet) Is there something else you would like me to try with regards to...

I've had some time to play around now. I updated the nuget package to: `3.10.0-preview1` so that I can directly set the `PythonDLL` property. During `Installer.SetupPython( )` it seems to...