Andrei Kucharavy

Results 12 comments of Andrei Kucharavy

Great, would you mind providing more info about the Document type? I couldn't find it in the usual property documentation location: http://bulbflow.com/docs/api/bulbs/property/#property

Great, thanks. Would you mind adding it to doc in a future release?

Same thing here, here is the full error trace: ``` Traceback (most recent call last): File [....] File "C:\Anaconda2\lib\site-packages\chiffatools\linalg_routines.py", line 11, in from sklearn.cluster import spectral_clustering File "C:\Anaconda2\lib\site-packages\recipy\PatchImporter.py", line 52,...

upon closer examination it seems to be due to the fact that unless `import sklearn.datasets` was called, `sklearn` does not have the module `datasets` loaded. ``` >>> import sklearn >>>...

A more advanced solution would be to redesign the hooks for patching, but I have no idea how to do it right now. Here is the [Stackoverflow question ](http://stackoverflow.com/questions/42077673/python-submodule-loading-detection) on...

Which kinda defeats the purpose of creating a separate email account to manage the alerts. Yagmail now has a pretty trivial Oauth2 implementation, so a patch is straightforward, but I...

That would make sense for parsing (#989), but why when the data is then re-entered manually it fails to save?

@atsky Sorry, but the bug is still there. I am trying to run the plugin with Haskell on Windows and has been running into the same error message. When I...

CentOS6. Yes, all of the dependencies were installed and the openjdk java was activated

Same problem here: Neo4j 3.1.1 ES 5.2 I get the following error: ``` WARN Error updating ElasticSearch No Server is assigned to client to connect io.searchbox.client.config.exception.NoServerConfiguredException: No Server is assigned...