Benjamin R Bowers

Results 2 issues of Benjamin R Bowers

**Code** ```typescript import e from '../dbschema/edgeql-js'; const insertCitizens = e.params({ citizens: e.json }, (params) => { return e.for(e.json_array_unpack(params.citizens), (citizen) => { return e.insert(e.Citizen, { name: e.cast(e.str, citizen.name), identity: e.insert(e.ext.auth.LocalIdentity, {...

Cursor uses [OpenVSX](https://open-vsx.org/) for its extensions, and currently there is only an old version of Symbols (0.0.18) on there from castrogusttavo. Would it be possible to put the newest version...

feature request
upstream