kulogix
kulogix
https://stackoverflow.com/questions/74946845/attributeerror-module-numpy-has-no-attribute-int numpy.int was [deprecated in NumPy 1.20](https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations) and was [removed in NumPy 1.24](https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations). Quick temp fix (until code is updated from numpy.int to numpy.int_ or just int): pip install 'numpy
Would be nice to provide tokenized S3 upload route directly to client, bypassing directus instance entirely. Then can configure webhook back to directus to notify when upload is complete --...
Using: DB_CLIENT=cockroachdb DB_CONNECTION_STRING=postgresql://root@crdb:26257/defaultdb?sslmode=disable Same issue on CockroachDB v23.1.14 (docker image cockroachdb/cockroach:v23.1.14) ```json ERROR: COMMIT; - restart transaction: TransactionRetryWithProtoRefreshError: cannot publish new versions for descriptors: [{directus_users 106 149} {articles 137 1}],...
Did further testing with prior versions of Directus (docker images). 9.20.4 and 9.21.0 (11/17/2022) work (with the latest version of CockroachDB, v23.2.1), but all later versions of Directus are failing...
For Apple Silicon, when manually setting device to "cpu", there's a bug in `MeloTTS/melo/text/chinese_bert.py` where the device is overridden to 'mps' raises an error that MPS storage location doesn't exist....
At minimum, you could provide a config option to set the default data type for Primary Keys -- and also honor that choice for Junction tables. Currently, even though I...
Additionally, there are many other int/bigint-based sequences that are created by default -- which can possibly be changed to timestamp-based ordering or other non-colliding sequence types. This is important for...
Update: On Mac (and Windows), the file system is case insensitive by default. python-mecab-ko tries to install to mecab, and mecab-python3 to MeCab. If you're not on a case-sensitive file...
For anyone looking to implement this functionality sooner, you can add the following hook (e.g., /extensions/hooks/auth-update-userinfo/index.js): ```javascript export default async ({ filter }, { logger, database, services, getSchema }) =>...