Dennis Schridde

Results 216 comments of Dennis Schridde

Thanks! I thought, because the example is displayed in a box with a grey background and monospace font, that it was treated by the parser like any code block.

> Just tested Proton Next (7.0-6) and cinematics play albeit very choppy, but that might be just my iGPU, happens with GE proton also You're not alone: https://www.protondb.com/app/1113120 For me...

See-Also: g2p/blocks#13

If I open Element Desktop, go to Settings > Sessions > [pick the iamb session] > Verify session, I got "the other side cancelled the verification" message the first time...

Replacing `localhost` with `host.containers.internal` does not actually work. It allows `(p/open {:launcher :intellij})` to succeed, but the tap is not usable afterwards. Logs when starting IntelliJ: ``` 2024-05-23 17:14:01,202 [...

Opening `http://localhost:17888?26db2619-b57c-4c4e-a666-63de18a6c44e` in a browser works (the URL is corrected by Firefox to `http://localhost:17888/?26db2619-b57c-4c4e-a666-63de18a6c44e`, note the slash after the port). Opening it connects to `ws://localhost:17888/rpc?26db2619-b57c-4c4e-a666-63de18a6c44e=` (checked in the "network" browser...

Thanks for looking into this! I wanted to try the version containing the fix, but it seems to have not yet made it into the IntelliJ marketplace: https://plugins.jetbrains.com/plugin/18467-portal-inspector/versions P.S. The...

> I think the last issue you were seeing might be related to this fix #228. So it should be fixed after the next release, the other option is to...

Without replacing `localhost` with `host.containers.internal` in `$PWD/.portal/intellij.edn` (cf. https://github.com/djblue/portal/issues/227#issue-2313045975) I still get: ``` clojure.lang.ExceptionInfo: Unable to open extension: Please ensure extension is installed and Portal tab is open. {:options {:launcher...

I checked out the `launcher-config` branch, set `{:deps {djblue/portal {:local/root "../../clojure/portal"}}}` in `deps.edn`, and ran the following function in my nREPL: ```clj (defn portal [] #_(require '[portal.api :as p]) (add-tap...