Marcel van Lohuizen

Results 151 comments of Marcel van Lohuizen

Not unreasonable in principle. This would be in the list of TOML, INI, and Apple's property list, I guess. It is a messy format, but given the sheer prevalence of...

One possibility would be to use `github.com/magiconair/properties`, or some stripped version of it, which seems to implement this. The API of this package doesn't seem quite appropriate, though. Ideally, the...

That "standard" leaves much to be desired: * what is whitespace? * what does "generally terminated" mean? * what is a newline? * what is the ATG Control Center window...

The panic as been fixed. The code will not produce the expected result, though, as I don't think the dependencies are correct / supported. Did this ever work? Here is...

Assuming I can consider this closed.

@rogpeppe `cue export` uses the `format` package for the output, just like `fmt`.

You are correct, the text is just very unclear. The clear part is here. ..., the old version must be an instance of the new one [for backwards compatibility to...

I agree with @mvdan. It is overbearing for `txtpbfmt` to be importing `glog`, so ideally it should be fixed there. We may also consider using a different package or forking...

This issue is marked as "NeedsFix". I'm not certain what fix is expected here? The typical workaround for this is to mark the least-specific entry as default, so that things...