python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to embed a manifest file inside the executable of a VB.NET (VS2010) project?
I'm currently working on a small VB.NET app on VS2010, and it seems that setting the "dpiAware" field on True in the project's manifest file is the only way of having the program not come up...

RespawnAl
Votes: 0
Answers: 0
Firefox add-on not working if the main js file imports stuff from other js files
My firefox add-on currently has the main file organizer.js and just does not run when I import stuff from other js files (footer.js and header.js).
manifest.json
{
"manifest_version": 2,
...

Dat Le
Votes: 0
Answers: 1
error while loading shared libraries: libkeybinder-3.0.so.0: cannot open shared object file: No such file or directory
I'm trying to package a Flutter application for flatpak & created a configuration file too. Everything gets built fine & no errors are shown while building/installing locally
But when I try to...
KR Tirtho
Votes: 0
Answers: 0
How to edit Package.swift Manifest in my own published Swift Package?
I've created a new package in Xcode. I was able to edit the Package.swift manifest file, modifying minimum os versions etc.
I pushed it to GitHub, but now I can't edit the Package.swift file. Even tho...

Craig Temple
Votes: 0
Answers: 1