Chris Hall

Results 3 issues of Chris Hall

``` javascript icon = L.AwesomeMarkers.icon({ icon: 'circle', prefix: 'fa', markerType: 'matte', // defaults to 'soft' markerColor: 'orange' }) results in: ```

output: ``` goroutine 54 [running]: github.com/gorilla/websocket.(*messageWriter).flushFrame(0x14000ac6900, 0x1, {0x0?, 0x0?, 0x0?}) github.com/gorilla/[email protected]/conn.go:617 +0x460 github.com/gorilla/websocket.(*messageWriter).Close(0x14000ac6930?) github.com/gorilla/[email protected]/conn.go:731 +0x48 github.com/gorilla/websocket.(*Conn).beginMessage(0x140005c09a0, 0x14000ac6930, 0x9) github.com/gorilla/[email protected]/conn.go:480 +0x3c github.com/gorilla/websocket.(*Conn).NextWriter(0x140005c09a0, 0x9) github.com/gorilla/[email protected]/conn.go:520 +0x40 github.com/gorilla/websocket.(*Conn).WriteMessage(0x14000169f70?, 0x14000169f48?, {0x102fee7c0, 0x0, 0x0}) github.com/gorilla/[email protected]/conn.go:773...

I have a situation where, based upon certain parameters, I would include certain parts of the object in the response, but it seems this cannot be done with json_builder. ex:...