Skip to main content
Filter by
Sorted by
Tagged with
1925 votes
17 answers
708k views

When looking at most sites (including SO), most of them use: <input type="button" /> instead of: <button></button> What are the main differences between the two, if any? Are there ...
Aron Rotteveel's user avatar
345 votes
7 answers
674k views

I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions. Does an overview of the compatible versions or even a list of officially tested combinations ...
whiletrue's user avatar
  • 11.2k
280 votes
24 answers
474k views

I had two versions of Python installed on my machine (versions 2.6 and 2.5). I want to run 2.6 for one project and 2.5 for another. How can I specify which I want to use? I am working on Windows XP ...
Bilal Basharat's user avatar
238 votes
11 answers
116k views

When I want to create a Ruby on Rails project, I get the message below. /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::...
Sokmesa Khiev's user avatar
170 votes
5 answers
74k views

Java 8 introduces important new language features such as lambda expressions. Are these changes in the language accompanied by such significant changes in the compiled bytecode that would prevent it ...
Nicola Ambrosetti's user avatar
142 votes
7 answers
236k views

I am wondering if a compatibility matrix exists between Springboot and Springcloud? I created a simple project on STS and am running into compatibility issues. <parent> <groupId&...
Manglu's user avatar
  • 11.5k
105 votes
12 answers
115k views

I'm using the compatibility package to use Fragments with Android 2.2. When using fragments, and adding transitions between them to the backstack, I'd like to achieve the same behavior of onResume of ...
oriharel's user avatar
  • 10.5k
98 votes
5 answers
131k views

My Internet Explorer 11 on my Windows 8.1 Surface tablet defaults to document mode 7, causing a lot of websites to render wrongly. When I open the Developer tools, it states that it defaults to ...
jim's user avatar
  • 1,143
94 votes
8 answers
74k views

I'm trying to make a trivial postMessage example work... in IE10 between windows/tabs (vs. iframes) across origins Remove any one of these conditions, and things work fine :-) But as far as I can ...
Bosh's user avatar
  • 8,868
92 votes
7 answers
73k views

I have a VS 2012 solution with WiX Installer projects. However, when I open the solution in VS 2013 (Release) the WiX project is incompatible. Does anyone know where / whether a VS 2013 version (...
Redeemed1's user avatar
  • 4,030
79 votes
5 answers
90k views

According to BOL (SQL Server Books Online) on sp_dbcmptlevel, This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify ...
dance2die's user avatar
  • 37.2k
77 votes
5 answers
48k views

I have to use an OnGlobalLayoutListener object and then to remove the listener, I had a problem with deprecated methods that I resolve with following code. protected void onCreate(Bundle ...
crbin1's user avatar
  • 2,229
72 votes
3 answers
40k views

I am building a Angular4 project using Angular CLI (1.1.2). It runs perfectly in Chrome (Version 59.0.3071.115) and firefox(54.0.1) but when I tried to use IE11 (Verison 11.0.9600.18738) nothings ...
Terry Zhang's user avatar
  • 4,831
66 votes
8 answers
206k views

I have Internet Explorer installed on my computer but needed to test compatibility mode of IE 7. After changing the document mode to IE 7, it set it as default and now I can't change it. The default ...
Pomster's user avatar
  • 15.3k
59 votes
1 answer
15k views

With iOS 4 coming out soon, I have already planned to include an iAd in a future update of an app of mine. I assume that this will make my app unusable for anyone on a firmware lower than 4.0. Is ...
Dyldo42's user avatar
  • 2,348
54 votes
5 answers
62k views

There is a maximum length for the text in the &body section of a mailto: link. According to one of my co-workers, the W3C publish the limit as 256 (I don't have a link to back this up, though). ...
Brian Beckett's user avatar
53 votes
3 answers
33k views

I'm writing an app that uses some functions and classes only available in the latest API level - 16, but I want it to run with no errors on devices with API level 15. Let's use a couple of examples. ...
Timmmm's user avatar
  • 99.1k
52 votes
3 answers
77k views

While only for two days now, I am definitely sold on using gradle for all of my Java projects, and drop pom.xml from the root of all my projects. However, I would like to remain maven-compatible, in ...
fge's user avatar
  • 122k
49 votes
11 answers
84k views

I have this in my Angular.js controller that downloads a CSV file: var blob = new Blob([csvContent.join('')], { type: 'text/csv;charset=utf-8'}); var link = document.createElementNS('http://www.w3....
raberana's user avatar
  • 11.8k
47 votes
4 answers
67k views

I am fairly new to C++. I am currently working on a group project and we want to make our classes compatible with both the lab computers (Windows) and my computer (Mac OS X). Here is what we have ...
Kirsty's user avatar
  • 471
46 votes
5 answers
40k views

I'm switching my old Dialogs to DialogFragment, but the themes and styles don't seem to be working. I'm using the DialogFragment from the compatibility library v4, and in the onCreate method I've ...
luthier's user avatar
  • 2,941
40 votes
6 answers
57k views

The C language was used to write Unix to achieve portability—the same C language program compiled using different compilers produces different machine instructions. How come the Windows OS is able to ...
user136281's user avatar
39 votes
2 answers
1k views

Examples: "Something %d" and "Something else %d" // Compatible "Something %d" and "Something else %f" // Not Compatible "Something %d" and "Something %d else %d" //...
Erik B's user avatar
  • 43.1k
38 votes
2 answers
109k views

Recently, i was trying to give my application administrator rights without system asking for "Do you want to give administrator rights?" and i found a way which is working perfectly. ...
Agent_Spock's user avatar
  • 1,217
36 votes
4 answers
58k views

Upgrading Java from 7u161 to 7u171 prevents JBoss AS 7.1.1.Final from starting. I know JBoss AS 7.1.1 is EOL but for compatibility reasons, we still need to run this version. Very early in the ...
David Le Borgne's user avatar

1
2 3 4 5
61