Josh Acay

Results 3 issues of Josh Acay

colgroup is useful for setting properties of whole columns (like width) easily. This would also address #12 (in fact, this is exactly the use case I have). Also, it is...

Currently, a `UrlRequest` is generated when the user clicks on a link. There should be a function similar to `Navigation.pushUrl` except that it goes through `application.onUrlRequest`. This way, we can...

`Boost::filesystem` is more portable across compilers. This allows ABY to work with Clang on MacOS. This is similar #112 but uses Boost on all systems. Special casing Apple devices can...