Nolan Holden

Results 7 comments of Nolan Holden

It appears that for Ubuntu 17.04 Zesty, `apt install vim-gtk` installs vim _without_ python support, only with python3 support. Even with python2 support, this issue persists: I tried to solve...

@omarelb — did you end up using that private API? is it possible? if not, was there any other good solution? Thanks in advance

At least in my case, 465 is properly accepting trafffic. As I mentioned in OP, that script (with full TLS) works fine for 465 for my mail host.

thx so much. will test soon, within week.

What a tricky bug. I nailed it down to my use of [quik-ui Modal](https://qwikui.com/docs/headless/modal/). Removing that component avoided the issue for me. Particularly was occurring after a Form `action` (from...

To nobody's discredit, I was just trialing qwik, and ran into this bug pretty quickly. This worried me about stability (particularly because this issue started ~1yr ago), so I begrudgingly...

@wmertens / @gioboa Fixed the issue in preview/prod mode! Thanks! with ```jsonc // ... "devDependencies": { "@builder.io/qwik": "1.5.7-dev20240621090019", "@builder.io/qwik-city": "1.5.7-dev20240621090019", "@qwik-ui/headless": "^0.4.4", // ... ``` but now dev mode server...