CJ Meyer
CJ Meyer
Issue resolved by pull request referenced above
Same problem with Microsoft Edge.
so if I have `const Post = PostSchema.plugin(mongoose_fuzzy_searching, {fields: ['start', 'end']})` and then, without fuzzy search, I would search like this: `Post.find({ start: "abc", end: "def, })` With this package,...
Confirmed, everything needs to be shifted upwards by one. Thanks for the fix, @aesir321
I don't understand why v4 removed forms and other components? I use v3.3.7 every time because it doesn't have a bunch of features cut.
I would like this to return because v4 removed most of the useful features for some reason
Yeah. I think we should immediately just put YouTube Music on the README and on the website so that it can be indexed in Google searches at least.
The issue is not that we're gonna lose this music player it's that it already functions for the replacement of Google Music with Youtube Music but nobody knows that until...
Yes please
Furthermore, it should be `closeDrawer = () => {` ` this.drawer._root.close()` ` };` ` openDrawer = () => {` ` this.drawer._root.open()` ` };` You forgot the equals, so it will...