Wes McNamee
Wes McNamee
Or better, send the slack notification to the person associated with the personal build.
Ooooo interesting
The downside here is that you are putting the burden of making compatible comments on the user without the benefits of such things like autocomplete, or linting, since a comment...
ya, ok, you convinced me. I'm wondering if we can reduce the syntax burden at all without painting ourselves into a corner. Example: before ``` // @arg("opts", object) ``` after...
Yep! I wanted to file an issue to see what you thought of the suggestion. Happy to submit a PR if you agree
Color would be great! What would it link to?
It GoDoc, it links back to the source code. And although I would _love_ that, I think it wouldn't totally make sense here, unless the user specified the URL (relative)...
`std.thisFile` returns the full path to jsonnet file being evaluated. ``` ❯ jsonnet ~/tmp/test.jsonnet { "filename": "/Users/wmcnamee/tmp/test.jsonnet" } ``` Some light testing indicates that you cannot do this for the...
you might be able to do some magic with though if the user _provided the library_ with the filename. ``` d.fn(filename=std.thisFile) ``` then work out where the root of the...
I don't think there's better markdown compatible syntax