Mohammad Hossein Amri
Mohammad Hossein Amri
just noted the AxExpandable is breaking the tracking behavior this works ``` c# var blog= _context.Blogs.Single(x=>x.Id==1); blog.Name="New Name"; _context.SaveChanges(); //this will return 1 ``` this doesn't works ``` c# var...
time to time I need to attach two different screenshots side by side, atm the Greenshot keep the size of the screen exactly to the size of the picture and...
# Problem Solved By The Feature make the events observable ``` import { Component } from "@angular/core" import { handler } from "rx-handler" import { from } from "rxjs" import...
given example below, we should be able to indefinitely click on the two button, but for some strange reason, only we can do it once. I can change the code...
# Problem With the rx-angular templating, we are encouraged to pass the observable down to child components. this can cause a lot of problem in big enterprises. 1- not all...
 per question
I am trying to use mtapi with backtest. the backtest is set to use "Every tick". i have this issue with the `UnlockTicks()` , each time that i call it,...
i can't find out what is the difference between these two calls. can you elaborate on the difference a little and the purpose of each of them. and more importantly,...
# WHY the documentation is broken, see https://github.com/gridsome/gridsome/issues/1441 # WHAT * Added version to purgeCss npm install * added information about autoPrefixer and how to set it up (as it...
I looked at wiki, readme.md and other places that I thought would find the latest version of this library but get disappointed. the readme.md instead of getting started has some...