Fred
Fred
I think we need to rethink this. There are 2 options. Move logic into the field translator and do a hard coded if field type == Boolean or NullBoolean then...
The view logic is complicated by 2 things... #### 1. Why the complicated paginator logics We duplicate the logic that was in the paginator which is slightly different from the...
Nothing that I would use in anger, just prototypes, and arguably too many prototypes at that ☺ https://github.com/fredkingham/opal-vue is probably the most advanced. Was opal with a full vue front...
I think, and David may have his own opinion, is that I as a user of the framework wouldn't see front end independence as a massive benefit. I want a...
I meant in the angular world its was (maybe is!) frowned upon to pass in json in the template but instead everything is done vie api end points. Vue has...
I think it rendering on the server is usually a lot faster than you suspect. Famously twitter did client side rendering and moved it back to the server to increase...
That's a good question! There are workarounds in terms of OPAL, but I'm guessing you've just clicked through from the issue 😄 My suggestion would be that you set an...