Latest Questions

I'm trying to change column data type in power query

I have problem with data type conversion in power query. I have data about total working hours ("[h]:mm:ss"-in this format) {]2 when I change data type to Gene

How to create popup window inside in pdf also place textbox fields in this pdf using itextsharp

We have crating pdf dynamically with the help of itextsharp.Now I want to show popup window on button click with the help of JavaScript fuction.How we can creat

How to create popup window inside in pdf also place textbox fields in this pdf using itextsharp

We have crating pdf dynamically with the help of itextsharp.Now I want to show popup window on button click with the help of JavaScript fuction.How we can creat

C# MongoDB Driver 2.15.0 unable to execute In Query with Linq

I am trying to get my resultset from MongoDB. I need to use In filter here. Here is my code that tries to get data. IMongoCollection<VaersVax> vaersVaxCol

Add a title and description to leaflet map

I have attempted to create a leaflet map of the birthplaces of NHL players. However, I would like to add a title and/or a description in the map. I have attempt

“Destination URLs are not tagged properly” error in Google Analytics

I am getting the below error in Google Analytics, suggesting I do not have the correct tracking code on my site, though I do. I'm using cookies-eu-banner, and h

Pass context to store data in Room

I am trying to save received data to local storage using Room library. I have created a database class in which I define the parameters I need and define the co

extract the maximum value available in the defined table in APDL?

Hello Ansys APDL users, I want to extract the maximum value available in the defined table, how do I do that? Suppose I have this code: ESEL,ALL ET

bottom navigation view doesnt shows fargment unless double click

i fixed the previous error but now this here. fragment isnt visible if i dont click bottom navigation two times. my code: activity_main.xml <androidx.fragmen

i am not getting the required output it tells "say something" "speechrecognition could not understand audio" "say something"

import speech_recognition as sr import gtts from playsound import playsound import os r = sr.Recognizer() ACTIVATION_COMMAND = "hey sam" def get_audio():

“Destination URLs are not tagged properly” error in Google Analytics

I am getting the below error in Google Analytics, suggesting I do not have the correct tracking code on my site, though I do. I'm using cookies-eu-banner, and h

Django middleware to check ios/android app version using request header

I have an app for both Android and iOS platforms which their backend is written with Django and Django-rest-framework . I've been asked to check header of reque

Error With ConfigurationPropertiesBinder java spring when trying to start application context

I have a simple application it fails to load with the below error APPLICATION FAILED TO START Description: An attempt was made to call a method that does not ex

iOS In App Purchases: Prices don't match selected App Store Connect tiers

I've recently integrated in-app purchases into a project. I work with React Native / Expo (EAS) and expo-in-app-purchases. They work great - however for most of

Return html wrapped template part Ajax call Wordpress

I've built a custom post filter in Wordpress using Ajax. function filterPublications(filters, filterType) { filters = JSON.stringify(filters); $.ajax({

how to add symbols to text at flutter?

What is the way to write these symbols in Flutter (the symbols directed by the red arrow on image)?

MySQL connection not working: 2002 No such file or directory

I'm trying to set up WordPress. I have Apache and MySQL running, and the accounts and database are all set up. I tried to make a simple connection: <?php

How to use contains with a list in dart

Hi i have list of objects and i would like to check if a certain object is in the list i have the following code List<GladiatorOutput> gladiators = await

Why aren't variable-length arrays part of the C++ standard?

I haven't used C very much in the last few years. When I read this question today I came across some C syntax which I wasn't familiar with. Apparently in C99 t

TypeError: (0 , _ethereum_Station__WEBPACK_IMPORTED_MODULE_4__.default) is not a function

I am unable to go ahead due to this error. This is the \stations\show.js file import React, { Component } from "react"; import { Card, Grid, Button } from "sem

Allocating external text, icon, and image files so that Python Script can function on multiple PCs?

I've been having this main issue in my code i've been trying to compile. I am trying to make a GUI-based application, utilizing the tkinter and pandas libraries

Rust - Why we don't need borrow A when calling A::func(&self) from A self [closed]

See the code: struct A {} impl A { fn a(&self) {} } pub fn main() { let a = A {}; a.a(); A::a(&a); } Why a.a() does

Issue with DependencyProperty binding

I created a small File Browser Control: <UserControl x:Class="Test.UserControls.FileBrowserControl" xmlns="http://schemas.microsoft.com/winfx/2

jmespath Select arrays only if they contain specific value

I have this JSON as input: { "users": { "alpha": [ "read", "annotate", "write", "delete", "manage" ], "beta": [

Populating a Combobox in a model dialogue in MFC

I am trying to populate a CComboBox in a model dialogue in an MFC application. My data comes from an API and I manage to get that into a JSON array. I need to p

Pandas combine two columns with delimiters

I have two columns which have delimiters: column1 column2 a,b,c,d e,f,g,h h,i j,k l,m,n o,p,q ... ... I am trying to group them as ae

BlockingCollection with ConcurrentQueue still remain object after GetConsumingEnumerable

I have 2 threads, one is put data to IBlockingColection, and the second read it then send to kafka. My application is asp.net core api. public class ConcurrentQ

is there any way to record a macro using question mark in vim

I am new to vim, and while playing around with it for some time I was wondering if it was possible to record a macro with the question mark and save it into the