kuzmo
kuzmo
this is how to send the comand to the printer to print your lable for windows File('\\computer-name\printerName').writeAsBytes(bytes); for Linux File(printPort).writeAsBytes(bytes); make this on your device Identify the USB device: Use...
hi the same here I try observable framework and I need to some modification to call some oxternal api and I always get this Access to XMLHttpRequest at 'https://test.test' from...
@mbostock so maybe you can help me What I need is write directly data into duckdb wasm without storing on the server only inside client is that possible ?