issa marie tseng

Results 47 issues of issa marie tseng

eg reject `null`y on `.set()`

enhancement

maybe it's just me, but i find this surprising: ``` sql.begin((tsql) => tsql`select * from nonexistent` .then(console.log) .catch((ex) => Promise.resolve('no no it's fine everything is okay')) ).catch((ex) => console.log('got:', ex));...

v4

https://forum.opendatakit.org/t/odk-build-export-xml-download-button-cut-off-screen/10372

bug
user experience

The new help pane at the bottom of the sidebar could use some love and additional content.

help wanted
needs discussion

* This might be replacing textboxes with dropdows per @lognaturel's suggestion. * Or it might be simply displaying example values based on what has been seen. Either way, I'm not...

user experience
needs discussion
enhancement

something like: not sure where to input them but they can just be text strings so they're silly easy to share hold `ctrl` (?) and press a key to activate...

brainstorm

i'm wondering if maybe the pins were differently mapped a little before launch when the samples were written, and maybe something got changed around? the [sample code at the bottom](https://github.com/raspberrypi/pico-examples/blob/master/pio/spi/spi.pio)...

right now we have one OData service per form. so for instance: `/v1/projects/1/forms/birds.svc` is a service document (a directory, essentially) which offers up at least a `Submissions` table (`/v1/projects/1/forms/birds.svc/Submissions`), plus...

enhancement

so, our worst stream response failures have been hangs and spins so far, but still some of them are just plain crashes that we actually have stack traces for. these...

needs discussion

this will make it easier and faster to monitor and analyze our performance situation in the database. we should also consider making a simple performance test suite (especially for `formList`,...