simonmesmith

Results 3 issues of simonmesmith

I'm working through the documentation but unable to overcome this issue. I try this: ``` var natural = require('natural'); classifier = new natural.BayesClassifier(); classifier.addDocument('i am long qqqq', 'buy'); classifier.addDocument('buy the...

Help/Questions

**Describe the bug** I get an error when using a route method name like `def sign_up()` versus `def signup()`. While a minor annoyance, this conflicts with common Python code style....

bug

**Describe the bug** I apply a style sheet to my app as follows: `app = pc.App(state=BaseState, stylesheets=["style.css"])` When you first load the app on the home page, the stylesheet is...

bug