Dell XPS 17 9710 laptop with Ubuntu Sound problem

I have a couple of days a laptop Here. I use Ubuntu 22.04.3 LTS. I can’t have a sound speakers to work. In Windows the speakers works perfect with a Realtek driver provided in a dell driver site. In Ubuntu No matter what i have tried nothing works. I tried installing Realtek drivers, updating system, … Read more

Epoch time increasing at every loop after decimal

Currently I’m creating Discord bots for my guild. Right now I’m creating a cryptocurrency price bot because I’m one of the devs for a token. I’m using the scheduler plugin to schedule a job every minute (.00). Well, every 20 or so iterations my epoch time increases to 0.01. I’m thinking this is happening because … Read more

Overflow hidden/ellipsis not working on a CSS Grid

I’m having an issue with a bit of text overflowing on a CSS grid. If the text overflows, I want it to overflow into ellipsis. However it’s not working and I’m not sure what I am doing wrong. As you can see here on dev tools it goes past its assigned grid. .grid { display: … Read more

Google Analytics for UXP plugins for Photoshop

I am currently developing a plugin for Photoshop using UXP, which is essentially JavaScript. I’m curious if it’s possible to integrate Google Analytics into this plugin to gather statistics. Google Analytics is known to work with web apps and mobile apps, but I’m unsure if it can be utilised for desktop applications. How could I … Read more

Optional Dependency in VBA Module

Background I am developing a VBA module (call it “Greg“) for VBA developers of UDFs, which enhances their existing module. They simply copy a snippet into their own module (call it Dev): if Greg is loaded, the snippet enhances behavior; and otherwise it makes no difference. Approach Here is a simplified sketch of Greg.bas… Attribute … Read more