Gleidson
Gleidson
I'm in the same situation as @AlexHladin. I have a monorepo project that was in an old serverless version and when updating serverless to the latest version, I had this...
I found out why I use a serverless.yml for each function. One problem that "existed" but was apparently due to lack of knowledge is related to Gitlab Pipeline. When starting...
> Simply upgrade your pip to the latest version. By default, Ubuntu has pip version 9.x. `pip install --upgrade pip` Works great to me, thanks!
> Is there a chance you might support NLTK 3.5+? I see that the library supports 3.3 at latest, at least at the moment. Don't expect it. I've been waiting...
I just did ```js setTimeout(() => persistor.purge(), 200) ``` and works great.