jackykwandesign
jackykwandesign
After i use create user command, it trigger command handler -> repo -> domain to apply userCreatedEvent, but then EventHandler can't catch the it and Saga also not work due...
Your article is great to introduce basic concept of CQRS ES However, i think most of the people are actually confused on following topics: 1. How to persistence data and...
When i use Round function, Round, RoundBank, RoundCash work fine. When when i try RoundUp and RoundDown, its method not found. Try this: `decimal.NewFromFloat(1.454).RoundDown(1)` Result: `decimal.NewFromFloat(1.454).RoundDown undefined (type decimal.Decimal has...
## Expected Behavior after i approve ERC20 Proxy to use my FAU coin, i should be able to submit a limit order to sell FAU and buy DAI This is...
## Issue Description When doing where search, i use ObjectLiteral to support searching in MongoDB However, "id" / "_id" field will not take ObjectLiteral after typeorm 0.3.X update Meanwhile other...

https://hpool.com/ 這個網站變成這樣  所以現在是移動到hpool.co嗎? 還是新網站是scam? So is hpool.com move to hpool.co ? Or new website is scam ?
Query hook ``` const [getTopicById] = useLazyQuery< { topic: Topic }, { topicId: string } >(GET_TOPIC_DETAIL_BY_ID_QUERY,{ fetchPolicy:'cache-and-network', // or network-only }) ``` Function to call the query ``` try {...
## Problem  When i read the option data provided in `formatOptionLabel`, it give me the data type i using for options, which is `Tag` ``` export interface Tag{ id:...
## Issue Description when create the object in DB, the @CreateDateColumn() @UpdateDateColumn() will add current time to object, but when update, it will not change @UpdateDateColumn() ### Expected Behavior @UpdateDateColumn()...