Andrzej Raczkowski

Results 8 comments of Andrzej Raczkowski

yes, this feature will be very useful, looking forward for v5 too

Hi @mdelolmo the is some strange problem with this, I'm 100% sure that I'm using correct ConnectionParams (package id, client id and redirect uri) the signature fingerprint is correct too...

Hi Lesław, interesting... is the any way to see/test your results? Do you have it somewhere in github? For my project I'm looking for the good offline speech to text...

My version of BK3266 is without pin - it was buy like this. As I know there is no way to do this via command. hi, sorry for late reply

@bondango thx looks promising - I will soon check this more detail :)

Hi, try: > location /ords > { > proxy_pass http://127.0.0.1:8080; > proxy_set_header Origin ""; > } > location /i { > proxy_pass http://127.0.0.1:8080; > proxy_set_header Origin ""; > }

try to connect from your host to a ruining container via docker's attach command by ID: `$ sudo docker attach d74ba2f4933b ` or by Name `$ sudo docker attach araczkowski/oracle-apex-ords`

Hi, I don't have Windows to check. It was developed and tested on Linux. Don't know how docker works on Windows, maybe the issue is with docker - not mapping...