-
Hey
Is it possible to write a component library for sixtyfps as of the current state? Meaning a Rust lib, that exports component to be used in other packages. Primarily for Rust (both lib and consume…
-
### 目标
使用 Rust 实现批量压缩图片功能。
1. 了解 WebAssembly,了解 WebAssembly 的使用;
2. 掌握将 Rust 转换为 WebAssembly 的方法;
3. 在浏览器中调用步骤 2 中的方法;
项目:[WIP][RustInReact](https://github.com/demos-platform/RustInReact)
…
-
This link is not correct. It will point to something like `/requests/`
A request, for wich user has access to, should be accessible via `/me/requests/`. But I am not sure about other im…
-
To show how to filter the columns of the `StandardTableView` an examples should be added to the `TableViewPage` of the gallery. The page could be extended with a `LineEdit` that allows to input text e…
-
As discussed in #4942, this Slint code
```slint
FocusScope {
key-pressed(event) => {
if (event.text == "a") {
accept
}
reject
…
-
instead of blocking call into slint event-loop
HelloWorld::new().unwrap().run().unwrap();
there should be an option to invoke an async run function, so the underlying event loop (embassy or …
-
Custom keywords should be displayed in groups by their vocabulary (DarwinCore, AudubunCore, etc.), and sorted based on an optional `order` key in the `ZENODO_CUSTOM_METADATA_VOCABULARIES` configuratio…
-
It seems like it is not possible to make a window start in the center of the screen it launches on. I have found it's possible to set the position of the window before showing it, which, in combinatio…
-
Discussed in https://github.com/slint-ui/slint/discussions/3947#discussioncomment-7597955
```
export component Foo {
callback clickedA button.clicked;
callback clickedB button.clicked;…
-
I still find code like this unnecessarily complex `width: self.source.width / root.frames-wide * 1px;`.
Even though it's technically the same thing, would it be possible to have `px(width: self.so…