hasezoey

Results 195 issues of hasezoey

## Why There are not many NodeJS Port Finding packages that are: - maintained - are stable - work just fine ## What to do Create a new / own...

enhancement

### Describe the feature request _What is the feature of interest? Be clear and concise._ Change the Terminal name to the hostname, and not just being `btm` maybe even make...

feature

**Media Info of the file** ``` 1-18 Wolke 4 Container wma Path /media/Music/Kuschelrock/1-18 Wolke 4.wma Size 6 MB Audio Title Eng - WMAV2 - 2 ch Language eng Codec WMAV2...

## Describe what you need | want Currently typegoose only has plugin testing with some specific plugins and the examples in the documentation are also not tested / updated, so...

feature
docs

## Which feature - [`clearIndexes`](https://github.com/Automattic/mongoose/blob/f31780f97c3edb912ee9d7f33bfe578107f586d5/lib/schema.js#L668-L693) ## Code Examples Proposal of how this could be implemented: ```ts @modelOptions({ options: { callFunctions: { clearIndexes: true } } }) class SomeClass {} ```...

feature
breaking
parity

Currently the guide for `Changing the _id type` does not include a example of how it affects the `Ref` type, this is a tracker / reminder issue to add this.

docs

This is a tracking issue for updating `tsconfig`'s option `target` to `es2019`, which will have the following benefits: - less boilerplate code (should make the output files slightly less in...

enhancement
breaking

## Describe what you need | want Currently `Ref` only passes the first generic (`Class`) directly through to the mongoose `PopulatedDoc`, which is not really great and also not the...

feature
breaking

Currently, `buildSchema` and `_buildSchema` accept 2 kinds of options `SchemaOptions` and `IModelOptions`, which is kinda redundant but is the current implementation because having it changed would have been breaking. Initially...

enhancement
breaking

Replacing typegoose's hook types with mongoose's hooks types would be breaking because they are more "advanced" and restricted ~~AND to keep it simple, typegoose's array of hooks would need to...

breaking
parity
discussion