issa marie tseng
issa marie tseng
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));...
https://forum.opendatakit.org/t/odk-build-export-xml-download-button-cut-off-screen/10372
The new help pane at the bottom of the sidebar could use some love and additional content.
* 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...
Macros
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...
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...
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...
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`,...