Silverlancer
Silverlancer
* `beforeunload` could mean route change outside of single page application's routing. e.g. refresh clicked, navigate to another website etc. * canDeactivate is internal framework event, it can translate to...
For me I have notice on visual studio 2022 (64 bit) 17.0.1; CodeMaid - 12.0 * Right click => CodeMaid => Cleanup active document for C# class, indentation became 2...
The code is using `_getPositionTargetElement` to get source element, there are two issue with given code. 1. `_getPositionTargetElement`'s outcome never checked. It just assume it exist. 2. `_getPositionTargetElement` has been...
That certainly works.
@maxokorokov When I checked the pull request last time, there is already fix that's there. https://github.com/ng-bootstrap/ng-bootstrap/pull/4687
The report issue is also happen to dropdown and popover. From the code I can see preventOverflow has been added as default. `ng-bootstrap` utilize popper lite, which popper lite doesn't...
I have found out the issue. The following code cause `preventOverflow` to not functional. The goal of the code was suppose to provide additional option and to be merged with...
`orderBy` is the one I used most, but I just went through all the array related function and found those utilities that could be support read only array. Hope that...
Refer to pull request https://github.com/saucecontrol/PhotoSauce/pull/179
@saucecontrol when you have time, could you take look this pull request to resolve conflict on index and range in .Net 4.6.1 above projects.