Latest Questions

combine airtable columns only if

How do you create a column in Airtable that multiples a value in a record with a value in another record (different column) but only if a record in yet another

How can I solve this 400 Error ? "message: "Variable \"$listingId\" of required type \"String!\" was not provided.","

This is my Mongoose Schema const mongoose = require('mongoose'); const ListingSchema = new mongoose.Schema({ listing_id: { type

add a chart in my project on child component in angular but it doesn't work

I want to add a chart in my project on child component but it doesn't work,I have some components: menu,header,section , I want to click on an option in menu n

Unity: Assign instance of abstract object in the inspector

In my game, I have a magic system that uses a command-pattern to store the steps. How can I assign an abstract command not derived from MonoBehavior or Scriptab

react-native-charts-wrapper - not getting upper y-Axis label for max data point

I have a line graph having only left y-Axis. when I got max data point value like 1,994, not getting max value label in y-Axis. case 1: y value : 1,994 max y-Ax

Import a python property in other file python

py like this class MyStack(core.Stack): def __init__(self, scope: cdk.Construct, construct_id: str, **kwargs) -> None: super().__init__(scope, c

"service xxx start" (ONLY the "start") not working on Redhat

We have been using an open-source OCSP responder (OpenCA OCSP Responder), and I am trying to get it working on RHEL 7. The project is quite old, and I don't th

How can I dynamically split the text based on multiple sub-titles in a given text for every new text?

I have an original text that looks like this: We are AMS. We are a global total workforce solutions firm; we enable organisations to thrive in an age of constan

Cypress: Not able to stub with a basic example. What might i be missing?

For some reason, I am not able to stub this here. I have reduced my code to almost exactly this here. This should work according to the docs, but I'm wondering

I was making api project but I am getting type error : undefined cannot read properties .. (reading 'map') in react js

I was making google clone website with rapid api but I end with getting this error. I have two files. Under this having my .map function and I am accessing my s

remove the sign at the beginning of the number - JS

I am getting a calculation result minus the resulting number. When I want to remove the minus sign in front of this number, I get a ".. is not function" warning

pywinauto not see some button in dialog

Its can't find button Setup -> Load Option My apps screen I has that code import time from pywinauto import application app = application.Appl

Pandas internals - "Index labels must be unique"

The Pandas Internals documentation (v1.2.4) states In pandas there are a few objects implemented which can serve as valid containers for the axis labels: Index

XSLT grouping / merging - two or more different nodes into one

Struggling with an xslt transformation. I have two (or more) identical <A_OutbDeliveryHeader> nodes, except for the <to_DeliveryDocumentItem> part.

Synchronous JavaScript calls with CefSharp

I have to modify a project (C#) that uses CefSharp to automate a web task. Each time the code needs to execute a piece of Javascript, it uses: browser.ExecuteSc

Using CMD How i create a new file that combines lines from from two other text files?

Here is what I am trying to achieve... File1.txt I love File2.txt Cake Cheese Money File3.txt aka results.txt I love Cake I love Cheese I love Money I found the

ksqldb Session window generate magic null row

Today i test Windows in SQL queries and got strange behavior with Session window. I create new stream, new session table, and insert 1 row but in topic see 2 ro

PhaseScriptExecution failed and CompileSwiftSources failed

Objective I am trying to build my project to an iOS simulator or physical device using Xcode. System and software details macOS Monterey Version 12.2.1 Macbook

Iterate Naive Bayes classifier over a list of strings

This is an NLP question that hopefully someone can help me with. Specifically trying to do sentiment analysis. I have a Naive Bayes classifier that has been tra

grep command where value contains spaces

I have a file mail.txt with the following contents: John Doe [email protected] Mary Doe [email protected] if I type the command in the console : grep -ia 'Jo

optional parameters when defining routes

I am working on deno equivalent of my node (express) server application for study purposes and I can't find a way to apply optional chunks when defining routes.

Partition Keys & Data Modeling in ScyllaDB

In Scylla, data is stored by partition key. If I query a large table with many partition keys, is it equivalent to executing multiple queries against the table?

How to copy a file in node.js?

I'm learning Node.js and using the Hyper Terminal and Visual Studio Code. I want to copy a file through Hyper Terminal and notice that const fs = require("fs");

Program terminated with signal sigsegv, segmentation fault. #0 0x000000000040199e in ?? ()

I am a beginner for opencv. Yesterday I wrote a simple code in c++, which is really puzzled me. Here is my code. #include <stdio.h> #include <iostream&

How to retrieve the first added node when a LinkedList is created?

I have created a linkedlist in Python using below classes: class: Node class Node: def __init__(self, data): self.data = data self.next = No

Test an array and random value PHPunit

I have a little problem with my unit test and an array generated "randomly", I have something looking like this : return [ 'foo' => $this->faker->sent

row_sums vs findFreqTerms for subsetting TermDocMatrix to include words with a given min frequency

my question is straightforward. I have a (binary) TDM and I want to reduce the number of rows to include only those rows that appear in at least two documents:

Pass parameter name to a function in python

Thank you for your time reading this question. I want to use an existing function through a PIPELINE. I want to give the name of the parameter into that pipelin

Investment value calculator

This is supposed to be an investment value calculator using JavaFX, and I got most of the code working. I just can't get it to properly show the future value am

Which OAuth 2.0 / OpenID Connect flow should I choose?

I have a scenario where I need to add authentication & authorization to a native iOS / Android application. The app allows employees of a store to perform t