infragram icon indicating copy to clipboard operation
infragram copied to clipboard

A minimal core of the Infragram.org project in JavaScript

Results 100 infragram issues
Sort by recently updated
recently updated
newest added

If a user opens the app on a mobile device, by default front camera is used. It will be good if we add a toggle switch so it can access...

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

bug

**Please describe the desired behavior.** I want to add a dark/light mode feature. If a user wanted to view the site in the dark mode they can easily do the...

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.0.0 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...

dependencies

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.2.0 to 19.7.3. Release notes Sourced from puppeteer's releases. puppeteer-core: v19.7.3 19.7.3 (2023-03-06) Bug Fixes update dependencies (#9781) (364b23f) puppeteer: v19.7.3 19.7.3 (2023-03-06) Miscellaneous Chores puppeteer: Synchronize...

dependencies

Bumps [webrtc-adapter](https://github.com/webrtchacks/adapter) from 1.4.0 to 8.2.1. Release notes Sourced from webrtc-adapter's releases. v8.0.0 breaking changes: remove legacy edge + rtcpeerconnection-shim (see #1076) RTCIceCandidate polyfill is now polyfilled according to spec...

dependencies

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...

dependencies

![Screenshot (2)](https://user-images.githubusercontent.com/49823605/163579724-c1e09f51-71f3-4ab7-a75f-9744fa0e70a7.png)

fto-candidate

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: {...

enhancement
help wanted
gsoc

### 💡Format this Issue Into a First Timers Issue This has been marked as a good candidate for becoming a [first-timers-only issue](https://code.publiclab.org/#r=all) like these, meaning that it's **simple, self-contained**, and...

fto-candidate