codecakes

Results 18 comments of codecakes

> An additional note is that I achieved what I wanted by other means using atomic updates and the **add_to_set** modifier. I created a mixin class inheriting from mongoengine.Document providing...

@schowdhury8 does someone from the team merges this? im unable to

I had a similar observation about starting up the backend for contributing and have provided an approach here: https://github.com/MicroPyramid/Django-CRM/pull/523 If you have a container engine like docker, rancher or podman,...

+1 but Is there a simple reproducible example workaround by using `pyproject.toml` with poetry (as is) to getting airflow installed deterministically and working as airflow docs recommend, chimed several times...

+1. has there been any update?

Does ```toml [tool.poetry.scripts] start = "module:entry_app" ``` not work currently as given in packeto builder docs ?

Hi @Samsomyajit Ive dabbled with creating tf idf ftom ngrams and done some work on prediction using svm. What pre requisites reading materials would one need to further work on...

Hi @Samsomyajit > We can first create a counter crawler using BigQuery to size our dataset. what is the counter crawler you are talking about. Is this a word counter?...