ctrngk

Results 10 comments of ctrngk

I do not like name ends with 's', as a non-native speaker.

Another incorrect lemma_ >>> import spacy >>> nlp = spacy.load('en_core_web_lg') >>> doc = nlp("the Greys") >>> [token.lemma_ for token in doc] >>> ['the', 'Greys'] "Greys" should be "Grey"

another lemma_ conflict >>> import spacy >>> nlp = spacy.load('en_core_web_lg') >>> [token.lemma_ for token in nlp("to be flattered by sth")] ['to', 'be', 'flatter', 'by', 'sth'] # correct >>> [token.lemma_ for...

> 3.10.0版本以支持, 升级下 AttributeError: 'Vless' object has no attribute 'tls' when generating a new config.json for client

can we have the demo of rbac/controllers/express? Literally no idea how to get started with.

It pops up this confirmation every time, really annoying.

html format. It could be very colorful. With js, it could even support collapse/hide, tooltip, etc. I tried to reformat output in txt two years ago. It is silly. Color...

I happen to want the deeper value of variables. I solved it by repr_func. Is it what you want? ``` self.parser = { "client": HttpParser(), "server": None, } ``` output...

debian: sudo apt-get install graphviz macos: brew install graphviz

Unfortunately it is not working TypeError: this.generateJWT is not a function at model.UserSchema.methods.toAuthJSON (node-express-realworld-example-app/models/User.js:46:17)