Gus Power
Gus Power
just hit this myself today with a `0.19.1` project on a `x86_64` linux environment: - interpreter: `GNU bash, version 5.1.8(1)-release (x86_64-pc-linux-gnu)` - terminal: `kitty 0.23.1` does anyone have any ideas...
+1 I'm currently seeing an algorithm fail as per http://stackoverflow.com/questions/6263630/jschexception-algorithm-negotiation-fail so the ability to enable debug logging on the underlying JSCH library would be really helpful.
Hi @jamesbt365 - thanks for the response. Could you please elaborate further on the solution? At the moment I perform the following steps: 1. Connect the tablet using the 3-in-1...
@rmartinsanchez thanks for bumping this! @jamesbt365 screenshot and diagnostic attached. [xppen-10-diagnostics.json](https://github.com/user-attachments/files/15818509/xppen-10-diagnostics.json) 
`44902, 25339` ? 
``` set $mod Mod4 font pango:monospace 8 exec --no-startup-id dex --autostart --environment i3 exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id nm-applet set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume...
@accforgithubtest it's not on github, and it's very simple. It uses mermaid along with [svg-pan-zoom](https://github.com/bumbu/svg-pan-zoom). Here are the bits: SQL: Chart Table ```sql CREATE TABLE chart ( id bigserial PRIMARY...
@accforgithubtest if you need more details let me know
Yes of course. 1. Modal button I take the existing button component and copy it, inserting the following markup: `modal-button.handlebars` : ```handlebars ... {{/if}} {{/each_row}} ``` so I am basically...