python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Windows docker container with python and c++ build tools OR connect python with SQL Server without c++ build tools
I currently use pyodbc to push and pull from a Microsoft SQL Server. Pyodbc needs the Visual Studio C++ build tools to work.
I am putting this project into a docker container as a flask app along with...
ceej pie
Votes: 0
Answers: 0
How should I edit my pom.xml file to import my maven project to sonarqube?
I am using JDK 1.8 and Maven using Eclipse IDE. I want to analyze my project on SonarQube 6.6. Here is my pom.xml file:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="...
Arghya Saha
Votes: 0
Answers: 1
ClassNotFoundException with Jackson on plugin disable
I'm making a spigot plugin and in the onDisable function (which gets called when the server shuts down) I have it save my data. The problem is is that when it disables for some reason it cannot find o...
DePianoman
Votes: 0
Answers: 1
How to build yarn or npm project without actual instalation of yarn/npm/node
TL;DR:
Is it possible to build a project with a certain yarn version (defined as part of the project) without having yarn,npm or node globally installed on my local machine?
Does an Gradle/Maven-Wrapp...

Christian Dräger
Votes: 0
Answers: 0