Category "windows"

Is Safari extension development possible in Windows 10?

I am working on extension development for multi-browsers. I have developed the extension for Chrome, Edge now I want to convert the same extension for Safari. I

Docker Build COPY Pipfile Pipfile.lock Cache Key Error

I get this error when I try to build my Dockerfile. How can I fix this? failed to compute cache key: "/Pipfile.lock" not found: not found # Pull base image FROM

Run button is disabled in Qt Creator

This happens even on a freshly created, empty project. The Run (and also Debug) buttons are disabled for the Qt5 configuration (they're enabled for the Qt4 con

Not able to export ECDSA certificate from Windows Store

PFXExportCertStoreEx fails when I try to export ECDSA certificate from Windows Store. I need to get both the public key and private key of the certificate. Is t

`rgl` crashes R 4.2.0 in RStudio

The new release of R version 4.2.0 will crash when loading the rgl package if in RStudio. What can I do about it?

Creating a directory called 'con'

In the Ruby console, whenever I try to make a folder 'con', I get the following error: > FileUtils.mkdir_p('con/') Errno::ENOTDIR: Not a directory - con

I am trying to use flutter Isolate with database data. But it's throwing an error. I don't know why is it happening?

I'm using the hive database. My code is: HiveStocktaking? stocktaking = _database.getStocktakingById(_stocktakingId); StocktakingStats stocktaki

Howto use psexec via powershell invoke-command on a remote computer? (invalid handle)

I have written a powershell script which creates a powershell script or a batch script depending on the remote host on which this script should be started remot

How do I kill the process currently using a port on localhost in Windows? [closed]

How can I remove the current process/application which is already assigned to a port? For example: localhost:8080

How can I detect whether the current user is on a call?

I'd like to be able to detect if the user is on a voice/video call, whether it's Skype, Slack, Zoom, Highfive, etc. I'd like to be able to tap into what Window

Rails CSS, JS, and jQuery TypeErrors (for Windows) [duplicate]

It has recently come to light that my program is experiencing plenty of errors on the localhost:3000 server. I'm quite new to Ruiby on Rails a

Change taskbar location with powershell and autohide Windows 10 build 14393

I'm trying to place the taskbar location to the top with powershell and let it auto-hide. I found this website with option three what works for most people. T

get mtu C++ portable way

Is there a way to get mtu C++ portable way? Like from both Linux and Windows ? I know in Linux this is the code : sys_get_mtu(const char *ifname) { struct

"OverflowError: Python int too large to convert to C long" on windows but not mac

I am running the exact same code on both windows and mac, with python 3.5 64 bit. On windows, it looks like this: >>> import numpy as np >>>

os.listdir is removing character accent

In windows file explorer, create a new txt file and name it Ń.txt (note the accent over the N). Hold shift and right click the folder where you created 

PermissionError: [WinError 32] when importing the requests module

When I run the command import requests, I get this: Traceback (most recent call last): File "C:\Users\user1\AppData\Local\Programs\Python\Python310\lib\import

Sending sms to mobile phone in C#.net windows application with MTS modem

This is the code the message box showing ("message sent successfully"). But I didn't get the message to my phone that I used. SerialPort sp = new SerialPort();

Windows SetTimer() vs using SleepConditionVariableCS()

I currently have a timer implemented using tbb::condition_variable which under the covers uses native Windows call SleepConditionVariableCS() . One of my co-wor

Enabling virtualization in Windows 10

I am trying to install Docker. It is installed succesfully however when i run it, it asks for enabling hardware virtualization in bios. When i go into bios, i d

Electron-builder (NSIS): do not ask about deleting data on reinstall (cannot distinguish reinstall and uninstall)

I use Electron-builder (of version 22.14.13) to create installer for our app (Windows). I needed to create custom installer, so when user uninstalls the app the