Martin Kavík

Results 59 issues of Martin Kavík

Hi @connorskees, I'm a core member of the frontend framework [Seed](https://seed-rs.org/). I'm looking for a SASS library that I can integrate into Seed projects and yours looks like a good...

How to omit fields in `InputObject`s? Example: I would like to send this mutation: ```graphql mutation M { updateClient(input: { filter: { id: {eq: "01EG14HC157VEJ8DWMSKBEDGY5"}, }, set: {name: "Client B"}...

✨ enhancement

Hello again! ## Error be like: `Error: Failed to optimize frontend with wasm-opt` ## What I did: ``` cd example/pages mzoon build --release --frontend-dist ``` ## what it said: >...

Missing `mzoon` features: - Auto-install `wasm32-unknown-unknown` - see https://github.com/MoonZoon/MoonZoon/pull/113 - Automatically check minimum supported Rust version (MSRV) - Other checks?

![jumping](https://trungk18.com/be8d541b13a18f16bc69d93f46c40877/border-shadow-03.gif) GIF from https://trungk18.com/experience/css-div-jump-border/ **PROBLEM**: You can't change a border width when the element doesn't have a predefined size (assuming `box-sizing: border-box`) without accidentally changing the element's size. This size...

enhancement
blocked

Try to use Fleet or these suggested optimizations: https://www.reddit.com/r/rust/comments/ua09tc/experimental_fleet_a_build_tool_for_rust_thats/i5w7n6g/?utm_source=reddit&utm_medium=web2x&context=3 (Also it could probably help to reduce GBs of `target` data by sharing `target` folders among crates and examples.)

enhancement
help wanted

Consider to add more border styles. Currently implemented styles: - `solid` - `dashed` - `dotted` All styles: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style https://github.com/MoonZoon/MoonZoon/blob/7741ea4788760e85e87b8b0042d1e72844caafb1/crates/zoon/src/style/borders.rs#L167-L171

enhancement

https://discord.com/channels/797429007683158046/797429007683158051/943734697991745536: > 1. Opening up the project in vs-code and rust-analyzer complains a lot, most related to conditional compilation. Switching "rust-analyzer.cargo.allFeatures" to false in the included settings.json file makes rust-analyzer...

todo

Chat link: https://discord.com/channels/797429007683158046/797429007683158051/880072431195258901 cork — Today at 2:53 PM @MartinKavik How can we attach to the following events? 1. drag events for dragging elements and panning 2. mouse wheel events...

Redirect `println!` and similar functions to `console.log`. Motivation: - We can use standard Rust functions for logging / debugging. - It will be easier for beginners to learn and play...

enhancement