David Moore

Results 19 issues of David Moore

## Description There are missing display names on checkbox, radio and select. This causes the following in the docs site: ![image](https://user-images.githubusercontent.com/4121492/184274301-96e61763-9c12-44f3-a3b5-90ae38b1da26.png) Fixes # (issue) ## Type of change Please delete...

# Bug report ## Describe the bug I have a database that has the postgis and moddatetime extensions installed. I linked to this database, then installed the extensions locally since...

bug

We need a way to render images from a public bucket without presigning. Will be achieved with two new features: - make a bucket public (all files) - make a...

enhancement
good first issue

As a nitric developer building with collections, I would like to be able to sort my collections via a key. An example in Node SDK: ```js await col.query().sort('createdAt', 'asc').fetch(); ```

enhancement

Hello, I have been working with the API portion of the project with the inlineTypes flag turned on. My goal is the extract the property types that are Arrays of...

Add comments for all method parameters as they are missing in numerous places. For example: - The options for signUrl don't tell me if the expiry is in seconds or...

documentation
good first issue

**Describe the solution you'd like** Ability to access the base URL of the API so it can be used in code without having to set it after deployment. **Why is...

enhancement

It is hard to tell from the CLI output that it is reloading.

enhancement
good first issue

**Describe the solution you'd like** The ability to define multiple stages of my nitric application. Such as `dev` and `prod`. Add the ability to use a custom docker file for...

enhancement

also adds security definition to exported spec closes #718