Coleman McFarland

Results 31 issues of Coleman McFarland

I received this warning from the qa/lint.sh script: ``` 0 % make lint "qa/lint.sh" WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter...

I have a transparent terminal. I like the way it looks. In the acc editor, the line numbers have a transparent background, but the editor area does not. ![image](https://user-images.githubusercontent.com/43583445/73600375-3db71c00-451d-11ea-9936-52adf662f6f4.png) Is...

enhancement

I'm experimenting with using the catalog sync to register a suite of services for environments that are short lived: a few hours at most. I'd like to keep the transient...

area/sync

It would be useful to have multiple files open at once, with a traditional browser-tab interface. Something like: ``` File | Edit | ... -------------------------------------------------------------- | mind-map-1 | mind-map-2 |...

enhancement

Creating a class can be challenging. I think the manual is pretty good at explaining the low-level mechanisms. And the built in "book" and "letter" classes are instructive. Perhaps there...

documentation
classes

A fully-qualified image name isn't provided in the docs right now. This string "images:ubuntu/22.04" works, but just "ubuntu" doesn't. ```hcl resource "lxd_container" "test1" { name = "test1" image = "images:ubuntu/22.04"...

Is it valid to run `bolt project init` in the root of this repo? The only issue that immediately jumps out is gitignore **modules/**, which is something the bolt docs...

Hello! It would be nice to have this library in Meson's registry, WrapDB https://mesonbuild.com/Wrapdb-projects.html ---- I'll contribute if I figure it out. I'm bad at C, but okay at Python...

Right now, `terraform import` can't be run on project objects. This complicates importing existing infrastructure. There are a couple of workarounds: * manually edit state files, providing the `ID` attribute...

enhancement
good first issue