Martin Hombach

Results 5 issues of Martin Hombach

I don't think that after 3 years this will be continued, or am i wrong? Since this is 3 years old already and gets older every day, the information given...

There are several PRs for updating dependencies, which are almost 1 year old. Is this repository still maintained? :) edit: Btw very nice presentation in 2018 on ng-conf ("Optimizing an...

**Is your feature request related to a problem? Please describe.** My TuYa valve seems to have a lot of properties/entities missing when connected over ZHA instead of e.g. zigbee2mqtt. I...

stale

### Version 27.5.1 ### Steps to reproduce Repro: ```js const testMock = { works: jest.fn().mockImplementation(() => Promise.resolve(undefined)), fails: jest.fn().mockResolvedValue(undefined), }; it('test-mockResolvedValue', fakeAsync(async() => { await testMock.fails(); flush(); expect(true).toBeTrue(); })); it('test-mockImplementation',...

Needs Triage
Bug Report

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** Deleting a document in mongoose really deletes it from the database. **What is...

plugin