Giulio

Results 13 issues of Giulio

hello, I've installed `remote-redux-devtools` in my app, following the readme, namely: npm install --save-dev remote-redux-devtools which makes the lib available in dev, no worries about that. I configured my store...

> [every single request that Savon makes should be a POST](https://github.com/savonrb/savon/blob/master/lib/savon/operation.rb#L86). > > As always, with any software it's possible there's a bug, but I don't think there's anything you...

stale

Hello, I'm trying to figure out an N+1 queries issue, but I can't figure out how to get this gem working for me, on rails 6.1.6.1 Nothing I do seems...

to: ubuntu 18.04 ibgateway 968 ibcontroller 3.2.0.4

hello, I'm trying out `simanneal`, and found something that I don't understand: here's my code: oa = OptimizerAnnealer(strategy, ranges, self.get_data()) configuration, points = oa.anneal() where my annealer is: def __init__(self,...

Hello, in our prod platform.sh we are getting tons of errors saying `(process status: pid 96294 SIGKILL (signal 9))` I checked the source of the GEM and managed to track...

I'm getting this error when registering a new user, here's my signUp function: ``` const signUp = (data, dispatch, props) => { data["confirm_success_url"] = props.match.url.replace("/signup", ""); data["uid"] = data.email; dispatch(registerUser(data));...

Hello, Probably there's something I'm missing, I think this package should provide a way to authenticate requests to the backend in order to use the stored tokens also for any...

After registration the user should not be logged in automatically, the backend might need the user to do more actions before the user can log in, for example it might...