Andrew

Results 13 comments of Andrew

I noticed the same thing happens on the demo site. http://shlomiassaf.github.io/ngx-modialog/#/vex-demo Choose the Prompt Drop In. Enter text and press the Enter/Return key on your keyboard.

It's disappointing this has been open for so long. I was migrating from geokit to geocoder and ran into this problem on Postrgresql. If it's any help, it looks like...

Thanks for looking. That does make sense, but how come something like a textarea works as expected? This example has both. https://codesandbox.io/s/tinymce-angular-forked-96s50w

I was also experiencing this exact behavior on node v18.9.0 where submitting a form with a body of greater than ~16kb would just hang. Upgrading node to v20.13.1 solved the...

@dwarf-king-hreidmar Could you expand on how CoreOS is baked in now? I'm trying to get it setup right, but when I restart the Fedora CoreOS servers, k0s is no longer...

Curios, what are you doing to install it as a service on CoreOS? After further testing, it seems to be surviving soft reboots, but if I power down the machine...

I see exactly what's going on now. The service is being installed to /etc/k0s, and of course everything in /etc gets wiped on restart, but I guess not on soft...

I'm having this challenge too. I attempted the recommended approach of specifying the exact path to wkhtmltopdf, but I'm still getting the ruby version mismatch error. I'm using the wkhtmltopdf-binary...

Thank you, I did try pointing it to the ubuntu_20.04 file, but didn't realize I needed to uncompress it first. Uncompressing it and making it executable has me running again....