Vlad George Ardelean

Results 7 issues of Vlad George Ardelean

It would be awesome if I could do filtering like this: { {Username contains 'asdf' AND Lastname contains 'foo'} OR {Username startswith 'A' and age < 13} } This way...

enhancement

I'm just following the install steps in the README. Nothing too special, but the install fails. This is the command output, and I'll provide some more details afterwards: ``` $...

I have a stack which works like this: * Python function app 1 sends messages to EventHubs * Node.js function app 2 gets triggered for batches messages from EventHubs I...

need-author-feedback

``` $ httproxy Traceback (most recent call last): File "/home/vlad.ardelean/ve/tmp2/bin/httproxy", line 25, in main() File "/home/vlad.ardelean/ve/tmp2/local/lib/python2.7/site-packages/httproxy.py", line 423, in main read_from, args = handle_configuration() File "/home/vlad.ardelean/ve/tmp2/local/lib/python2.7/site-packages/httproxy.py", line 390, in handle_configuration...

I'm trying to set up a shared session in this setup: I'm on my machine (hidden behind a router), my friend is on another machine (hidden behind another router), and...

I'm watching this course (for reference only) https://www.udemy.com/react-redux/learn/v4/t/lecture/6946622?start=0 I'm at episode number 143, the start time is 6:15. Initially you have this line which makes a POST request ``` const...

The content-length header, is automatically calculated by the requests library. Adding it (when also changing the body size) can be problematic. The requests library overwrites the value anyway, so it's...