ewrayjohnson

Results 8 issues of ewrayjohnson

I am posting this as a bug since I get errors. First I tried **create extension age;** and got: > ERROR: could not open extension control file "C:/Program Files/PostgreSQL/11/share/extension/age.control": No...

bug

## Steps to reproduce 1. create a model with a property name that contains an underscore in it (e.g. short_name). 2. set that property to be indexed (e.g. `"index": true`)...

bug
help wanted
good first issue

## Steps to reproduce 1. Create a model with a property of either of the following types: JSON, Any, or Object 2. Ensure the property above is not required. 3....

bug
stale

## Steps to reproduce 1. Create a model including a property like: ``` "properties" : { .... "list": { "type": ["string"], "index": true } ... } ``` 2. Add "scope"...

bug

Just an FYI: DevTools failed to load SourceMap: Could not load content for https://unpkg.com/vFormBase.umd.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Request to add support for arrays of strings, numbers, etc.

### Describe the bug On any page of the LoopBack 4 website, links to any API Docs page are broken. Evidence of the last time this was working correctly is...

bug

### Describe the bug I created a simple application with lb4 cli, and it works fine when I run it. However, when I run a unit test, all controller, and...

bug