Razvan Grigore

Results 171 comments of Razvan Grigore

Hey @kielabokkie, now some of the errors are gone, but we still get this one: `PHP Notice: Trying to get property of non-object in phar:///usr/local/bin/blueman/vendor/pixelfusion/blueman/src/Blueman/Console/Command/ConvertCommand.php on line 198` Thanks for...

Hey @kielabokkie, here it is, sorry for the delay. http://pastebin.com/Lccky11Y

is this now possible due to adoption of [Microsoft/tolerant-php-parser](https://github.com/Microsoft/tolerant-php-parser)?

so do I understand correctly that if one has more tracks like this on the initiator side: ``` peer.addTransceiver('video', {direction: 'recvonly'}); peer.addTransceiver('video', {direction: 'recvonly'}); peer.addTransceiver('audio', {direction: 'recvonly'}); ``` then when...

This piece of software is just that type of thing that you need and you just don't know yet. Works beautifully, thank you! Thought this is a hardware limitation, can't...

Sorry to hijack this issue, but my question is rather similar: would it be possible to achieve this warping effect from photoshop (so 2d), for an image (logo)? Here's what...

I would like to fix this, but due to the nature of the Widget, it needs to echo in the init, to be able to include other menu items in...

Maybe this could be solved like this: https://github.com/googleapis/google-cloud-php/pull/2541/files

I would suggest to think about guzzle too, as it is already included in many API SDKs, like AWS. It seems it also supports unix sockets. http://mtdowling.com/blog/2014/10/13/guzzle-5/ I think the...

Happened to me too, very annoying, is this related to felixfbecker/php-language-server#513?