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
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:
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 ?
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
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
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
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
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
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
I am writing a simple compiler for gas assembly on macos which generated this assembly: .section __TEXT, __text .globl _print _print: pushq %rbp