Questions tagged [compatibility]

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.

2979 questions
1
vote
0 answers

Can Spring-WS 2.x.x be used with Spring3.x.x?

I'm trying to use spring-ws-core-2.1.4.RELEASE along with Spring 3.2.13.RELEASE (spring-jdbc and spring-webmvc and their dependencies). I can see Spring-WS' dependencies have conflicts with certain modules of the Spring Framework version I'm trying…
Razorblade
  • 85
  • 1
  • 2
  • 9
1
vote
0 answers

Packaging Python code for long term compatibility

At my work we create hardware which we support for 10+ years. As part of the release and diagnosis of that hardware we use a lot of test software. It would be great if all the software we write had the same longevity of the hardware. We recently…
Dave
  • 123
  • 6
1
vote
2 answers

Is ROS (Robotic Operating System) compatible with all robots?

I need to know if ROS can work with all kits? or needs specific requirements? I mean, can I buy any kit and control it by ROS? If yes, is there any needed chip, ports, or connectors? Thanks in advance.
nouf
  • 41
  • 1
  • 5
1
vote
1 answer

64 Bit ANE for iOS 8 backwards compatibility

im trying to create a simple ANE to exend my Flex Application. I Followed this tutorial to accomplish this Task: http://www.lorenzonuvoletta.com/how-to-create-your-own-ane-for-ios-using-adobe-air/ I compliled my native lib with iOS 8.1 SDK, because…
Max
  • 23
  • 3
1
vote
1 answer

Can I display the IE compatibility version of a HTA inside itself?

So I've got this code that runs inside a HTA... jsv=ScriptEngine()+' v' +ScriptEngineMajorVersion()+'.' +ScriptEngineMinorVersion()+'.' +ScriptEngineBuildVersion() It displays the version of JScript the HTA is using. So... My question…
1
vote
1 answer

SettingWithCopyWarning in pandas: how to set the first value in a column?

When running my code I get the following message: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame See the the caveats in the documentation:…
Emanuele Paolini
  • 9,912
  • 3
  • 38
  • 64
1
vote
1 answer

Compatibility of the upgrade of MSSQL 2000 to MSSQL 2005

Actually I have to find out the compatibility of the upgrade of MSSQL 2000 to MSSQL 2005. The MSSQL 2000 was installed inside the Citrix box . I did a side by side upgrade by backing up the database and restoring in my local machine. Now I have to…
1
vote
3 answers

CSS/Tables issue on mac

I'm experiencing some problems with CSS and/or tables on my newly redesigned website. Because of the well known "100% div height"-issue, I have resorted to using tables as a structural element of the website. So it looks something like this: HTML…
Bruno
1
vote
1 answer

resharper 8.1 compatibility to StyleCop

I have VS2013, and want to work with resharper and style cop together in the IDE (have all the notifications of style cop, all the quick fixes together) installed Resharper 8.1 Installed latest StyleCop-4.7.49.0 Configured my .csproj to work with…
user1025852
  • 2,684
  • 11
  • 36
  • 58
1
vote
0 answers

Android RecyclerView with header like ListView

how can i add an header on RecyclerView like ListView with addHeaderView(View v) method and have same behavior. My current code using ListView that i want change to RecyclerView: @Override public void onActivityCreated(Bundle savedInstanceState) { …
dledo
  • 44
  • 3
1
vote
1 answer

Scala iterable and java iterable

I'm working on a java lib in scala. I got something like this: def myFunc(): Thing[Iterable[T]] = { // call java lib for the result ... javaResult // Problem: it's Thing[java.lang.Iterable[T]] } So you see the problem is that the return type…
darkjh
  • 2,821
  • 7
  • 35
  • 43
1
vote
1 answer

row_to_json on postgres 9.1

I wrote the following query on a local dev environment not realizing that the postgres version on my local dev was 9.3+ but only 9.1 on production. I am hesitant to upgrade the production postgres. Is there any way to write the following query that…
user1175817
  • 449
  • 2
  • 7
  • 17
1
vote
2 answers

X-UA-Compatible not working in IE 9 for intranet sites

we're making an intranet site with asp.net mvc 5, but have some issues with compatibility setting in IE 9. The site need to be displayed without compatibility view. We did some research, and do these: 1. add meta in layout.cshtml and…
1
vote
1 answer

Android aplication compatibility with previous API

I was given an application that has been running well in API 16 and above. and I was assigned to make these applications can run well in the previous API. And my question is what should i considered to do this job? What can I do? and how to do…
Fahmi Sidik
  • 189
  • 5
  • 13
1
vote
2 answers

Using warning ('on', 'Octave:matlab-incompatible')

I recently found out that you can get Octave to warn when you are using features not compatible with Matlab. Due to working with others this feature is appealing. warning ('on', 'Octave:matlab-incompatible') However when I use it in even simple…
Andy T
  • 337
  • 1
  • 2
  • 14
1 2 3
99
100