Jack Murphy
Jack Murphy
**Describe the bug** As a user of flower, When I am viewing the "Tasks" page, Then I should see a list of tasks that are awaiting execution AND OR completion....
## Description The code itself looks very nice and consistent. However, Looking over the code base it looks like we're not using idiomatic typescript. There are no type declarations, we...
## Description * **What is the motivation / use case for changing the behavior?** This library should be interoperable with data produced from custom states: Example here: https://www.distributedpython.com/2018/09/28/celery-task-states/ Given that...
### This is a... * [X] feature request * [ ] bug report * [ ] usage question ### Expected Behaviour: There should be type checking between IAppState and Reducers...
Problem: When i create the demo example there is no drop down menu. 1: npm install 2: download css and place path in angular.cli.json 3. ng generate component SandBox 4....
Given that i have added chai/require-expect to the require array in mocharc.yml When i run npx mocha Then it should include expect as a global function -- Actually -- I...
Is it possible to expose the init function?
I noticed that when there's a circular reference in an entity, it will cause @autoSerializeAs on a child field to fail. However, this is silent. It would be great if...
I'm debugging the following error. TypeError: decorator is not a function at DecorateProperty (/Users/jmurphy/projects/ubq/api/node_modules/reflect-metadata/Reflect.js:530:29) at Object.decorate (/Users/jmurphy/projects/ubq/api/node_modules/reflect-metadata/Reflect.js:100:20) at __decorate (/Users/jmurphy/projects/ubq/api/dist/src/ubq/dtos/lens.dto.js:4:92) at Object. (/Users/jmurphy/projects/ubq/api/dist/src/ubq/dtos/lens.dto.js:73:1) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at...
I'm attempting to use GenericDeserializeInto to merge A and B where certain fields on A have the exact same values of object B, both B has some newer fields. Result:...