Christopher Joel

Results 155 issues of Christopher Joel

This issue is being filed after some discussion with @endel in Discord. Some of the bug will be a rehash of that discussion. ## Background I'm working on a TypeScript-based...

As a camera app user, When I switch from front to back camera, I want the recorder to record a contiguous video, So that I don't need to combine separate...

As a camera app author, When I implement camera switching, I want unambiguous control over which camera to use, so that I can pick the right camera at the right...

Hello, I am following along with the instructions to run https://github.com/ivmarkov/rust-esp32-std-hello on my ESP32-C3-DevKitM-1. I was able to build and flash the demo application to my board. Unfortunately, it appears...

In https://github.com/ucan-wg/rs-ucan/pull/31 we received a contribution that uplifted our Github Actions to automatically run clippy and also use some other Rust ecosystem built-for-purpose actions. We should uplift our Github Actions...

Good First Issue
Chore

The `sync` subcommand enables a user to synchronize between a local workspace and a configured gateway. Depends on #74 to allow for gateway configuration.

Enhancement

Currently, we have bi-directional inference between `content-type` header and file extension when using the `noosphere-cli` tool to manage a sphere. However, this inference is not guaranteed to produce the expected...

Enhancement

Currently, `SphereFs` assumes that all body content shares the same byte layout. And, this is a mostly fair assumption today because we don't have well-tread paths for saving specialty data...

Enhancement

As we introduce the Noosphere CLI capabilities to save content to a sphere, we should offer a facility that enables users to filter files from the list of files that...

Enhancement

The `publish` subcommand enables a user to publish the latest sphere revision in their workspace to the public Noosphere name system, causing any follower spheres to be able to discover...

Enhancement