Hassan Faghihi

Results 17 comments of Hassan Faghihi

do i need specific permission? ON: var o = await client.SendRequestAsync((TLMethod)requestImportContacts); GET: [NullReferenceException: Object reference not set to an instance of an object.] TLSharp.Core.d__18`1.MoveNext() +118 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)...

config: ``` $q.all( [ $http.get("/App/translations/global.en.json"), $http.get("/App/translations/global.fa.json"), $http.get("/App/translations/app.en.json"), $http.get("/App/translations/app.fa.json") ] ) .then(function (response) { $translateProvider.translations('en', { global: response[0].data }); $translateProvider.translations('fa', { global: response[1].data }); $translateProvider.preferredLanguage('en'); // -->moved to run.js }, function...

google give webmaster tools error for es5 > Uncaught SyntaxError: Unexpected reserved word > https://www.ashiane.house/main.6a61cbe2f24a83ebd4ba.js:1` until now, I recompile the compiled version with babel to es2015 from es5 (default target...

update from 5.7 to 5.10 still same error: > TypeError: Class constructor HammerGestureConfig cannot be invoked without 'new' > at new CustomHammerConfig (ngx-gallery.umd.js:1898) > at _createClass (core.js:26964) > at _createProviderInstance...

> @PawelSpoon > A temporary fix that works 💯 for now : > in the file ngx-gallery.umd.js changes this lines of code : > > var CustomHammerConfig = /** @Class...

you mean adding this instead of changing the code would work?

I revert my project due some work project, and i'm moving to another city, and i lost track of everything. it compiled on es5, but i'm not in condition to...

Oh sorry for not reporting back. the error (exception) I was facing was regarding .NET 6 or EF6, after updating to .NET 7.x and EF 7.x, I could perform `group...

our client claimed that the fax they receive contains multiple page after download, but the tiff.js show only one page :'( what should i do?

i have the same issue: RegisterComponent.html:215 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'is-invalid: null'. Current value: 'is-invalid: [object Object]'. I made a custom validator:...