Safirion

Results 10 comments of Safirion

I have give up and just generate a token/refresh token manually first time. Then I have stock the access token/refresh token in a SQL table and my app update theses...

@LucasFarley : I finally use the deprecated but still useful InvisibilityTimeout.

You have to use the invisibilitytimeout. (deprecated but still useful) more info here : https://github.com/arnoldasgudas/Hangfire.MySqlStorage/issues/20

Responsive layout has big issues : ![ezgif-4-c5075d05b433](https://user-images.githubusercontent.com/11511729/66925297-6aa5f880-f02c-11e9-811e-bd55dc9bb36d.gif)

Seems to be caused by layouts not clear in GridLayout ;) Fixed by reset lastBreakpoint and layouts on change responsive mode or adding items : lastBreakpoint = null; layouts =...

We are using vee-validate in our intranet in since 5 years. Works like a charm. Sometimes, updates breaks some little things but you quickly fix it so it's wonderfull 🥰...

Please reduce the size of the Microsoft.Graph.dll. My .Net 7 app publish file size is ~10Mb without Microsoft Graph and after adding it and build in R2R, the size is...

Yes, just the possibility to toggle the cast to number would be great, thank you ☺️

Thank you very much for this PR, I was blocked since 1 day on Streaming subscriptions that hang when call open method.