Arif De Sousa
Arif De Sousa
I use AutoSSH to revere tunneling two ports, something like this ``` autossh({ host: 'myHost', username: 'myUsername', localPort: 3000, remotePort: 'rPort', reverse: true, privateKey: 'myKey' }) .on('error', function(err){ console.error(err); });...
Slowness
I wonder why it takes 11 seconds to insert 250 rows with ~12 columns, or ~7 seconds a 80Kb File to String in one row. Is there a better way...
is there a way to mix an async {} block of code with UI actions that has promises? something like PMKAlertController. I have also developed other ViewControllers that waits for...
I was playing with this library and noticed that I wasn't getting the custom headers from GraphiQL in my Request object headers, checking the network tab in Chrome looks like...