Rudy

Results 17 comments of Rudy

問題不在有沒有調用 dataLoaded. 是 async:true 時 ,分享到朋友圈時 調用 dataLoaded 所有字段都刷新 (是好的) 但是 “Send to chat" (發送給朋友) 調用 dataLoaded 有些字段沒有被刷新 (bug)

我在 android 測試的 _版本沒記錯是 3.1 或 3.2_ 抱歉! 微信版本是 6.0.X 哪些字段? 基本上send to chat 時沒進去下面的 if, 所以整個 theData 都沒更新 我的解法是 line **124** 下面 : 加上 ``` javascript cmd.menu == 'menu:share:appmessage'...

恩 我也剛升到 6.0.2 沒記錯當時測試用的是 6.0.0

@Mukosame it is possible to provide `pretrained model` ? Thanks!

FYI Postgres has different way of `remembering` AUTO_INCREMENT value. My PR (https://github.com/typeorm/typeorm/pull/2218) doesn't cater for Postgres database.

@pleerock I believe not for `Postgres`. let's assume we have this entity ``` export class bar { @PrimaryGeneratedColumn() id: number; @Column() description: string; } ``` and we explicitly run below...

@PavanBahuguni hmm sorry i'm not that familiar with postgres. can't comment much on it

sorry I may get lost. What's the latest update on this? I have configured my flower to connect to broker & backend on the same redis server. However, whenever I...