Denys Smirnov
Denys Smirnov
Sorry, I don't think this should be added. This change unconditionally creates a `title` element in the DOM, which might or might not be desired.
Yeah, sorry, this project is slightly dead. I don't have time to maintain it at the moment :(
If anyone is interested in taking it further, I can add a contributor or transfer an ownership.
This library was meant to be more opinionated and adapt Web APIs to Go in a more natural way. Part of the goal is to also reflect the platform-agnostic nature...
Yes, the library doesn't support Go 1.13 yet.
Related: https://ai.googleblog.com/2018/09/building-google-dataset-search-and.html
In Cayley we use a [script](https://github.com/cayleygraph/cayley/blob/master/cmd/docgen/docgen.go) to generate documentation for Gizmo API. We can modify this program to return a JSON with all the definitions, so they can be used...
Thanks for the insight! Do you mean the environment variables, or the constants in the `runtime`? If the later, I guess I will need to run Delve for 386. Or...
I can confirm that Delve works with that binary if 386 version of the tool is used.
I opened an [issue for Goland](https://youtrack.jetbrains.com/issue/GO-3028), to consider bundling 386 Delve version in the meantime.