Desprit
Desprit
@eronenergy What did you mean when you said > yes, the above mentioned ser.write pattern works fine. It seems like you need two separate scripts. One will read data coming...
@eronenergy You should communicate with your code to understand the source of the problem. Add debug messages on every step of the loop and see where it stuck. First of...
@MacArthurJustin Your fiddle seems to be broken.
@MacArthurJustin Thank you!
Is there any way to get back to default `loop_type` after switching to `asyncio`? Part of my code is written in python 2.7, doesn't support async functions and it fails...
Is it possible to show diagnostics window only if a popup isn't opened already? When I hover a variable and do `lua vim.lsp.buf.hover()` I see the popup which after 300ms...
Having similar issue: ``` Error: node_modules/@taiga-ui/kit/components/push/push.service.d.ts:10:5 - error TS2416: Property 'open' in type 'TuiPushService' is not assignable to the same property in base type 'AbstractTuiDialogService'. Type '(content: PolymorpheusContent, options?: Partial...
@kraxli Have you resolved that issue? I can't make LSP load my local configs. I tried placing it in `setup.cfg` but it only works from `~/.config/pycodestyle`.
Merging everything is great but most of the comments are in Chinese.
I'm using https://github.com/gookit/validate which is also good. Not sure about performance though.