Andrew Brookins
Andrew Brookins
Oh, there's also the `construct()` method: https://pydantic-docs.helpmanual.io/usage/models/#creating-models-without-validation I didn't go that route, but we could treat the data in Redis as already validated when we pull it back out. This...
@logic-and-math Not at this time, I'm afraid! The current design of this library expects to always be running in immediate execution mode. It won't work if you pass in a...
Interesting idea. Would it work like the "hard wrap" setting in Intellij editors, but effectively bind only to comment blocks?
I'm in this codebase again for the first time in years, so I'll try to look into this!
I favor a single space between sentences, but I agree that a configuration option would be useful! I'll add this when I have time again. Thank you!
@rljacobson Truer words were never spoken. One day I’ll have more time for this plugin... 😂
Interesting. Good point. I'll think about this!
I experimented with this today after remembering that I had used the plugin to wrap multiple lines before. Try the **Wrap Line to Column** action. The default keyboard shortcut on...
Ah, yeah, I see what you mean. So the missing features are: 1. Wrap all lines in current comment without needing selection 2. Wrap all comments in the current file...
Can you give me some example text, the expected output and the actual output, so I can debug this? I added a very simple test to demonstrate that Chinese is...