Sebastian Limbach

Results 5 issues of Sebastian Limbach

See https://github.com/bastilimbach/docker-MagicMirror/pull/25#issuecomment-652661315

enhancement
help wanted

See https://github.com/bastilimbach/docker-MagicMirror/pull/18#issuecomment-650244564

enhancement

If you try to install this framework using Carthage the following error occurs: ```bash $ carthage update --platform iOS Dependency "PasswordExtension" has no shared framework schemes for any of the...

bug

#### Is this a bug, enhancement, or feature request? Bug. I think this is a regression because it worked in `fundamental-ngx` version `0.40.0`. #### Describe your proposal. As soon as...

Hi @1c3t3a, I came across an issue while trying to call `emit_with_ack` recursively like so: ```rust socket .emit_with_ack( "event_with_ack", json!({"event_with_ack": "first call"}), Duration::from_secs(20000), move |data, s| { println!("Ack 1 received:...