Pulse-Mind
Pulse-Mind
It looks like we need to add a right: https://medium.com/@dmitry.romanoff/postgresql-version-15-error-permission-denied-for-schema-public-dc8285c41e00 > PostgreSQL version 15+ will error out and tell you that you don’t have permission to create something inside the...
When I get the file by clicking on Download (https://guichet-unique.inpi.fr/api/docs/mandataire or get it from https://app.swaggerhub.com/apis/fravetier/INPI-GuichetUnique/3.0.3#/) and run the tool like this ```fastapi-codegen --input inpi-swagger.json --output app``` I get two errors...
Hello, I am using django and I migrate from 1.4.1 to 1.6.0. I have this error : ``` FileNotFoundError: [Errno 2] No such file or directory: '/Users/pmind/.virtualenvs/myproject/lib/python3.10/site-packages/fido/conf/formats-v104.xml' ``` In https://github.com/openpreserve/fido/tree/master/fido/conf...
Hello, Thanks for the job done here. I have two questions: * Is it possible to save an object, using the .save() and to pass an argument to not index...
I have a Document class like that : ``` @registry.register_document class MyDataDocument(Document): data_json = fields.ObjectField() def prepare_data_json(self, instance): return instance.data_json class Index: name = "mydata" settings = {"number_of_shards": 1, "number_of_replicas":...
Hello, I'm having this error ``` File "/Users/pulsemind/.virtualenvs/vdatac/lib/python3.10/site-packages/elasticsearch/helpers/actions.py", line 521, in bulk for ok, item in streaming_bulk( File "/Users/pulsemind/.virtualenvs/vdatac/lib/python3.10/site-packages/elasticsearch/helpers/actions.py", line 436, in streaming_bulk for data, (ok, info) in zip( File...
https://www.home-assistant.io/blog/2024/04/03/release-20244/ > The previously deprecated forecast attribute of weather entities, has now been removed. Use the [weather.get_forecasts](https://www.home-assistant.io/integrations/weather#service-weatherget_forecasts) service to get the forecast data instead.
I suggest to squash commits.
Hello, I am generating a PDF using wkhtml2pdf. In the PDF, the table is displayed on two pages because it is too big. When I convert this PDF into docx,...
#213 corrected: "FileNotFoundError: [Errno 2] No such file or directory: '.../fido/conf/formats-v104.xml" Change default formats-v104.xml to formats-109.xml which is the default format