Bjørn Erik Pedersen

Results 874 comments of Bjørn Erik Pedersen

>Also thinking, I think I'm going to restrict this to JSON in its first iteration And possibly YAML: https://github.com/go-yaml/yaml/issues/4

>With _content.go? So, there is 2 stories to this issue. The main story being that we ned to break this down into smaller pieces to be able to grasp it...

I have done some experiments with @natefinch 's https://github.com/starlight-go/starlight today (his library wraps https://github.com/google/starlark-go/ by Google), and I'm very impressed and think it would be a good fit for the...

See my previous comments, and push the appropriate button below whether you think adding Starlark (a Python dialect) as a scripting language in Go is a good idea or not....

>I'd be willing to invest time into learning some Go, but Python, not so excited. Did you drop JS because of speed? The options that I have evaluated are Python...

>And for my own curiosity, why not Go? Mostly security related.

>Mostly security related. Note that that remark was about "compiled Go" (not Go templates).

The main problem/challenge with using Go templates for this is that it's procedural, it's "one script per file", one method. I will try to think of a better example, but...

>I guess I wanted an excuse to learn Go. Still plenty of reasons to learn Go ... For completeness, my previous answer about "Go as plugin" assumed some kind of...

@doompadee not really. With the "old" Tailwind support, you could configure a set of folders or files for which to extract identifiers. So, you could/can point to where your JS...