Frank Kotsianas
Frank Kotsianas
Indeed! Specifically, it would be super nice if we could right-click + "Inspect in Preact (or similar)" and trigger that zoom. I dunno if that's easier than fixing a persistent...
If anyone's looking for this in 2021, this repo was pretty interesting for me: https://github.com/bear-junior/react-native-draganddrop-board/
Should be closed by https://github.com/rghuckins/robinhood-google-sheets/pull/10, pls try copy/pastaing latest robinhood.gs on that branch into your sheets [EDIT] and fill in the device_token (you need a device_token for RH's new Oauth...
Hey guys, you need a device_token as well. Check out https://github.com/rghuckins/robinhood-google-sheets/pull/10/files [EDIT: thanks @philgapp!]
Sounds great, thank you for all the great work!
@mmahalwy I had a similar issue; As far as I can tell you can set the headers, but your underlying problem is that devise_token_auth itself changes the token on each...
Hm. Just kidding now. I'm looking and I don't seem to have access to the headers on axios at all. 👎
For future reference: copied solution from here - [axios/unable to set or override global headers](https://github.com/axios/axios/issues/649) ``` // services/axios.js import axios from 'axios' export default function withStoredHeaders() { return axios.create({ headers:...
Whoa, had no idea about interceptors! I like it!