Roman2dot0

Results 8 comments of Roman2dot0

Same for me under Ubuntu 24.04. snap drawio 24.7.17. Met a same bug in VSCode. The problem was in js lib. https://github.com/microsoft/vscode-remote-release/issues/9649#issuecomment-2038485154

Okay, simply fix unpak app.asar ([project repo](https://github.com/electron/asar)) edit node_modules/atomically/dist/constants.js and replace block with DEFAULT_USER_UID, DEFAULT_USER_GID with ``` try { var default_user_uid = os.userInfo().uid; var default_user_gid = os.userInfo().gid; } catch {...

Fixed https://github.com/fabiospampinato/atomically/issues/13

This issue affects some projects. For example, drawio-desktop installed by snap and used by ldap user (so without user info in /etc/passwd). https://github.com/jgraph/drawio-desktop/issues/1861

https://clickhouse.com/docs/en/operations/settings/query-complexity#settings-max_bytes_before_external_group_by

``` #### Some of the properties are part of Debezium PostgreSQL Connector #### https://debezium.io/documentation/reference/stable/connectors/postgresql.html # name: Unique name for the connector. Attempting to register again with the same name will...