-
At present there are **_five_ links** listed in the "What to Learn Next?" section:
https://github.com/dwyl/learn-tdd#what-to-learn-next
![image](https://user-images.githubusercontent.com/194400/4795…
-
### Background
Platforms typically mediate an interface between applications with a user interface, and accessibility tools (such as a screen reader), enabling assistive technologies:
- GTK/Gno…
-
Hey there!
i love create-elm-app. It's awesome.
*I have an idea.*
Writing elm JSON encoders / decoders means writing a lot of boilerplate.
I suggest code generation as an approach to improve…
-
Seeing as [`dodrio`](https://github.com/fitzgen/dodrio) is now archived (and presumably unmaintained), what does the future of `iced` on the web look like?
Perhaps these crates are worth looking into…
-
How much use is a "_keep track of all the things_" App that _doesn't_ work offline?
![offline](https://user-images.githubusercontent.com/194400/70088472-3c956b80-160e-11ea-8b56-fbf97f566c2c.png)
We…
-
1) I switched to `seed-quickstart` with `cargo make watch` and the only thing I miss is reload after compilation.
2) Because rust compiles slowly and I save files often, I quite often want to disable…
-
What do you think about uniting `Model`, `Msg`, `update` and `view`?
`Model` is represented by `Self` in this approach.
```rust
/// Page is a trait representing one page of the application.
pub tr…
-
Remaining milestones for the iced rewrite :
- [x] Clipboard
- [x] Undo / Redo
- [x] Project saving
- [ ] MPE backend
-
Hello,
The aim is to talk about a new magnetic worklow that can call Elmer to perform transient magnetic simulations.
Following a post of @SebGue in https://github.com/Eomys/pyleecan/issues/200,…
-
**Type**
Enhancement
**Current behaviour**
Right now location of our models and logic is somewhat chaotic
**Expected behaviour**
We could move to architecture suggested by newest Phoenix, w…