Stefan Welcker
Stefan Welcker
api/Utils.java Utils.canBeUploaded if (extensionsToFilter.contains(extension)) { return false; } if you want exclude .json, it will exclude .js files too It should split the extensionsToFilter String by ';' into an array...
Before i start, great work! I enjoy using beanie with MongoDB. I just migrated one project from ArangoDB to MongoDB, mostly for query and search performance. Projections are a great...
Would be nice to have a close/release/Terminate method. If you first create a fakewebcam with a specific resolution and you want to restart it with another resolution, this won't work...
I believe you are missing to call the lematization function before you build the conceptual patterns. I saw you already have the function for it but not calling it: I...
Corrected run(), added lemmatization and seperated the expanded data from the original for infer the expanded data, some list results had mixed str/form object, cast to str added