-
When there are two routes with a similar path but one has an ID and is before the other one the resulting CastError is confusing
```
'DELETE /user/:userId': 'adminController.destroyUser',
'DELET…
-
Queries that are past an set length fail to return an appropriate response (HTTP 400). This is usually caused when a foreign table in PostgreSQL has many (40 or so) fields mapped to quasar and a "sele…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
When cloning a schema, virtuals defined on the original schema do not seem to be copied over to…
-
According to the comment in this closed PR (https://github.com/note35/sinon/pull/8#issuecomment-334007839), we can consider to remove the `global CALLQUEUE` variable, because it's not necessary anymor…
-
Hi guys. I am new on mongoose, after googling i found this plugin and i want to add this plugin to my PJ but somehow i got this error when try to insert to my db. This error only occur when i try to u…
-
I am using following versions:
mongoose: 4.11.13
mongoose-encryption: 1.5.0
userSchema.pre('save',(next) => {
console.log(this);
}
or
userSchema.post('save',(next) => {
console.log(this…
ghost updated
7 years ago
-
`Hbase_thrift.IOError: IOError(message='org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: IOException: 1 time, \n\tat org.apache.hadoop.hbase.client.AsyncProcess$Ba…
-
I've been playing around with integrating pixel into a game lately, and stumbled upon what looks like a race condition; a nil-pointer dereference in `glpixel.GLTriangle.Len`.
To identify the cause …
-
Attempting to do a GET request on http://localhost:3001/api/domain/query/TestArea I recieve an error in the terminal.
```
CastError: Cast to number failed for value "TestArea" at path "dateCrea…
-
Hi, I have one pretty simple, but important question about error handling in react-apollo.
My problem is: I execute my query in GraphiQL and get an error in response, but also I have some data, that…