Daniel Furtado

Results 5 issues of Daniel Furtado

This PR bumps up the angular version to 1.5.7 so it is possible to create angular components. It also includes: - Templates for component and test in JavaScript - Templates...

When registering routes in files in the `controllers` folder, an unhandled exception is thrown. ```shell Traceback (most recent call last): File "app.py", line 6, in app.init_routes(prefix_routes=True) File "/home/daniel/Projects/Personal/pyterrier/pyterrier/pyterrier.py", line 115,...

bug

Parameters passed through the route URI are always resolved as `str`. It would be much cleaner if the framework could convert the `str` values to the correct types, using as...

enhancement
help wanted

I've already started adding static type checking but there are still some places that are missing. The idea of adding static type checking is that the code will be self-documented,...

enhancement