Rajvardhan S Deshmukh (he/him)

Results 26 comments of Rajvardhan S Deshmukh (he/him)

I see the same issue We use this to link a library `ELEMENT_LIBS((../lua/libluajit.a -lm -ldl))` I've noticed other examples have 2 words seperatred by space, we have 3. And the...

I'm sorry, i haven't been able to ask the question precisely. The attached links help demonstrate the problem i see. It's true that function pointers/callbacks can't be passed around. But...

Hi All, Can you please give me some feedback on if you need me to better document/ask the question? Or give me hints on who to approach? Thanks, Raj

Hi @alangibson I have switched to using a c++ based application using libcurl library and it is giving me good (expected) performance.

Hi Lucas, I had a similar problem with HTTP1.1 library. (After making 90 serial 'GET' method calls) The Wireshark pcap trace shows the full response but the BUFFER over [here](https://github.com/Lukasa/hyper/blob/18b629b8487169870235fe13387e2ae03c178b9f/hyper/http11/connection.py#L288)...

Hi @jliunyu , I am planing to do a similar thing. A service where: 1. HTTP client entities request Admin API's (behind an http endpoint) to 1.1 create a new...

Seems like this library supports it. https://github.com/segmentio/kafka-go/issues/729

``` yarn run build cd packages/legacy/app/android npx react-native run-android ``` Worked for me on just the emulator. Doesn't work on the physical device.

1.copy paste the mpd in /var/www/html 2.sudo wget -r --no-parent --reject "index.html*" http://www-itec.uni-klu.ac.at/ftp/datasets/DASHDataset2014/BigBuckBunny/4sec/ sudo mv -r www-itec.uni-klu.ac.at/ftp/datasets/DASHDataset2014/ /var/www/html/media/

Agree with removing `cwt`. I was recently introduced to SPICE (Secure Patterns for Internet CrEdentials) https://datatracker.ietf.org/wg/spice/documents/ and they have a few docs related to using CBOR instead of JSON for...