Latest Questions

The Grid container on the right is the same height as the left one

I am trying to work with Tailwind CSS grids and I am facing this issue where the container on the right the same height as the left one. It should be as high as

Laravel validate() method returns index html page when false

I'm building my first laravel API and when I try to validate some mock form data using Postman with POST method, the application returns to me the HTML of the i

php stdin input return blank value with arabic chars

i'm makin my own php cli but i need to use arabic letters so fgets return blank value from command line input Knowing i'm using powershell to run commands funct

React admin select input default empty value

I am using react admin's select input& I am currently on version 3.13 and this version allows the attribute 'allowEmpty' to show an extra empty field in the

Cannot send request with FormData using Awesome Cordova plugins HTTP (Capacitor)

I just tried to send a photo to the API in my Ionic V6 (Angular, Capacitor) project but the problem is that the request didn't sent to the API and there is no p

Thread 4: Fatal error: 'try!' expression unexpectedly raised an error

I'm trying to learn to make an API call in swiftUI, I'm following the next tutorial https://www.youtube.com/watch?v=1en4JyW3XSI but the code is giving me an err

Can't use transform: scale() in Angular animation without Experimental Web Platform features enabled - how to fix this for hosted site

This issue is only on Chromium browsers. Whenever I use a style with transform: scale() in an Angular or a css keyframes animation and I do not have the Chrome

React prop not working on child component

So I have my parent component with some data: const [purchaseData, setpurchaseData] = useState({ tickets: 0, email: "", firstName: "", lastNam

Power Query - Can a range be queried using SQL?

I have a range named tDetails. How can I query this using SQL? I click in my range, and on the Power Query tab, I click "From Table/Range". This opens the Power

Condition if/else based on a multiple choice question on Bot Framework Composer

I create a multiple choice question on Bot Framework Composer and I want to create a condition based on the answer from the user. The choices are clickable butt

How to save certain ogrinfo results to a variable?

I am using gdal's ogrinfo command in Python to obtain information about a shapefile. My code is as follows: from subprocess import Popen, PIPE args = ['ogrinf

regex - match character which is not escaped

I'm trying to make a regex to match unescaped comma characters in a string. The rule I'm looking for is "A comma not preceded by an even number of backslashes"

which is best using delete or truncate when i need to delete all data from table?

I work on sql server 2017 I need to delete all rows from table student_course but I don't know which is best for use delete from student_course OR truncate tab

How can I select few columns with MAX(column) from several grouped columns?

My table has a lot of columns, I didn't list them all at here. But the selected columns are like below: product_line test_port rate1 rate2 test_stage finished_

Calling a .bat file from C program fails but if double click it works

I have this file.bat : cd "C:\Program Files(x86)\Anydesk" && anydesk.exe If i double click on it it works fine and does what i want. Now i try to launc

How to use Vue 3 reactive object outside Vue ecosystem

I'm trying to pass global state created like this in micro front end applications. But the problem is that I have to "watch" for changes somehow in order to set

How to disable angular detection for assets folder

Am developing an angular application with spring boot as a back end, i wanted to make an upload to a local stockage in my PC. I made a Stockage folder in the as

How to debug npm ERR! errno -4094? [duplicate]

I'm doing my first React project, and following the MOOC instructions, I've had to create routes by this command : npm install react-router-do

Send and Save specific emails. Not a sentitem event listener

Edit: I am just going to use an eventlistener. I would delete the post but maybe somebody will find a non eventlistener way to save a sent mailitem before it is

Spark-SQL plug in on HIVE

HIVE has a metastore and HIVESERVER2 listens for SQL requests; with the help of metastore, the query is executed and the result is passed back. The Thrift frame

Vue3 CoreUI CMultiSelect submitting unintentionally when 'Select all options' is clicked

I'm fairly new to coding in Vue.js (3) and the project I have stepped into uses CoreUI for Vue as its main framework for forms and displays. I'm not sure if thi

How to validate the nested api objects in Playwright spi testing

I want to validate the nested api objects. I want to check if the value of 'id' inside the 'data' object is "1" { page: 1, per_page: 6, total: 12, total

Setting up a counter in a document and then retrieve it using Firestore: Would this be alright or would this be too expensive?

Under the orders collection, I created a document called counts which would store the counts for the status of the orders: I then created a function to increme

Missing type arguments for generic type 'Future<dynamic>'. Try adding an explicit type, or remove implicit-dynamic from your analysis options file

How do I resolve this issue without removing the implicit-dynamic form analysis options file? Error: My Code: Future<void> _scrollToBottomOnKeyboardOpen(

Is there some agreement about memory allocation?

class http_client { public: void init(const char url*); void download(); } int main() { http_client c1; { char url[] = "www.example.com

VBA - Macro Copied Workbook, Pivot Data Source not Updating, Error with Pivot Cache?

I'm writing a macro that takes a master file, takes a list of sales people, and for each sales person (RSL) creates individual copies of the master file and edi

How to use same id multiple times in different div in a single html file

But the browser is only considering the first id, i have different buttons in my html file which will work as a pop up form.

Expand variadic template template parameters for use in e.g. std::variant<T...>

This will be a hard nut to crack. I don't even know if it's possible. My goal is to create a receive function that listens to multiple queues and pastes the obj

Getting Localized string not found in wkwebview

Please provide if there any solution

How to show changelog of Angular PWA

I have an Angular PWA App with angular 13. every works very well. But I thought it would be nice if I show the user a changelog of the new version. But I don&rs