Raul Rene Lepșa
Raul Rene Lepșa
I resolved this problem by creating my own generic method of calling the API via the `https` module, but this should be prioritized. There should be a method for generic...
> Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue...
@theonlygusti I have this problem too and none of the above helped me solve it. As @cmmartin suggests, I guess it's a Google API error because debugging the `passBackControl` method...
> instead of using **`cookie-session`** I've used **`express-session`** as a session middleware with the latest passport package and this solves the problem. Yes but it should also work with `cookie-session`,...
@Mihai-github Since for the ESM you don't need the polyfills, you can `broswer: true` and `preferBuiltins: false` for the node resolver (at least this worked for me): ``` export default...
+1, hope this gets fixed. @NordlingArt 's proposed workaround is a little messy
I was frustrated by this and created a PR that fixes it. Hope @JedWatson has the time to go over it.
Hi. Could you add a little more detail? Just printing the console isn't helping. As it's written in the Disclaimer I'm not currently maintaining the bot but maybe it's not...
@mphomashika The bot was indented to auto-subscribe to contests by retweeting or liking. I'm not currently maintaining the project. If there are cases in which you have to tweet something...
I just checked the code and it appears to correctly append the geocode. Most probably because of the spaces in it it wasn't correctly taking it into account. I've done...