Apika Luca

Results 9 comments of Apika Luca

Hi @ChihweiLHBird, we (@RustLangES) are planning to do an implementation of an agnostic ORM focused on Cloudflare Workers in Rust. You can follow our progress in [this discussion](https://github.com/orgs/RustLangES/discussions/1). We are...

@kflansburg We already have an experimental ORM for one of our [project](https://github.com/RustLangES/cfworker-forms/tree/apika/dev/crates/models/src/shared.rs) (The api is not the best). As I said it is so experimental, but we are working on...

@matthieu-m Thank you for raising these important questions. I’d like to share my thoughts on each point before we move on to naming and ergonomics: 1. `FromStr` is designed for...

After around ~50 minutes waiting _(and wasting hours of machine-time)_ for CI, it may be improved with some cache like [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache). In another project, I have used a similar strategy...

> I'm just wondering if the "smooth_scroll" property is really necessary or if we just want to always have smooth scroll. I think if someone already depends on no-smooth scrolling,...

@ogoffart I'm working on tests and I have a big problem, maybe you know what to do. `tests/cases/elements/flickable.slint` ```slint // 19..21 flicked => { root.flicked += viewport_x/1phx * 100000 +...

@ogoffart I found out how to solve the issue at my 4th solution, I just created a change tracker for viewport and attach its event to flicked callback, so now...