Todd Chaffee
Todd Chaffee
This might help if you are looking to use the existing package as an ES6 import. ``` import { default as converter } from 'number-to-words'; converter.toWords(13); // => “thirteen” ```
@OmgImAlexis I was positive I had tried that and it didn't work... but yes, it does work. Thanks. Just so it's spelled out for anyone looking, this is working for...
I have the opposite problem on Gnome 3.28 with Wayland. On my primary monitor, Guake extends too far and goes into the 2nd monitor. By exactly the width of the...
This looks like it is still open and no one has offered to work on it? Can I take this issue?
There might be some danger involved concerning internet points. When I tried to point out to a Rust post on Hacker News that a new feature written in Rust might...
Is anyone already working to fix this? I need it and it looks fairly easy to fix, but I don't want to duplicate effort if someone is already on it.
Just in case someone else got stuck on this, the exact functions you're looking for are `.geometry.location.lat()` and `.geometry.location.lng()`
+1 for this. See my comment at https://github.com/Behat/WebApiExtension/pull/40