Eric van der Vlist
Eric van der Vlist
Please note that, unlike written in the README, there is no admin user predefined in the docker image. It's not a big deal since its easy to create through "python...
The NSD back-end passes the server hostname directly to the nsd-control command: ```python zs_out = subprocess.check_output( ["/usr/sbin/nsd-control", "-c", self.get_config_path(), "-s", self.hostname, "zonestatus"], stderr=subprocess.STDOUT, ).decode('utf-8') ``` The problem is that this...
The Worker class is implemented but not the SharedWorker one. Is there any plan to implement it ? Thanks !
Hi Stefano and thanks for this library, Object literals are currently supported and mentioned in the doc, for instance: ```javascript en:{ how:"How do you want your egg today?", boiledEgg:"Boiled egg",...
I am using this wonderful tiny library to generate keys for puchdb as suggested in a number of places on the web and I have been confronted to the common...