Vadim Peretokin
Vadim Peretokin
Using .NET 6.0.302: ``` An unhandled exception of type 'System.Exception' occurred in Qml.Net.dll: 'Couldn't ready block' at Qml.Net.Runtimes.Tar.ReadHeader(Stream stream) at Qml.Net.Runtimes.Tar.ExtractTarFromGzipStream(Stream stream, String destinationDirectory) at Qml.Net.Runtimes.RuntimeManager.GetUrlStream(String url, Action`1 action) at...
[Qt 5.13](https://www.qt.io/qt5-13) is out and supports `SplitView` in Qt Quick 2 again - a really handy component!
Trying out the .NET 5 version of [single file publishing](https://github.com/dotnet/designs/blob/main/accepted/2020/single-file/design.md), qmlnet on Linux nor on Windows doesn't seem to cooperate well with it: ``` ./Hammer Unhandled exception. System.TypeInitializationException: The type...
Fix the following: > An unhandled exception of type 'System.Exception' occurred in Qml.Net.dll: 'The version of the runtime directory was /media/vadi/SSDer/Programs/qt-runtimes/output/qt-5.15.1-04d1a8b-linux-x64-runtime/version.txt, but expected qt-5.15.1-7fc8b10-linux-x64'
[DropArea](https://doc.qt.io/qt-5/qml-qtquick-droparea.html) doesn't accept any input when used in Windows under Qml.Net, it always shows the "blocked" icon. The given Qml file will work fine in Qml.Net on Linux and in...
A user on Ubuntu 18.04 is getting the following warnings: ``` ERROR: No native Menu implementation available. Qt Labs Platform requires Qt Widgets on this setup. Add 'QT += widgets'...
Pretty specific question, but I need to implement syntax highlighting in my application which requires access to both the rich text and plain text contents of a TextField. The way...
If I have the following as a struct: ```csharp public struct Issue { private string _severity; [NotifySignal] public string Severity { get =>_severity; set => this.SetProperty(ref _severity, value); } private...
### Please fill out the following: - **Platform:** - MacOS. - **LuaRocks version:** - 3.9.1 - **Configuration file:** - default - **LuaRocks output from when the issue occurred:** ``` %...
When installing [lua-yajl](https://github.com/brimworks/lua-yajl), it appears that YAJL_INCLUDE is required by LuaRocks before compilation can even begin - but once provided, it is not actually used for compilation, resulting in a...