James Tan

Results 4 issues of James Tan

- for DDL like this: ```sql create table companies ( id uuid default public.uuid_generate_v4() not null constraint clients_pkey tags character varying[] default '{}'::character varying[], deleted_by_id uuid, created_by_id uuid, ); ```...

### Description Currently routing-controllers' defaultErrorHandler is enabled by default. If I want to do some error logging and error filtering using middleware, it can only happen after the error is...

type: feature
flag: needs discussion

### Issue - happens in `e.target.checked`: `Property 'checked' does not exist on type 'EventTarget'.` ```javascript setX(e.target.checked)} /> ``` ### Suggestion - in `index.d.ts` ```javascript export interface Props { onChange?: (e:...