Christian Stewart

Results 107 issues of Christian Stewart

It's now possible & straightforward to build on MacOS using [llima](https://github.com/lima-vm/lima). Add a helper script which sets up a lima environment with the necessary dependencies installed + drops the user...

enhancement

Let's say that we boot to a disk at /, then resize2fs will happily online resize it. But what we do in skiff-init-squashfs is then mount an overlayfs and a...

bug
help wanted

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:

This PR adds supports building with "gopherjs build."

stale

Proposal: new extension called `scrub` which adds a function `Scrub()` to messages. Similar to `Reset()`, except it recursively overwrites all buffers & fields in the message with zeros.

enhancement

Would be very useful to be able to import & use this as a package!

If I create an app with the CLI and add some config variables to it, it does not appear in the web administration interface, even after I click "sync apps".

Current: ```go table := tablewriter.NewWriter(os.Stdout) table.SetHeader([]string{ "LEFT", "MIDDLE", "RIGHT", }) table.AppendBulk(data) table.SetHeaderLine(false) table.SetRowSeparator("") table.SetColumnSeparator("") table.SetCenterSeparator("") table.SetAlignment(tablewriter.ALIGN_LEFT) table.SetHeaderAlignment(tablewriter.ALIGN_LEFT) table.SetBorders(tablewriter.Border{ Bottom: false, Left: false, Right: false, Top: false, }) table.Render() ``` Output:...

Maybe related to #115 Had an issue developing [starpc](https://github.com/aperturerobotics/starpc) where sometimes (~10% of the time) the test would get stuck on recv() on both ends even after one side had...

P3

Fixes the following build failures: GOOS=js GOARCH=wasm go build ./... GOOS=wasip1 GOARCH=wasm go build ./... Depends on: https://github.com/dgraph-io/ristretto/pull/375 TODO - remove the "replace" directive once the above PR is merged.