H. Can Yıldırım

Results 26 comments of H. Can Yıldırım

Is there any improvements?

@stephanebruckert Thank you but i need refresh token. I can't force my mobile users to logout and login again. It has to be persistent session. Users can close the application...

@stephanebruckert sorry for my bad english. Im using axios interceptors on react-native. see [interceptors](https://github.com/axios/axios#interceptors) ``` instance.interceptors.response.use( async (response) => { if (response.headers['access-token']) { await onSignIn(response.headers); } return response; }, error...

Yes, some of my customers told me that they can't see anything in their screens. So i investigated and found they are getting 401 from server. Thanks for answers by...

Hi, This is also the case, when I delete the database and re-create it and run the tests, the first running test fails. When I run it for the second...

After 2 months, its not working again. I don't know what to do. Is there any solutions? @houen I tried your solution but its not working for me.

Hi, when this will be merged? it's really nice to have this option.

I don't know the difference between bot and webhook notification but I needed a simple discord webhook so I forked a repository and created [this](https://github.com/ccoeder/discord-webhook), you can check it out...

Hi, I am getting same error. ``` ruby '2.5.0' 'rails', '~> 5.2.0' 'rubyzip', '~> 1.1.0' 'axlsx', '2.1.0.pre' 'axlsx_rails' ```

Hi, I reset the database, the excel file to be created is empty and I still get an error. Here is my base64 attachment. ``` Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition:...