Christian Sepulveda

Results 9 comments of Christian Sepulveda

FWIW, I have the same need, in that I need access to the request object after redirects. While awkward, I would be fine with the response object being a fourth...

These are good suggestions. I will try to find some time to make the tweaks.

I've posted an update for the (1) and (3). For (2), I think it works as is. You need to run the claudia commands from the `aws-api` directory. Did you...

Thanks for the details on the workaround. At some point I need to revisit this template and update it for a more current version of electron.

It isn't normal. Do you have something else running on port 3000? You could edit `package.json` and change the port to something else to see if you still get the...

`npm run dev` runs a few processes. I wouldn't stop by closing/exiting the window, but press Cntrl-C in your command line (terminal) to kill all the processes. It seems the...

I don't know. If I add this to App.js, I see the messages in the console. ``` {console.log("Button Pressed")}}> Push me ``` I would start with simple buttons. There may...

Unfortunately I don't know. I haven't had a chance to update versions of the package dependencies.

Unfortunately I have no experience with Typescript, so I can't offer a suggestion on how to get this working with it.