Brian O'Neill
Brian O'Neill
FWIW -- it's fixed on main. I just pulled source and re-ran. But it is busted in 0.29.
no.... ``` // swagger:model type ActionContent struct { PayloadType string `json:"payloadType"` Payload string `json:"payload"` } // swagger:model type ActionResponse struct { ActionToken string `json:"actionToken"` UserID string `json:"userId"` Timestamp time.Time `json:"timestamp"`...
Any thoughts on this? It is worth resolving the conflicts and getting it sync'd up with master?
Sorry, I haven't made any progress beyond what you see here.
Will this be merged to master? (and available in >2.0.1?)
Yep. Its supposedly okay to embed ExtJS in an open-source project, but not so cool to absorb into a commercial product. It only took me a night or two to...
+1, agreed.
While we're hating on it.... ExtJS is also pretty heavy. Unless you incorporate a build tool, you need to pull in an enormous library. I'll take a look around to...