Unanswered Questions
170,027 questions with no upvoted or accepted answers
27
votes
2
answers
11k
views
Can CMake stop at the first error?
When cmake encounters an error, sometimes it does not stop instantly but continues to process all CMake files. It is only at the end of the treatment that we learn that there is an error, so we have ...
22
votes
2
answers
1k
views
Internet Sharing on Lion breaks my routing table
When in the office, I'm connected to a 192.168.1.0/24 network. When Internet Sharing is off, the first entry of netstat -nr is
default 192.168.1.254 UGSc 10 62 en0
...
18
votes
1
answer
9k
views
Windows 10 + WebDAV: Mutual authentication failed: The server's password is out of date at the domain controller
We have an existing WebDAV installation with an Apache mod_dav was WebDAV drive hosted at an SSL protected URL with CA issued certificate and basic authentication. MacOSX and Windows < 10 have been ...
17
votes
1
answer
10k
views
How to connect SageMaker notebook from VS Code?
I am using SageMaker to test ML approaches. I would like to refactor my SageMaker scripts towards more production ready code. Thus I would like to use VS Code to refactor code and run code on ...
17
votes
0
answers
8k
views
Extracting Opus from WebM losslessly with FFmpeg or MKVToolNix
I have come across a strange problem when remuxing Opus audio stream from WebM to another container like ogg or opus.
Running the output files through a spectrum analyzer clearly shows that there is ...
16
votes
2
answers
2k
views
High CPU usage running Symfony on PHP-CLI
I have a Dell laptop with Intel i7 5th generation running Windows 10 x64 and PHP 5.6.17 x86 environment. When I run a fresh installation of Symfony 3.0 using php-cli:
php bin/console server:run
In ...
16
votes
3
answers
5k
views
Windows 7 DSCP and 802.1p QoS Mapping?
When I create a QoS policy in Windows 7 through the Group Policy editor and set a DSCP value, does Windows 7 add the 802.1p QoS field to the Ethernet frame? If so, how does it map the different ...
16
votes
1
answer
5k
views
Prevent Outlook 365 OWA in 2020 from automatically deleting meeting emails
Previously asked and answered in older versions. No solution for Outlook OWA in 2020. Older instructions don't apply now.
See
Prevent Outlook from automatically deleting meeting emails
Most recent ...
14
votes
1
answer
14k
views
WSL stops responding
I've installed WSL Ubuntu 20.04 LTS using wsl --install -d ubuntu.
But sometimes it stops responding and freezes when I've been in Linux for a long time.
Windows Version: 21H2.
CPU virtualization, ...
14
votes
2
answers
984
views
Text in window in macOS Catalina is blurry after sleep
After I updated my MacBook Pro to Catalina, every time I close the lid for a while some windows will be blurry.
Here is an example:
The left window was opened before sleep and now it is blurry.
The ...
14
votes
5
answers
7k
views
Microsoft Edge Developer Tools window stays blank
The dev tools window for Microsoft Edge currently looks like this on my system:
This has worked before. I don't know why and when exactly this change happened.
I'm on Windows 10.0.14393 and Microsoft ...
14
votes
1
answer
1k
views
Trap on DEBUG signal for the dash shell?
With the bash shell, you can install a trap on the synthetic DEBUG signal. This is useful and will execute your function or bit of code on every shell command. For example:
$ trap 'logger -t shell "${...
14
votes
1
answer
2k
views
Chrome DevTools - Network - Remove overview time filter
Once you click, and thereby filter, on the network timeline overview, I cannot find a way to undo the filtering.
When double clicking, it increases the filter to all, but subsequent requests won't be ...
13
votes
4
answers
9k
views
Windows 10 Home - 1809 Virtualization Features
I'm running Windows 10 Home edition. Recently updated to 1809. Found a few new features and services related to virtualization. Does this mean Hyper-V is now available for Home edition too? What do ...
13
votes
1
answer
45k
views
How do I import/recover/repair an Outlook 2013 .ost file into a new instance of Outlook 2013?
Note: This is not a Microsoft Exchange problem, but an Outlook 2013 one, and even though it might seem as a duplicate of a previously asked one, please pay attention to the end of the post.
A little ...