Razvan Grigore

Results 171 comments of Razvan Grigore

try `./ffmpeg -encoders |grep 264` if you don't see it there, you compiled it wrong.

hey, any progress on this one? It's been one year already... can we somehow contribute? thanks

This is a great question! My suggestion, as an early adopter of vscode that missed php integration & intellisense, is to get the help/opinion of the two great guys who...

What do you mean by sources? A complete reproducible setup/code? Not really, but the relevant PHP part is already pasted above.

no, payload like 102 in chrome vs 96 in other browsers.

For me it worked with ``` ARCH=arm64 make ``` also on Jetson NX, Jetpack 5.0.2, Ubuntu 20.04

If we could have a pluggable storage `AssetManager` class, for example with [creocoder/yii2-flysystem](https://github.com/creocoder/yii2-flysystem), then all our problems would be solved.

According to [Apple Developer Documentation](https://developer.apple.com/documentation/walletpasses/distributing_and_updating_a_pass), you need to create a bundle of passes: Provide a bundle of passes to enable your user to download multiple passes at once. To create...

Not sure this library can do anything to fix this, so I'll close the issue for now. Please suggest some ideas and we can reopen and discuss potential workarounds, if...

I'm using this feature without any problems, must be something with your Service API, maybe you need to implement some specific endpoints like: ``` POST v1/devices//registrations// GET v1/devices//registrations/ DELETE v1/devices//registrations//...