Kwok-kuen Cheung

Results 22 comments of Kwok-kuen Cheung

As for React 16.x context, I created my own WizardContext which allows my code to get the albus context via the new 16.x API: ```tsx // WizardContext.tsx import React from...

@carmenlau need your input regarding the docker-compose convention we discussed

Um... I think Record API should not be allowed to access table prefixed with underscore, but it appears that if the table follows record database schema, the table can be...

Should use this as decimal type: https://github.com/shopspring/decimal Example here: https://github.com/jackc/pgx/blob/master/query_test.go#L913

Urgh, yea I understand you need this feature, but how are you going to use this. For example, why do you need to distinguish the request coming from client or...

# Current implementation ## Skygear Server ### Fetching * If `_access=null` in database, the record ACL is considered as public-writable, regardless of Default ACL. * Returning Record to client if...

> What does it mean to set ACL in lambda? Sorry I wrote it hastily. I was meaning to say this: Louis described his use case in which he rarely...

@b123400 > What happens if someone try to mutate ACL without calling setRecordDefaultAccess before? “If there is no default ACL setting, the client should assume public-readable”. To answer your question,...