Ewetumo Alexander

Results 42 comments of Ewetumo Alexander
trafficstars

It might be due to the null state of both the new protos's internal fields? Look at this and see if it fixes your issue https://gopherjs.github.io/playground/#/sAkoGMsyGr

Its a temporary fix for now, but the guys should take a look to ensure, composite fields at nil state internally,still pass as valid structures

I definitely would love something like this, as of right now, am using reflect.Kind to do type matching only but I am aware the issue with the reflect package and...

My idea to this problem was the make the network api itself a composible structure, that is rather than have a seperate subgraph definition,instead the network itself is the subgraph,...

This is something am definitely interested in seeing, I would prefer a library not heavily depending on inline CSS as much but integrate with custom CSS parsers and uses style...

Wow. @shurcooL, that's some brilliant idea you have there, will take a look deeper, and might spin off a new library based on the ideas in that. Really like that.

I think one of the coolest thing we can do to reduce the life's of users of Vecty and any other UI library is to look more into add solvers...

No not at all, the CSS solver was meant to provide the ability express elements side as relative constraints to each other which gets computed when the layout changes and...

I would definitely like to see the testing approach that you guys will take, currently once can only test non DOM based code. Would be nice to get such level...