Markus Kohlhase

Results 145 issues of Markus Kohlhase

Are there any critera which framework is a minimalisitc one? Somethink like this: https://github.com/madrobby/microjs.com#rules ?

enhancement

# Before the release - [x] 1. Create a new issue - [x] 2. Update all official examples. - [x] 3. Review the commit and PR history since last release....

It was a pleasure for me to be working on the release of `v0.9.0` :smile: And I would have great desire to develop Seed further, however, it is unfortunately as...

help wanted
high priority

It happens to me again and again that I stumble over the following runtime error: `Cmds can return only Msg, Option or ()!` The cause is in the [`map_callback_return_to_option_ms!`](https://github.com/seed-rs/seed/blob/340d501e51a3988829303d7f6e35cf486768bdcf/src/lib.rs#L66-L90) macro....

**Update**: I'll hopefully add a full example soon :) *Original question:* Are there examples how to use `seed::fetch::Request`s with cookies? On load I'd like to know if the user is...

docs

do not merge yet!

enhancement

The issue started here: [serialport-rs](https://gitlab.com/susurrus/serialport-rs/) uses an outdated (`v0.16`) `nix`crate :disappointed: And this is the current (2021-11-18) situation: - serialport-rs is [currently not maintained](https://gitlab.com/susurrus/serialport-rs/-/issues/111). - [mio-serial](https://github.com/berkowski/mio-serial) is not maintained anymore...

help wanted
question
discussion
rtu

I think we're going to split the crate into [`modbus-core`](https://github.com/slowtec/modbus-core) and `tokio-modbus`.

enhancement

### Describe the bug The `build_appimage.sh` script invoked by `cargo tauri build` fails to run on [NixOS](https://nixos.org) because the `linuxdeploy-x86_64.AppImage` always tells me `No such file or directory`. In contrast,...

type: bug