Bjørn Erik Pedersen

Results 173 issues of Bjørn Erik Pedersen

See https://github.com/charmbracelet/vhs Asciicast was recently removed (I agree about that decision). Having some illustrative CLI animations does look good, though, and they have some documentation value. I have tested VHS...

NeedsToWait

This is certainly related to #1291 -- but I don't think it's time to do a full revamp of the theme right now. But there is a saying that you...

Design

Should be rare, but still: ```bash nothing to commit, working tree clean Error: Process completed with exit code 1. ```

The example below prints: ```bash map[V1:v1 M2:map[V2:v2]] V1 v1 M2 map[V2:v2] [VS1_1 VS1_2] VS1_1 VS1_2 [map[VMS:vms]] map[VMS:vms] ``` The first `map[string]interface{}` is traversed, but the last (`map[V2:v2]`) seems to be...

When you want to convert from `map[string]interface{}` to `map[string]interface{}` you don't have a lot of type information to identify a sensible type conversion. I want to serialize some maps as...

We use `git log` do create this map, and when using the full Git history, we get some stale/deleted content after deletions, renames. We should be able to remove these.

See https://github.com/sass/dart-sass/issues/2001

bug

See https://github.com/markbates/inflect/blob/master/name.go#L8 I did a `dep ensure -update` in Hugo and got some unknown and new packages. I tracked it to the above. That does not look like core inflect...

https://github.com/natefinch/pie/blob/9a0d7201400759b777f38c0c2d7b0be4e3e8b5c9/pie.go#L232 On Windows, I get: ``` not supported by windows ``` See https://github.com/golang/go/commit/05cc78d8d32f6af6fc4373e10da0b4a12f0a1ad4

.https://github.com/vjeantet/hugo-theme-docdock/blob/bc3075ae2e25bda6f5417cf611630cf5d78f8aec/layouts/partials/language-selector.html#L10 I notice you use .URL on Page to build links. Which sounds obvious. A long story, but in general, you would be much better off using one of the...

enhancement