Andre Bossard

Results 20 comments of Andre Bossard

Still exists in 0.7.3 and I think model names should not be depluralized, but used at is. But besides that, this is not an error of nodal per se, but...

What about: ``` let modelName = inflect.camelize(args[0][0]); ``` instead of using classify? Than it would not be singular.

Hi Keith, in the documentation here: https://github.com/keithwhor/nodal/blob/master/LEARN.md#models you suggest to use ModelName which implies using singular camemlized names. Why do you call classify on it? Just for the case, that...

I thought about it a bit and I think the user should decide, whether he wants plural or singular name and nodal should use Camelize and Underscore instead of Tableize...

And the log messages are a total mess :-)

It runs stable even with 8 concurrent processes. I reach much higher download speeds. Sadly I don't have the time to implement the logging properly. There should be a master...

multiple connections will probably have the same effect. I agree that your suggestion makes a lot of sense. I think you can disregard this pull request.

Or this is also a nice looking library: https://github.com/galeo/pyflit

I agree, for the user it gets more complicated. I'll investigate how I can maybe fix this multiprocessing.

I reverted the test metrics (cell ascent and descent and letter spacing) to the previous values. I compiled a few examples and didn't notice a degradation.