Lucille Hua

Results 3 issues of Lucille Hua

Right now `devbox plan` does automatic language detection and sets the install, build and start commands. But it only supports Golang for now. I'd like to try it on a...

feature

## Summary I'm unsure if this PR is necessary, given the following: - Many links and references are within a code block. Markdown does not properly pick up the variable...

When adding the equality operator in a supabase migration: ``` CREATE OR REPLACE FUNCTION compare_type_id_equality(lhs_id typeid, rhs_id VARCHAR) RETURNS BOOLEAN AS $$ SELECT lhs_id = typeid_parse(rhs_id); $$ LANGUAGE SQL IMMUTABLE;...