Gergely Kalmár
Gergely Kalmár
Can't, the schema is proprietary and the database is huge (1000+ tables). Having more informative logs pointing to specific tables/columns could help.
Ah cool! I missed that issue during my search because it's already closed :upside_down_face:. Any chance to release it as a small patch sometime soon? It's blocking my latest release...
Works fine in 4.1, thank you very much! :tada:
I might have been too eager, seems like the following override doesn't work: ``` { "command": "notebook:copy-cell", "keys": ["C"], "selector": ".jp-Notebook.jp-mod-commandMode :focus:not(:read-write)", "disabled": true }, { "command": "notebook:change-cell-to-code", "selector": ".jp-Notebook.jp-mod-commandMode...
Changing the setting in the settings editor works fine, and it produces the exact same entry in user-settings.
Yes, I understand that I think. All of the overrides do work, except for this specific keyboard shortcut. What I meant is that if I add this configuration to the...
Looks like the auth callback is not used with the AdminClient. Not sure if there's any workaround at the moment besides using username/password auth.
Looks like this affects methods like `Consumer.list_topics()` as well, it doesn't work with `OAUTHBEARER`. That particular issue can be worked around by executing consumer.poll() first, after which list_topics() seems to...
Hm, I'm not yet sure if the `wait` command helps. In this case we would want to wait until the image itself is ready to serve traffic (as opposed to...
Sure, that should work fine!