Fork me on GitHub
#portal
<
2022-11-16
>
dangercoder07:11:21

Morning, Is anyone experiencing that the column width is changed for the table view with the latest version of portal (0.34.2)? Before I could fit multiple columns on my screen. Now I have to scroll sideways

djblue14:11:51

I added the ability for tables to overflow auto to reduce horizontal scrolling outside of the table, but you should still be able to view just as many columns.

seancorfield20:11:36

Decided to add Portal (and nREPL) to one of our (internal) apps so that I can start a Portal server and, via an SSH tunnel, connect a local web browser to it, and then connect my editor (VS Code/Calva) to that app running remotely and do interesting debugging with it. Very nice to be able to have the full visualization I'm used to from local development now available for remote debugging on QA (or maybe even production at some point). I added code to start nREPL and/or Portal based on JVM properties, similar to how the Socket REPL works.

🔥 3
awesome 1
walterl18:11:09

[OT] Have you considered the amazing https://tailscale.com/ (or an OSS alternative) to replace the SSH tunnel with a Wireguard-based VPN?

seancorfield18:11:13

@UJY23QLS1 Our data center company already has a specific VPN in place and they manage our infrastructure.

👍 1