Gediminas Zlatkus

Results 5 comments of Gediminas Zlatkus

@cdupont Might not be exactly what you are looking for but I was able to hack together a solution based on [docker/compose](https://hub.docker.com/r/docker/compose) image. In short, I wrote a script which...

I don't think this is an issue any more. The encoding can be customized like so: ```py from hl7apy.mllp import MLLPRequestHandler, MLLPServer class CustomMLLPRequestHandler(MLLPRequestHandler): encoding = "latin1" MLLPServer(..., request_handler_class=CustomMLLPRequestHandler) ```

Here's what worked for me: 1. Navigate to package settings via menu bar: 2. Paste the following into the file: ``` { "black_command": "~/.pyenv/shims/black", "black_on_save": true } ``` Save and...

See if FileSystemWatcher can be used instead

Hi, thanks for the suggestion. I am not sure how much info we can extract from ctags for this purpose but I can look into it. Also, could you attach...