jackykwandesign

Results 11 issues of 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...

bug
requires triage

![image](https://user-images.githubusercontent.com/46065771/137016333-ddacb240-4819-4b56-8396-460d45e5ca15.png)

bug

https://hpool.com/ 這個網站變成這樣 ![image](https://user-images.githubusercontent.com/46065771/122766509-35a77a00-d2d4-11eb-80be-38ef6b599ba6.png) 所以現在是移動到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 {...

:wilted_flower: needs-reproduction
🏓 awaiting-contributor-response
🌤 has-workaround

## Problem ![image](https://user-images.githubusercontent.com/46065771/154638141-0a628814-a180-4299-94df-7792ce01812d.png) 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/bug-unconfirmed

## 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()...

bug
driver: mongodb
requires triage