Jong Wook Kim
Jong Wook Kim
As netty 4 API has been fixed now, I made lettuce working with netty 4.0.4.Final. This passes all 219 tests with no complaints, in Mac OS X 10.8.4 / Java...
I'm using Tectonic and Travis CI to automatically build PDF files and upload it to Github Pages [(project link)](https://github.com/jongwook/dissertation/blob/master/.travis.yml). Unlike the output in the local editor, Tectonic's output contains gibberish...
At least in Ubuntu bionic (18.04) and pip 9.x, I see > DEPRECATION: Uninstalling a distutils installed project (imageio) has been deprecated and will be removed in a future version....
Currently DependencyAnalyzer does not resolve dependency version conflicts while building assembly. A simpler step to do is to make it include the latest version, and possibly provide an option to...
Due to the nature of this framework, writing unit tests like conventional libraries is not easy. However, for the stability of the codebase we should find a way to automate...
I'd love to have a monadic/functional methods on Streamer and its subclasses. Those include: - `map()` to apply data transformation like normalization - `flatmap()` for parsing files, augmenting data -...
In attempt to fix #396
Relocating scala classes that contain some non-java features like package objects and trait compositions doesn't seem to work with Gradle shadow plugin. Can it be considered as an enhancement to...