Pinned from November 11, 2021
Category: Good Ideas (Page 1 of 11)
….Even more demos @ ai.columbari.us
miscellaneous dregs, bits, bobs, demos in this playlist on youtube
- handling multiple annotator clients- Vue UI, 2/17/21
- handling multiple annotator clients- Leaflet UI, 2/7/21
- Jest x Puppeteer, testing annotator UI
- Bits from 1.21.21
- preformance updates to core leaflet annotator, 1/17/21
- mongodb, trust schema, drag & drop 12/7/20
- web tools, bbox classify, ridiculous CLI 12/1/20
- audio & photo annotators 11/23/20
- what this swiftui thing 10/26/20
?:
Some “freezing-cold-New-Hamshire-Winter” morning metal:
?:
Organization for Flask + React + Typescript + MongoDB using the nifty Blueprints library.
- this project on github is over here
Setup:
…Despite the ubiquitousness of needing to make a POST request from a browser (or, perhaps for this very reason) there seems to be just as many ways, methods, libraries, and standards of implementing http functions in JavaScript as there are people doing said implementing. Between the adoption of the fetch api in browsers and the prevalence and power of Promises in JS, asynchronous http needn’t be a hassle!
/*
...happily processing some data in a browser, when suddenly...
....panik!
you need to complete a portion of this processing elsewhere on some server...:
*/