Twaha Rahman
Twaha Rahman
@Ahmad-Faizan I've just followed the instructions, but failed to reproduce the bug. Has this bug been already fixed?
@Ahmad-Faizan Sorry, my bad! 😅😓
@ahmadabdolsaheb I've just followed the instructions, but failed to reproduce the bug. Has this bug been already fixed?
> ### to reproduce: > to make the backend projects submission fail, please add > > ``` > componentDidUpdate() { > this.props.updateProjectForm({}); > } > ``` This does not work....
> Notification triggers will be a super valuable feature and the design seems sound, especially the potential for adding geofencing & similar notification trigger types in the future. > >...
@wmhilton File handlers can be serialized and can be sent to a Worker thread via `postMessage` as of Chrome 83 😉 
Same problem here. I just ran `rustup update` and now there's no auto-completion.
> I've seen this today, and I fixed it by rolling back to rust 1.46. > With 1.47 the autocomplete is broken. Rolling back to rust 1.46 fixed this entirely....
Thanks @aedeny !
> This can probably be closed now, the auto-completion seems to work again with Rust 1.48.0 :-) I'll give it a shot and tell you guys how it goes.