Josh
Josh
I would like to support undo/redo using "ctrl + z" (or any keybind, i think this should be customizable for users along with any existing keybindings we have setup within...
Hi in my particular use case I want to delete a selected edge by first clicking on it and then pressing the delete key. I know the `` is something...
Hi I've attempted to start the project by first copying the following instructions: ``` git clone https://github.com/dbt-labs/jaffle_shop_duckdb.git cd jaffle_shop_duckdb python3 -m venv venv source venv/bin/activate python3 -m pip install --upgrade...
Lets say I have a schema: // schema.sql ``` CREATE TABLE instructors ( id SERIAL PRIMARY KEY, first_name VARCHAR(60) NOT NULL, last_name VARCHAR(120) NOT NULL, full_name VARCHAR(255) GENERATED ALWAYS AS...