Jeffrey Warren
Jeffrey Warren
@kevinzluo made a fantastic component for this library which really deserves to be its own [Leaflet Plugin](https://leafletjs.com/plugins.html). Let's do it! See a recent minimal Leaflet plugin I created here for...
In https://github.com/publiclab/leaflet-environmental-layers/pull/279#issuecomment-551210534 I used the https://github.com/robertleeplummerjr/Leaflet.glify/ library and had to customize it a bit. I'd like to submit the changes upstream and finish externalizing this! I have a PR open...
Cool! https://twitter.com/seankmcginnis/status/1210676325624758273?s=19 https://seankmcg.maps.arcgis.com/home/webmap/viewer.html?webmap=cc64fc2335d54830b4b830054c278bf7
 Some sites are no longer in operation, so we should somehow show them differently! Let's brainstorm about how!
Could need to refactor which getUserMedia shim we're using! https://github.com/addyosmani/getUserMedia.js/ is what it was built on, but can check package.json to see the current version we're using! https://github.com/publiclab/infragram/blob/bbbe71d1c890702d8cb6a082c2e023c7752a6b55/package.json#L29 https://www.npmjs.com/package/getusermedia-js
Potentially using a new getUserMedia shim library? https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia#Parameters Maybe using https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices Code for this is here: https://github.com/publiclab/infragram/blob/f6f7919493b5ab9e7cc8fc873f8bddf3ff5f4599/src/io/camera.js#L30-L41 We can apparently also specify different resolutions! ```js { audio: true, video: {...
Hi @stephaniequintana i'm documenting my steps here. I started in my own fork, https://github.com/jywarren/infragram/, and aiming to publish the latest https://github.com/publiclab/infragram/ main branch, and i'll comment the lines below to...
Project Q&A
Here are @stephaniequintana's questions from #415; I'll try answering them inline here! ## General > There are currently 104 issues opened on the repo...Is it recommended that I comb through...
https://paul.kinlan.me/pixel-4xl-infrared-sensor-via-getusermedia/
Trying to show a diff for @Forchapeatl from #419