Alex Parloti
Alex Parloti
"hsl()a" to "hsla()"
https://github.com/zzzprojects/EntityFramework-Plus/blob/fed66e4dc63b327e90cba782f4639d2fa33a431f/src/shared/Z.EF.Plus.Audit.Shared/Audit/AuditEntityModified.cs#L63-L64 When I change the state of an entity programmatically `db.Entry (entity) .State = EntityState.Modified` the line of code above returns the same value to the original and current values....
How can I set the state of the checkbox to Indeterminate? Like this: [https://css-tricks.com/indeterminate-checkboxes/](https://css-tricks.com/indeterminate-checkboxes/) Angular + NativeScript
## Description Add an emoji in the title of the questions referring to the type of commit ## Motivation and Context Although emojis are already configured in [config-conventional](https://github.com/conventional-changelog/commitlint/blob/af2f3a82d38ea0272578c8066565a0e6cf5810b0/%40commitlint/config-conventional/index.js#L36) they are...
max-expect does not reset the 'expect' counter when the callback is involved by fakeAsync. ``` describe('given decimal places', () => { it("test 1", fakeAsync(() => { expect(true).toBeTrue(); expect(true).toBeTrue(); expect(true).toBeTrue(); }))...