Andrew

Results 16 issues of Andrew

VSCode on linux. ![image](https://github.com/slint-ui/slint/assets/135123941/4b6875c2-1870-4eda-a9e7-6d0932aa79eb) I searched for possible duplicates mentioning "preview"

enhancement
a:lsp

Add a very limited example of gstreamer output in a slint window. Has assets for play/pause buttons from the ffmpeg demo, but no logic for them yet.

I spent a few hours today unsuccessfully trying to integrate typestate-rs's UML generation into a bazel (or buck2) build. The challenge is that the extra artifacts containing the UML or...

When I build with this combination of features: typestate = {version="0.8.0", default-features=false, features = [ "export-dot", "export-plantuml" ]} I am hitting: ``` Compiling typestate-proc-macro v0.8.0 error[E0412]: cannot find type `IntermediateAutomaton`...

Example: If you set EXPORT_FOLDER=foo/bar, the uml file will be generated at foo/barSomeStateMachine.uml i.e. if this is string concatenation, the trailing slash is missing. Temporary workaround: Make sure you include...

Has anyone attempted to use CXX-Qt with QtSafeRenderer? I'm curous how much, if any, of the QtSafeRenderer API already has bindings. There are no hits when searching the codebase for...

⬆️ feature
🤔 discussion

Are circular imports valid flatbuffer schema? Since other similar schemas seem to support it, IMO this should be specified somewhere in the flatbuffer documentation; in the absence of a formal...

Ubuntu 24.04 LTS We are struggling to build slint apps using the Bazel build sysem and rules_rust. The issue we are currently hitting is in khronos_api crate: https://github.com/brendanzab/gl-rs/pull/536 Are there...

needs info

Prost already can generate types supporting Clone and PartialEq, which is great. We'd like to also be able to derive other traits, like Default, or the various traits used by...