Fractal_Mind

Results 22 comments of Fractal_Mind

DEMO: **printer-basic.htm** PDF by URL: **working** PDF by Base64: **working** Raw (ESC/POS): **error** ``` java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Server 19:28:18.073 INFO Application Started 19:28:18.077 INFO Program Version: 0.13.0 19:28:18.118 INFO Starting...

Answer here https://github.com/imTigger/webapp-hardware-bridge/issues/31

In the configurator _/webapp-hardware-bridge/out/artifacts/_ `java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Configurator` Change the "Bind" property to "0.0.0.0" This means it will accept all traffic

> I found that the dropzone already have this feature in iOS (tested both Chrome and Safari ) > Is it work for browsers in Androids? Thank you for your...

To enable "Change detection" with arrays you can clone your array. Took me a while to get that. `var clonedArray = JSON.parse(JSON.stringify(nodesArray))`

> Hi, I am facing the same issue after updating the library to latest version (19.0.0 and Angular 11) and it was working fine for version 16.1.0. Tried all the...

Any news on this? We are using a front proxy too but all links seem to be created with "http" without SSL. - Using: nginx-proxy - We are using Multi-tenant

Got my solution. It has nothing to do with Microweber. _In nginx-proxy > nginx.tmpl > line 372:_ Add Into your ``` location / { ... return 301 https://$host$request_uri; #(commented) proxy_pass...

> Hi, we have started some work on the variants, its on the roadmap for the next versions > > Maybe next month will be ready Awesome thank you. Any...