linusbrolin

Results 12 issues of linusbrolin

The latest update (v4.1.0), which from what I can gather only contains this commit: https://github.com/augustocdias/vscode-shell-command/commit/c825845f191ca94741f59045778a59e9d83f1751, doesn't work at all for me. It pops up an empty console window and then...

bug
help wanted

Even though they are not supposed to be. This caused different schemas to use the same counter, despite having different id's for the counters, but the same reference_fields.

Passport-local-mongoose currently only seems to support generating hashed password in document middleware, not in query middleware. This means that saving documents through findOneAndUpdate, findByIdAndUpdate, etc, will not work if a...

enhancement
question

Mongoose has some new middleware types for both document and query: https://mongoosejs.com/docs/middleware.html New document middleware types: - `deleteOne` - `updateOne` - `remove` New query middleware types: - `deleteMany` - `deleteOne`...

The hardcoded titleHeight will mess up the height calculations if there is no title or subtitle. It will think that cell content on last row won't fit, even though it...

This fixes "Cannot read properties of undefined (reading 'padding')" crashes that occur when header items are not objects

Makes it possible to turn off the row separator after a specific row by setting options.separation: false on that row. For example if one wants to skip the separator after...

Before the header background was always added, no matter the settings. Even if it was possible to make it near transparent, it was never possible to make it completely transparent....

The table actually was positioned above where it should, which messes up the page layout. This fixes that. This also fixes a regression with headerHeight: "this.headerHeight" does not work when...

The previous method was errorprone, it could cause false positives and it also skipped replacing the number and colon after "size".