cheng93

Results 14 issues of cheng93

**Describe the bug** When the presentation table has width of `xxx.5px` a horizontal scroll bar is shown across the bottom of the scheduler **To Reproduce** https://stackblitz.com/edit/angular-hwex83?file=src%2Fapp%2Fapp.component.ts **Expected behavior** No horizontal...

Bug
pkg:scheduler
Team1
sev1: low
freq1: rare

**Describe the bug** When a treelist has * Scrollable (sample has virtual) * Grouped columns zooming in and out causes the column to be misaligned **To Reproduce** https://stackblitz.com/edit/angular-81dysm?file=src%2Fapp%2Fapp.component.ts https://angular-81dysm.stackblitz.io/ zoom...

Team2
pkg:treelist

ASP.NET Core uses the IOptions pattern to inject configurable dependencies. Is it possible for this library to also support that?

**Describe the bug** `k-text-nowrap` does not get imported when using `@progress/kendo-theme-default/scss/treelist/_index.scss` https://www.telerik.com/kendo-angular-ui/components/treelist/api/CellTemplateDirective/ Shows that k-text-nowrap is used in the treelist component **Expected behavior** `k-text-nowrap` be imported **Screenshots** If applicable, add...

bug

https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Core/src/SignInManager.cs#L765 Any reason why this is private? Could it be made protected? Use case is I want to override methods that calls it, however as it's private, I have no...

area-identity

### Command generate ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

type: bug/fix
freq1: low
severity3: broken
area: devkit/schematics

This returned `null` in 2.30.0, but is now throwing in 3.0.6 and was not documented. Is this an intended breaking change? 2.30.0 - https://stackblitz.com/edit/6rfqqh?file=index.ts 3.0.6 - https://stackblitz.com/edit/6rfqqh-gn1bzh?file=index.ts ``` TypeError: Cannot...

### Description of the bug I have thousands of `MockMiddleware{Index}` not being cleaned up. ### An example of the bug ~~Unfortunately I don't have a sample atm~~ https://github.com/cheng93/ng-mocks-reset ### Expected...

bug

https://github.com/fluentassertions/fluentassertions.json/blob/master/Src/FluentAssertions.Json/JsonAssertionExtensions.cs#L5 Should the namespace for that file be just `FluentAssertions` ? Then we won't even need this message in the docs `Be sure to include using FluentAssertions.Json; otherwise false positives...

breaking change

The following PR https://github.com/datalust/seq-logging/pull/64 has removed the functionality introduced by https://github.com/datalust/seq-logging/pull/23. Which potentially allows seq to control the logging level. Was this intended?

bug