Latest Questions

Data exists within database but doesnt show up on webi report

Hi I am building a v simple report as below; when I include the customer reference number and filter for another column (resolved time) being NULL then the numb

Error loading workspace IDL for Solana Anchor Testing

For some reason, my mocha test is unable to find my IDL. I am getting the error below: name@Mabels-MacBook-Pro solana-anchor-reactjs-payment % anchor test BPF S

Update array object mongoDB

I have an array of objects and would like to update the count of the object where categoryId = "menu2" and subCategoryId = "1". in my mongodb i currently have t

Unable to connect to Azure DB using JDBC with ActiveDirectoryServicePrincipal

I'm trying to connect to an Azure DB via JDBC using authentication mode ActiveDirectoryServicePrincipal. Connection string: jdbc:sqlserver://xxx.database.window

changing the display location of custom product field on a variable product page

i added a custom field to a variable product and displayed it on the front single product page with the help of an answer here https://stackoverflow.com/a/55774

How to have multiple one to one relations to a specific model

I have a scientific info model that has a one-to-one relationship to my User model. this is my model: class ScientificInfo(models.Model): id = models.AutoFi

Could not resolve all files for configuration ':app:debugRuntimeClasspath' android studio

I'm new to Android development with Java. I made an app that allows you to log in with Google and Facebook. Everything worked fine until about three days ago wh

facing problems in installing tensorflow

I am facing problem in instaling tensorflow, please help me. Here is the error that I get: ^3.1 npm ERR! code 1 npm ERR! path C:\Users\dell\node_modules\@tensor

Python Poetry and Script Entrypoints

Im trying to use Poetry and the scripts option to run a script. Like so: pyproject.toml [tool.poetry.scripts] xyz = "src.cli:main" Folder layout . ζ

Angular Routing: create different language path route to the same component form navbar component

I am using ngx-translate to translate my components. I am able to change website language if the user clicks on language link inside the same component. In an

Nginx Don't Play Audio from Link or File

Hi I'm Trying to run a simple clock, im use a clock sound that would be run every second, but it's doesn't play OS : Android (Termux) Nginx Version : 1.21.3

Error Missing required parameters for [Route] after upgrading Laravel 5.8 to 6.0

After upgrading Laravel 5.8 to 6.0 I get the below error: local.ERROR: Missing required parameters for [Route: playlist-song.show] [URI: public/admin/playlist-

Azure B2C token scope permission issue

When I try to get a token with a scope inside it then I get a This application does not have sufficient permissions against this web resource to perform the ope

locomotive scroll disable the scroll of my page

When I put this function : const scroll = new LocomotiveScroll({ el: document.querySelector('[data-scroll-container]'), smooth: true }); The scroll of my page n

Is exists a way to commit several directories not in a tree structure in only one master branch on git?

What I'm trying to do is git in a one master branch the following structure: /var/www/mysite/public_html /dev/only_this_file.txt /etc/directory/things /other/ot

Producing a single row matrix using KQL

This is a matrix from a job I have in Databricks. I have cropped out the task names (which usually sits on the left side of the matrix. The green dots show when

Gmail API service account unauthorized_client error even with domain-wide authority

I have read extensively on how to access GCP Gmail API using service account and have given it domain-wide authority, using the instruction here: https://suppor

Gmail API service account unauthorized_client error even with domain-wide authority

I have read extensively on how to access GCP Gmail API using service account and have given it domain-wide authority, using the instruction here: https://suppor

OpenAPI: "request should have required property 'body'"

I am building out a new endpoint in my application which uses express-openapi-validator as validator middleware. /* index.ts */ import * as OpenApiValidator fr

How to update ISODate to two days later

How to convert a SQL query to mongodb query? Please write a mongodb query - this is my query in SQL: UPDATE user SET expireIn = DATEADD(DAY, 2, expireIn) WHE

Path variable to use in data in Angular

i have a problem with tab title setting. Before is was always the same title which is set in index.html Now i would like to have another title in some component

How to access query result with the selection as object name

I have made a query on a data and it returns a result: [ RowDataPacket { 'COUNT(t.id)': 2 } ] How can I access it like the count number? I have tried result.COU

Render new react component based on API fetch

I'm trying to create a React app that will render components based on an API response (fetching topics title, description and the same for the courses that belo

npx react-native init creates app with wrong version of React Native

Using the following command: npx react-native init MyApp --template react-native-template-typescript --version 0.63.4 or npx react-native init MyApp --version 0

Display interactive table

Is it possible in jupyter to display tabular data in some interactive format? So that for example following data A,x,y a,0,0 b,5,2 c,5,3 d,0,3 will be scrollab

Helm Loki Stack additional promtail config

I install loki and prometheus using helm. However, I would like to replace the logs in one place. I have used: helm show values grafana/loki-stack > loki-sta

flutter onesignal add problems "Expected to find project root in current working directory."

When I want to add onesignal to flutter, I get the following error. How can I solve it? PROBLEM PHOTO

how does an SSL certificate chain bundle arranged?

I have 4 certificate files like this: 1.certum_certificate.crt 2.certum_certificate.pem 3.Intermediate_CA2.cer 4.Intermediate_CA.cer 5.Root_CA.cer I put these

terraform for loop list for target_groups with a combine variable

Is there a way to use the below list in a for loop and add in the target_groups ? I am trying to use the prefix with target_groups variable in a for-loop. I h

How to protect cells from further edits after a specific condition is met in Google sheets?

I am maintaining a workbook in google sheets where users update their status and date of completion after a certain task is done. A single sheet contains a stat