Juanjo Diaz
Juanjo Diaz
I'm sure that this is more complex than it looks like... But it would be nice if it would detect easy cases like: ```js const myFunction = (x) => {...
```js const myFunction = (x) => { if(x>0){ return "ok" } else { throw "not ok" } if(x>0){ return "ok" } else { throw "not ok" } } ``` The...
### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description Currently, serverless automatically includes `@serverless/dashboard-plugin` and...
## **BEFORE YOU SUBMIT** please read the following: **I'm submitting a bug report** **Webpack version:** 1.12.9 **Webpack Karma version**: 1.7.0 **Karma version**: 0.13.15 **Please tell us about your environment:** OSX...
Current tests don't really test the full serverless pipeline. We could use https://github.com/serverless/test/blob/master/docs/run-serverless.md to do so.
As discussed in #34 and #147, it would be nice to use CloudWatch logs to ensure that the desired number of lambdas are warm (currently, this plugin work on a...
So people can work on them, improve what we have, create custom dictionaries, etc...
I had this for a while sitting on my machine. A revamp of the evaluation scripts so changes are really simple to evaluate. We can iterate if you want to...
mkdocs page for docs. I don't know how familiar you are with GitHub Pages, but this can be easily published. See the following: * https://www.mkdocs.org/user-guide/deploying-your-docs/ * https://squidfunk.github.io/mkdocs-material/publishing-your-site/ I would also...
HI @adbar , Using simplemma my team has found multiple odd cases related to capitalization. When words are fully capitalized, lemmatization doesn't seem correct ```sh >>> simplemma.text_lemmatizer("TRAINING INSTRUCTIONS", "en") ['train',...