Richard Wise

Results 26 issues of Richard Wise

* **I'm submitting a ...** [X] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

#### Support plan - _which support plan is this issue covered by?_ Community - _is this issue currently blocking your project?_ yes - _is this issue affecting a production system?_...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Using latest `@nestjs/swagger` with Typescript v4.7 fails at runtime with message...

bug
needs triage

### Is your feature request related to a problem? Please describe. It is common practice to log every request and response from an application, using JSON.stringify. However, this doesn't work...

I am trying to use _.omit to remove unimplemented properties so that I can safely iterate over all properties. However, _.omit itself is evaluating the properties I am trying to...

I am calling ``` SELECT partman.undo_partition( p_parent_table => 'my_partitioned_table', p_target_table => 'my_unpartitioned_table', -- Do not keep the old partitions as tables p_keep_table => FALSE ); SELECT * FROM information_schema.tables WHERE...

requires submitter response