Andrei Mochalov
Andrei Mochalov
@yyoncho , sorry to bother you, just a reminder to take a look at this PR
@xendk I have opened a few PRs that add support for this features (at least partially). Take a look at the now-revamped readme
@xendk Well, these are indeed interesting points. I think that an ideal situation in my opinion looks quite similar to yours, except for path mounting (I believe it is really...
@aidalgol , take a look into the current implementation: if you use wrapper functions (like `lsp-docker-register`) with a valid configuration, it will register an lsp docker client only for this...
@rayellis4 , could you enable `dap-print-io` and look if something catches your eye in the messages? Let's stick to `dap-cpptools`, are you using a default configuration?
@rayellis4 , could you please try to reproduce this issue with the newest `dap-mode`?
Could you provide a bit more info? Infinite loop where? I'll try to help but it may take time since I'm severely time-constrained right now. And of course the more...
That's weird. Ok, I'll take a look once I have time. Cannot guarantee it's going to be soon though. BTW any chance you want to start troubleshooting the issue yourself?
@dima4p , from our experience I can tell that it's not a good way to rely on `resource.data` when the model is not yet saved. If you need to check...
@dima4p , if you are using Graphiti under the hood, you can hook into model creation via the `before_save` callback where you will have full access to the newly-built (but...