Lee Olayvar
Lee Olayvar
I just ran into this issue. I've got the need to support indexing of dynamic data structures, of which can only be mapped to `map[string]interface{}`, and had *(incorrectly it seems)*...
I'm poking around through the source and it appears like much of the rejection of map's are due to automatically building [the configs](https://github.com/asdine/storm/blob/master/extract.go#L23-L39). As a manual interim in a fork,...
So i hacked Storm to accept the config, and it appears to work, however i think that method is impractical. The reason being that Storm uses struct references so frequently...
@DamonGant How is it out of the project scope? Isn't the goal of this project to complement Bootstrap? And if so, why complement Glyphicons? Darkstrap doesn't even _have_ Glyphicons, does...
Yes, i tried both with antialiasing and without. For what it's worth, the text is very crisp, that is not my problem. My problem is the _thickness_ of the letters....
Same issue, Go 1.9 OSX.
@oliveagle When dynamix told me to update, I got`bb0351aa7eb6f322f32667d51375f26a2bca6628` and it worked for me without issues. Not countering your comment, just hoping to help - maybe the above commit will...
I just ran into this. Quite confusing when i saw that Browserify required 0.6, but was failing for anything under 0.8.
Additionally, I should note that there are two possible areas to fix: 1. In the route section structures can be incorrectly reported. As in the original report. 2. Even if...
Here is the JSON for reference: ```json { "openapi": "3.0.0", "info": { "title": "", "version": "" }, "servers": [ { "url": "/my_resource" } ], "paths": { "/one": { "get": {...