Igor Ordecha
Igor Ordecha
@Navaneeth-pk I've just set both of these env variables to `https://example.com/tooljet` and set up proxying with nginx(config down below). html loads fine but it's hard-coded to look for `/main.js`. That...
> Are you using the AWS AMI for deploying ToolJet? @Navaneeth-pk No, it's a real linux server(nowadays people call that "on premise" smh)
> Hi @akshaysasidrn > > In the [deployment guide](https://docs.tooljet.com/docs/deployment/docker) we're told to use `TOOLJET_HOST ` to define the URL - and I expected that to handle the subpath too, like...
i think you should generate this using wireshark Run wireshark for a while and save it to a file
I've tried it on fresh install of binhex-deluge and linuxserver's deluge docker containers on unraid(pulled with CA plugin) and it doesn't work. I've tried both adding it with WebUI and...
> because the scanner just looks on the center of the camera to match a QR code It's really doesn't. onRead just passes data from RNCamera's onBarCodeRead callback which scans...
The solution MIGHT be to use `onGoogleVisionBarcodesDetected` instead of `onBarCodeRead` which outputs an array of barcodes it scanned. Then we would have to somehow filter barcodes that are outside the...
> Alternatively, calculating 9000 digits of pi takes ~1 second on my machine, so you could just calculate 9000 digits of pi in a loop of X times to wait...
> Yes, of course I agree, it is **_OUR_** repo. However I am the self proclaimed maintainer. The Unlicence stays. Some people are just more equal than others.
> Be careful with print statements as they can block CAN bus activity. This is absolutely the stupidest bug I've encountered this year but thanks. It worked. I'm happy and...