Top "Compatibility" questions

This tag should be used to identify questions regarding compatibility issues, for example between different versions of the same software product or, development kit or library.

Compatibility between Protobuf and Protostuff

are Classes generated by the Protostuff code generator compatible with those created by Protobuf? I tried to (de)serialize some …

java compatibility protocol-buffers protostuff
Are windows phone 7 apps compatible on windows phone 8 devices?

very straight forward question. My company has developed a windows phone 7 app and have been testing it on a windows …

windows-phone-7 compatibility windows-phone-8
How to change zimbra login screen logo height?

I have prepared a login image for my new e-mail system (Zimbra). Then I have changed hhe contents of file /…

css internet-explorer firefox compatibility zimbra
Angular Material Flex-layout when using fxFlex with mat-form-field, the element does not appear in Internet explorer 11

I am using Angular 6 with Material 6 & flex-layout 6-beta , I am currently facing a strange issue, the form fields that …

angular compatibility angular-material2 angular6 angular-flex-layout
How to write Python 2.x as much compatible with Python 3.x as possible?

There are many ways to include Python 3.x features in Python 2.x, so code of Python 2.x scripts could be …

python python-3.x compatibility python-2.x
$_SERVER["SCRIPT_URL"]: when is it reliably present?

In my local environment (PHP 5.4.24 on Apache 2.2.26) $_SERVER["SCRIPT_URL"] is present, but I read around that this variable is …

php compatibility server-variables
Creating Library with backward compatible ABI that uses Boost

I'm working on a certain C++ library (or more framework). I want to make it backward compatible with previous versions …

c++ unix boost compatibility abi
What is the difference between Python's unittest and unittest2 modules?

I currently work on some code that uses unittest2 module. I suspect this code was meant for the python2. Can …

python-3.x compatibility python-2.x python-module python-unittest