-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
I have a simple schema
```
var mongoose = require("mongoose");
var Schema = mongoose.Schema…
-
Hello,
The default value isn't set for the following statement.
```
@mapProp({ default: {}, of: TUser, required: true })
public inviter_map!: Map;
```
This statement results in the type:…
-
## Versions
- Typegoose(NPM): 6.1.5
## What is the Problem?
I am sorry to open multiple issues but I can't get nothing working.
The doc mentions that `extends Base` will override the `_id`…
-
[comment]: (Please use headings for bugs only, else you can delete)
### Description
Hi,
We found a strange issue with SQS consumer.
the worker was processing fine, but got stuck, making the que…
-
**Describe the topic**
How to understand Strapi.serives.[modelname].find Output
How to get the db output ?
Query {
_mongooseOptions: { populate: { category_name: [PopulateOptions] } },
…
-
Call Center: Imagine you have a call center with three levels of employees: respondent, manager, and director. An incoming telephone call must be first allocated to a respondent who is free. If the re…
-
**Do you want to request a *feature* or report a *bug*?**
I'm not sure whats wrong with the current behavior but its not feature.
**What is the current behavior?**
I have a schema with nested emb…
-
## The dependency [worker-farm](https://github.com/rvagg/node-worker-farm) was updated from `1.6.0` to `1.7.0`.
🚨 [View failing branch](https://github.com/researchgate/node-file-processor/compare/ma…
-
I tried to query list items
```
var CustomField = keystone.getListByKey('Field').adapter
CustomField.model.find({}).then((err, result) => {
console.log(result);
})
```
but adapter's m…
-
Namenode:
```bash
gangl@linuxkit-025000000001:~/hadoop/hadoop-dist/target/hadoop-3.3.0-SNAPSHOT$ ./bin/hadoop org.apache.hadoop.hdfs.server.namenode.NNThroughputBenchmark -fs hdfs://localhost:6521…