Maybe you were looking for...

Cannot get specific information from a database using SQL

it's my first time making two SQL requests in on 'connection.query' and something is definetly not right, first of all here is my code: pool.getConnection(funct

How can I test functions that are inside a component

is there a way to test functions that are inside components. For my example I have a component called LoginPopUp inside the component there is a login form:

How do I know how much tokens a GPT-3 request used?

I am building an app around GPT-3, and I would like to know how much tokens every request I make uses. Is this possible and how ?

JavaScript not functioning after htmx get/post request swapped

I'm building a Django project and trying to get and post data using htmx and everything works, which means I can get and post data there is no problem with that

React Native Expo In App Purchase send custom variable to setPurchaseListener

I am implementing In App Purchase function in Expo bare workflow using Expo-In-App-Purchase library. In their documentation it says you need to implement setPur

Draw text along circular path in Swift for iOS

I am looking for some up to date help/hints on how to draw simple single line strings around the edge of a circle using Swift2 for iOS9. I see quite dated examp

Is it possible for two artifacts to trigger a pipeline, but only part of it?

Let's say I have something a release pipeline like this (image lifted from a similar question on Microsoft Dev forums): Both master and hotfix builds trigger

Which request headers can be used for a browser/client fingerprint?

For added security our server keeps track of the browser fingerprint. At the moment we use the following headers: 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HT

how to retrieve latest data from mysql table out of duplicate records

I am trying to retrieve latest data from my sql table for each record. There will be duplicate data for each record with some data changes. I need to retrieve t

Macos get pointer being realloc'd was not allocated error in gas assembly

I am writing a simple compiler for gas assembly on macos which generated this assembly: .section __TEXT, __text .globl _print _print: pushq %rbp