Jayaram Kancherla
Jayaram Kancherla
**Feature Request?** Any plans to support exchange accounts ? This used to be a feature in nylas N1 before but was taken out from nylas-mail
I was wondering if we can build this into a desktop app using electron ?
``` >>> cl = Ontology("http://purl.obolibrary.org/obo/cl.obo") Traceback (most recent call last): File "", line 1, in File "/usr/local/Caskroom/miniconda/base/envs/pangenic/lib/python3.8/site-packages/pronto/ontology.py", line 218, in __init__ cls(self).parse_from(_handle) # type: ignore File "/usr/local/Caskroom/miniconda/base/envs/pangenic/lib/python3.8/site-packages/pronto/parsers/obo.py", line 46, in...
any suggestions or best practices for using rocket or rollup with web workers ?
on https://github.com/dask/dask-cloudprovider/blob/main/dask_cloudprovider/aws/ecs.py#L1264 the name of the worker task definition is hardcoded to `dask-worker`. This creates conflicts when I want to run multiple Fargate clusters, each with their own images and...
I tried to launch an ECSCluster on AWS but fails with the following message My command to launch ``` cluster = ECSCluster(cluster_arn="", image="", vpc="", subnets=[], security_groups=[]) ``` and the error...
**Describe the bug** The `OR` operation of the graphQL query seems to be generating cypher queries that take too long to process e.g. I have a simple graph where I...