Latest Questions

SignalR TypeError: Failed to fetch after deploying to Azure

I am trying to create a small chat app using SignalR. In my backend I am using .net Core 5 and in Frontend, I am using React. When running in localhost every th

Invalid KeyConditionExpression: An expression attribute value used in expression is not defined

aws dynamodb query --table-name shoutout-testing --key-condition-expression "Model = :a" I tried this query but it's saying that :a is not defined

Problems building ffmpeg dlls on windows 32

I'm trying to build ffmpeg dll files for windows 32 with mingw32. at eatch try I manage to get some dll files but can't use theme because of a fiew dependancys

GraphQL Query after another service updates table returns as Null

Our front end service receives an id from a prior mutation, then will query our schedules table checking events to see if the download (from another service is

how to swicth to a metamask pop up in chrome with a python selenium script

i am on rarible.com minting a nft with metamask i go threw the hole process then in the chrome browser a metamask pop up appears to click confirm the transactio

vega lite chart axis labels issue

I have used this given example chart (circle_custom_tick_labels) https://vega.github.io/editor/#/examples/vega-lite/circle_custom_tick_labels for vega lite { "d

multer save file, nidejs angular

i want to save an image on nodejs, i am sending the file via post, whith angular like this: ... flag: File; flaginput(event){ this.flag = event.target.files[0

Other ways of showing prop-based conditonal text in Vue?

I have a component that renders text based on the users membership status and I want to change the interpolated text based on that prop value. Is there a more e

Is there a way to keep the gradient scale constant in an dynamic Altair chart?

I have the following code in Altair which generates a dynamic chloropleth map: columns = [str(year) for year in range(20200307, 20200331)] slider = alt.binding_

Realm v10 database in Xamarin iOS project won't build - "No matching framework found inside...realm-wrappers.xcframework"

I'm attempting to upgrade the Realm database version I'm using in my Xamarin Forms project, from v5 up to the latest v10. The original Realm database has been w

docker copy and chown in bash script

I'm building a network with docker compose and some bash scripts and i'm having problems during the process. Basically i have a some containers and volumes. In

knex - postgres migrations on multiple schemas with same database

I am using postgres,knex and node.js in my project. There in my postgres database , I have two schemas. so when I'm doing knex migrations it works properly, but

how to style children elements in react native?

is there a way to select children of the element I am styling in react native? css example of what I am trying to achieve: div > *

How to remove an image from Artifact Registry automatically

Using gcloud I can list and remove the images I want through those commands: gcloud artifacts docker images list LOCATION/PROJECT-ID/RESPOSITORY-ID/IMAGE \ --

Check all members custom status instead of just my custom status

How could I change this command to check the custom status of all the members in the server instead of just checking the custom status of the person that wrote

Add array of objects as elements to existing table td

I have an existing table. I have the td cells displayed as blocks intentionally. :) My goal is to add labels inside each of the td's by creating spans with a sp

How to review stdout of a successful "docker build"?

This fine question addresses how to perform a docker build with the stdout from RUN commands visible. On the other hand, I have not been able to find a way to r

I am trying to reference a cell in a closed workbooks

I have a sheet where column B contains a list of Folders in R:\Jobs. The folder name is also the 'Job Name'. I use VBA to create a formula in Column F that look

How can i compute the summation of two vectors in scheme(Dr Racket)

I would like to implement my function sum-of-vectors , such that it takes two vectors of different numbers as arguments and it returns a vector with the summati

Running Kafka Confluent Platform on WSL 2 (Ubuntu Distribution) and Spring application on Windows (Broker may not be available)

I'm running Confluent Platform in wsl 2(Ubuntu Distribution) and I also running a Spring application on Windows but when I send a message with a producer I have

Python-pptx, find special text and replace with image

I'm trying to replace text in PowerPoint slides with an image. For example, if I find <graph1> I would like to replace that text with the picture "picture

From Advanced Custom Field's checkbox, I need to add something as checked in the checkbox

this is what my code looks like: Any help will be very appreciable. <?php $btn = get_field('line_btn'); if( $btn && in_array('stu

Not able to find Analytics option in Kibana

I've Elasticsearch and Kibana 7.10.0 installed on Centos7.9 which is working fine but I am not able see Analytics option as per below screenshot. whereas my cur

(Python) Fill the column by webscraping the data on the website. Getting an error: UnicodeError: label empty or too long

I have a dataset that looks like this: ID Link 1 'https://wwwexamplecom/hello/details-5565558html' 2 'https://wwwexamplecom/hello/details-5489292html' 3 'https

Update to .NET Core 6.0 in JetBrains Rider

A teammate recently updated our code base to use .NET Core 6.0 and I'm trying to build the project in JetBrains Rider. I went to File > Preferences > Envi

HTML tags not showing where they should be

I'm writing an html email and for some reason when I display it onto the browser, the inspector tool shows that the HTML is written differently than I how I wro

I can't run rshiny prefectly in vscode T_T

When I am runing shiny in vscode I can't draw a plot. Even the example shiny::runExample("01_hello") enter image description here this is my sessionInfo() R ve

vec3 and int in the same SSBO

I have an SSBO that contains a list of structs that contain both integers and vec3s as you can see below. I am using OpenTK for the C# opengl bindings. struct B

Unity - WebGL build works fine into the localhost but not into the webserver

I wanted to create a WebGL game with Unity. So i created my version of the game, i built it and works just fine in the localhost that unity launches after the b

MassTransit - Assign consumers to two different endpoints when the consumers are resolved via container

I'm using MassTransit 7.3.0 with Autofac and RabbitMq. So far, I was content for all my services to use a single queue/endpoint per service. I registered my con