Jordi Collell

Results 19 issues of Jordi Collell

* async pg orm version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what...

``` Traceback (most recent call last): File "/home/jordi/projects/tracker/env/bin/g", line 8, in sys.exit(command_runner()) File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line 337, in command_runner command.run_command() File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line 175, in run_command run_func(app, settings) File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line...

bug
py39

Serve this as a discussion for some proposals to the postgresql datastore driver: 1. After some profiling, we found that most of the time is spend on traversal, (it's clear,...

Sounds like we are using some things that will be removed on the future: ``` /home/jordi/Documents/vinissimus/apiadmin/venv/lib/python3.8/site-packages/guillotina/async_util.py:34: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in...

The wired thing is tha't it needs to be set up intentional, perhaps is a best option to just create it, on addon installation.

contrib.dbusers

Seems related to soemthing on transaction Stack: ``` Traceback (most recent call last): File "/home/jordi/Documents/vinissimus/api/env/bin/g", line 11, in load_entry_point('guillotina', 'console_scripts', 'g')() File "/home/jordi/Documents/newsletter_store/src/guillotina/guillotina/commands/__init__.py", line 337, in command_runner command.run_command() File "/home/jordi/Documents/newsletter_store/src/guillotina/guillotina/commands/__init__.py",...

Any idea on howto have a feature detect from the api? For example: - Detect pgcatalog vs elasticsearch vs nocatalog - Detect guillotina_bulk (is installed) ...

Not pretty sure why, but soon or later, I've got into this error with `g -c config.yaml shell`. After digging a bit, it's the same behavior described here: https://stackoverflow.com/questions/59355904/why-do-i-get-an-unhandled-exception-in-event-loop-error-on-ipython Also...

Till version 5 having the state serialized as jsonb, or later having the catalog as a jsonb field, opens a lot of new possibilities for guillotina, something trivial like exporting...