Maybe you were looking for...

BSTR's and VARIANT's under... mac os x

Under mac os x I have office 2011 and its excel and VBA, and I have gcc-5.3.0's g++. I played a lot to passing arrays (of numerical built-in types) from VBA to

image height coming back as 0 -- need to get the height after the image loads

I'm enlarging an image on click. I'd like to put a caption right under the image, but to do that, I have to know what the new rendered height of the image is af

Ubuntu 'Failed to restart apache2.service: Unit apache2.service not found.'

I am using Google Cloud Platform to test out ModSecurity and I am using a tutorial to launch it. However, I need to restart Apache every once in a while. I'm us

Trying to copy a file from a server/machine using Python

I am new to Python, so I apologise if I'm asking a stupid question, but I'm struggling with this atm. I am trying to copy a folder (MachineArchiveDailyBackUp) f

Replace column values with NaN if the value on the column next to it is not NaN

I want to replace some strings in a column with NaN but only if the string on the column next to it (same row) is not NaN. (Python) My columns look like this: F

Playwright: Two elements with the same name, how to fill the one that is visible?

I have an Ionic React app that uses react-router 5 to display various pages. The app defaults to a login form, but if users go to the support page, there is a c

Attempt to update entity without persisting on it DOCTRINE

I have a Product entity with a ManyToOne relationship with Category. use Doctrine\ORM\Mapping as ORM; class Product { /** * @ORM\ManyToOne(targetEntit

On Android, what folders will "sync" automatically?

On iOS, there's the FILES app, and if your app writes anything to it, it'll propagate to all devices. I notice in the Google Files app, there's a "documents" fo

401 unauthorized error before trying to get access token in spring security oauth 2

I am getting 401 unauthorized error before trying to get access token in spring security oauth2. I have both server (authorization and resource server) and cli