Jeff Lindsay
Jeff Lindsay
processes have a cwd and when app frame has focus it should reflect the cwd in the URL path.
[9P](https://man.cat-v.org/plan_9/5/intro) is a protocol for remote filesystems like NFS. It's very simple and designed around a handful of RPC methods. We want to use this as the basis for interacting...
This is a [MutableFS](https://pkg.go.dev/tractor.dev/[email protected]/engine/fs#MutableFS) implementation wrapping the browser [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API) to have read-only or read-write access to a subtree on the host system. Keep in mind, this API is...
Although we fixed these warnings in the preview release, newer versions of Go cause this warning to show up when compiling DarwinKit programs: ``` # command-line-arguments ld: warning: ignoring duplicate...
I don't know when this was introduced, but the stock `workbench.ts` will pull config from a data attribute of an element with id `vscode-workbench-web-configuration`. So I do a synchronous fetch...
The syntax highlighter currently used for highlighting and language detection is not accurate enough to get in the way of running code, which needs accurate language detection. We should in...
Both CodeBlock and InlineFrame should be vertically resizable. I imagine a VerticalResizer component under `ui` we can wrap both in that has a horizontal bar underneath its children DOM elements...
The plan was to release with a Windows build, but we ran into issues actually testing it. In part, we don't have Windows easily available. If somebody wants to try:...
The `explore/alpine` branch is actively exploring: - [x] process to get docker hub images for wanix vms - [x] working alpine virtual environment - [x] networking/internet access from virtual environment...