tkreuder

Results 12 comments of tkreuder

I receive no error, but I cannot access the server. dap.log ``` [ INFO ] 2022-07-13T23:55:10Z+0200 ] ...e/nvim/site/pack/packer/opt/nvim-dap/lua/dap/session.lua:600 ] "Telemetry" "ptvsd" [ INFO ] 2022-07-13T23:55:10Z+0200 ] ...e/nvim/site/pack/packer/opt/nvim-dap/lua/dap/session.lua:600 ] "Telemetry" "debugpy"...

So the subprocess is probably the reason @mfussenegger ? https://github.com/encode/uvicorn/blob/master/uvicorn/config.py#L394

Same bug for me. I just switched back to zricethezav/gitleaks:v8.8.11 and it works (Have not tried any other previous versions).

> So looking at the emacs code, it "pushes" a hotReload request to the DAP server on save? Yes! It looks like this! Thanks a lot for your help! I...

FYI: Added it to the Wiki: https://github.com/puremourning/vimspector/wiki/Additional-Language-Support#hot-reload

Could you add this to #434 ? This is the first google entry that can be found typing the keyword: vimspector flutter hot reloading in this g**** search engine. So...

> For a quick hack you can > > 1. Add `Brave Browser` there: > https://github.com/ActivityWatch/aw-webui/blob/7d4438f3e83fac3ce09e5fa0c72cc8ddb105de69/src/queries.ts#L235 > 2. Build web UI and copy `dist` -> `aw-server/as_server/static` > 3. Run one...

@darshankawar ![Screenshot 2023-02-15 at 08 06 35](https://user-images.githubusercontent.com/385110/218956739-3d4f507e-eb79-4191-a03c-97e041a70c81.png) I am still stuck in this state on hot-restart. ![image](https://user-images.githubusercontent.com/385110/218956888-b02cb712-ad4b-418c-9903-aeee7c2a361e.png) > I think something is wrong here in the last `then` but even...

I tried with Visual Studio code and hot-restart works. It does not work with IntelliJ based IDEs. Android Studio 2022.1.1 and IntelliJ 2022.2.3 both have this issue. Update: IntelliJ 2022.2.4...