Marián Černý

Results 23 comments of Marián Černý

Try this fork: https://github.com/Vienta/FXBlurView It adds conversion of non-ARGB8888 images into ARGB8888.

Try this fork: https://github.com/Vienta/FXBlurView It adds conversion of non-ARGB8888 images into ARGB8888.

Try this fork: https://github.com/Vienta/FXBlurView It adds conversion of non-ARGB8888 images into ARGB8888.

I would prefer the following command: `pkg rollback` which would get me back to the previous state before last `pkg upgrade`. Yes, `/var/log/messages` log can be helpful. But in my...

Yes, I should probably try poudriere. However I build packages using a trivial script that runs just bunch of `cd /usr/ports/category/package && make install` and then `pkg create -a &&...

I tried not using `-f` for a while and had a problem recently. After `pkg upgrade` on a server php did not work properly: ``` PHP Warning: PHP Startup: Unable...

Similar problem today. After `pkg upgrade` on a server php did not work properly: ``` PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20121212/igbinary.so' - /usr/local/lib/php/20121212/igbinary.so: Undefined symbol "ps_globals"...

Adding the test target into the Podfile similar to this sample should help you: target 'MyApp' do pod 'SpeedLog' target 'MyAppTests' do inherit! :search_paths end end Then run `pod install`.

It did not work for me for the first time either. The Load bundle dialog did not open after re-signing Xcode according to `INSTALL_Xcode8.md` followed by `make`. This helped me:...

Thanks again for the interest and the report. It happens that sometimes it is not possible to remove default input source right away (but sometimes it is). Probably if the...