Rémi Bèges
Rémi Bèges
So inside NoiseBase the following would be declared ``` virtual float Get(float x, float y, float scale) const; virtual float Get(float x, float y, float z, float scale) const; virtual...
Yes sure, it's always interesting to get some feedback from you. I am way too caught up on other things these sorry I cannot help out, but I'll follow closely
Hi Lynix, sorry about the delay for responding. Your changes look really good, it's always interesting to read code written by you. I see you went back to the interface...
No new status on this issue ?
In the meantime, what would be the recommended workaround ?
If you setup Travis CI for the project, you can [tell him to push to npm registry](https://docs.travis-ci.com/user/deployment/npm/) only for tagged commits, only on master branch. Tags can be created through...
I'm having the same issue with pyfiglet, even with `collect_data_files('pyfiglet')`, I get `NotImplementedError: Can't perform this operation for unregistered loader type`. @htgoebel Can you confirm that for this ticket to...
Thanks for clearing that up ! Well I see two options, either preventingExtensions on the config/module object, in that case the first call to get seems appropriate for doing that...
Makes even more sense :) I'll make a PR today
I do have a similar issue, where I need to group multiple items, before sending the bulk to a time-series database. TSDB can handle huge amounts of write / s,...