James Prevett

Results 84 issues of James Prevett

`livecd-tools` is no longer functional (see https://github.com/livecd-tools/livecd-tools/issues/253), so it is not possible to have some of its features from a first-party tool. Ideally, Media Writer would support many of the...

enhancement

### Installed product versions - Visual Studio Code: 1.93.0 - This extension: 1.3.1 ### Description Certain string literals have their contents wiped on format ### Steps to recreate 1. Create...

bug

This PR adds devices. It will resolve #45. It is designed to keep track of implementing the feature and to get any community feedback.

enhancement

Hi, I'm an experienced Typescript developer with experience in HTML, CSS, C++, and a number of other languages. I'm interested in contributing to Proton's awesome projects, though I'm not sure...

Hi there, I'm the last maintainer of BrowserFS. I found this project through [browserfs#331](https://github.com/jvilk/browserfs/issues/331). Please see the notice in the readme: https://github.com/jvilk/browserfs Would you be interested in updating your project...

Right now, directory entries are encoded as a simple JSON object mapping base name to inode number. A new binary format would have some benefits. First, only 4 bytes (8...

breaking

Sockets are the basis for TTYs and networking. Supporting them would really expand upon the feature-completeness of ZenFS. Also, this is a step towards supporting TTYs, which are used for...

One of the consistent problems has been compatibility with the `node:fs` API. While ZenFS strives for 100% compatibility, maintaining and working towards that is a massive amount of work. Node.js...

compatibility

We used to use 64-bit IDs but moved to regular JS numbers for easier maintainability. We should revisit using `bigint`s since they offer some minor benefits, like preventing the use...

breaking

Recently I took a look at `WebDAV`. It looks like a place ZenFS could really be useful as WebDAV is designed around editing server-side files. While the existing `Fetch` backend...

help wanted