Adrien
Adrien
It seems like it was actually a problem in the name of my directory. I worked in `/Users/adrien/code/geroni.mo` and migrate the code in `/Users/adrien/code/geronimo` and it works. I don't know...
Thanks @toriqo That's was the thing for me!
I think I have the same issue. Would there be a way to give an order in which we want the services to launch? **EDIT**: We can [change the startup...
April 2022, got the same issue. @eddyecho workaround works for me as well.
@robwierzbowski Did you try and see it working your way?
Downloading from Thunderbird did not work. Built the XPI from sources too to have it up and running. @ngriffin7a Nothing magical to do. Working just fine with Thunderbird 45.8.0.
Yes, I have no problem. Though in the link you provided, it says `i` switch the message mode which is not the case. It's actually `m`.
I'll give it a try though I'm not at ease :)
It seems to be working to a limit. Deconstruction in a multilines block of code fails: ```js files.push({ relative, //
[Here](https://hacks.mozilla.org/2015/05/es6-in-depth-destructuring/) it describes the case you're wondering about, especially this part: > Function parameter definitions > > As developers, we can often expose more ergonomic APIs by accepting a single...