-
Probably the most needed feature.. jquery-ui's sortable doesn't support it, but there are some hacks on the web. Maybe pick the best one, clean it up and add it.
-
This is a different approach to fix #174
We first refactor classes using the [Sans-io](https://sans-io.readthedocs.io/) pattern. Separate out all async functions and then support both trio and eve…
-
Dependency injection and "interface everything" can be very useful patterns but they also increase maintenance and debug complexity. Source generators can help by making references actually followable…
-
Running `cargo test --all-targets --no-default-features` for crate axum v0.6.20 fails like this:
```
208s error[E0432]: unresolved import `crate::Json`
208s --> src/routing/tests/mod.rs:15:26
2…
-
```
This story is for a worked example of how to improve the quality of our code.
The aim is to improve the testability, our confidence in the code, and
ultimately the code in use as part of the Dai…
-
```
This story is for a worked example of how to improve the quality of our code.
The aim is to improve the testability, our confidence in the code, and
ultimately the code in use as part of the Dai…
-
```
This story is for a worked example of how to improve the quality of our code.
The aim is to improve the testability, our confidence in the code, and
ultimately the code in use as part of the Dai…
-
```
This story is for a worked example of how to improve the quality of our code.
The aim is to improve the testability, our confidence in the code, and
ultimately the code in use as part of the Dai…
-
```
This story is for a worked example of how to improve the quality of our code.
The aim is to improve the testability, our confidence in the code, and
ultimately the code in use as part of the Dai…
-
We have logic that answers the following question:
- Given a property of arbitrary Type with current value `oldValue`
- What UI should I show to illicit a new value from the user
- Run that UI
-…