Jure - Bernava Prah

Results 20 comments of Jure - Bernava Prah

Hi @heinzelotto and @jingzhaoou, I have a similar need. Could you kindly provide an example code using rubato (or anything else) to achieve the same goal? My specific case is...

My proposal: ```lua --- line: 559-569 of resty/validation.lua if valid and field.valid then data[index] = istype('callable')(field.value) and field.value() or field.value elseif invalid and field.invalid then data[index] = istype('callable')(field.value) and field.value()...

Hi @mtodd @sverrejoh @radical @ijbaird! There is any news on this? Thanks!

Any updates on this? :)

Update the PR with a fix to improve the typing when used with arrays of type. This last change introduces a breaking change because of the generic ARGS of Jovo.$resolve...

Hi @ababo Did you find a way?

Hi, I have found a way to do it. I'm not sure is the best way to do it, but it's working. :) You need to implement the [MediaSource](https://github.com/jBernavaPrah/azure-speech/blob/dd9a789e49fdf6ee05237bcffe20c2018cfdf0bd/examples/recognize_from_bbc_word_radio.rs#L119C1-L165C2) to...

Hi [dongdong004](https://github.com/dongdong004) and othere. Sorry to pop up this issue from 2019, but is regarding my issue with mesh and AP. I was looking at implementing the mesh network in...

The question come from the error that I get from the server: ``` ERROR:server:Exception on /engine/parse [POST] Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2070, in wsgi_app response =...