Latest Questions

Teammate cannot edit bigquery scheduled query

I created a scheduled query in bigquery and I want my teammate to be able to edit it. However when they attempt to update and save the query there is a error me

How to use dotenv in react firebase?

I am trying to set some environment variables in react firebase config variables. But it does not work. Now I want to know how to do the work? Mainly I want the

Cannot apply one hypothesis to another

I am very new to Coq and I'm trying to prove that if two functions are injectives, the composition of theses two functions is also injective. Here is my code: D

How to copy custom JSON file into docker container?

I added custom json file in my .net core web API project and retrieved data from that json file successfully when running it in debug mode. But, problem arise w

Change request Content-Type to allow invalid/unsupported request Content-Types

A client is currently sending our ASP.NET 4.x/Core REST APIs the correct request payload but invalid request Content-Type which is resulting in 415 status codes

Probot Octokit - Get file from specific branch

I'm using Probot's Octokit to read a file from a repo: const content = await context.octokit.repos.getContent({owner: "OWNER", repo: "REPO", path:"PATH"}) Howe

Do I have to write a decentralized application in the same language as the blockchain?

Do I have to write a decentralized application in the same language as the blockchain?

Why is my scroll behavior which is set so smooth, not working?

here is my code: https://codepen.io/vexisqt/pen/GRQoogQ for some reason scroll-behavior: smooth; is not working html { height:100%; scroll-behavior: smo

War file does not work with maven complier source 17

I am using JDK 17.0.3 in eclipse (2022-04). below is my pom.xml <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org

About removing an item from a list with a for loop

Let's say we try to remove all elements of a list with the following code: a = [1, 2, 3, 4] for i in a: a.remove(i) Of course this is not "permitted" and w

Why is my discord bot posting old memes? | Discord.py

I'm making a discord meme bot and its working but I have a small problem with it. It keeps sending the same set of old memes for some reason. How do I fix that?

Can there be two celery instances in a django application?

I have a use case of using two celery instances in a same django application. One celery instance is used for incoming events to the app and the other is to pub

How can I link to an Excel file on a network share from a php web page?

I am trying to link a file on a php webpage which is hosted on a server within our local network using IIS. The workbook must load via the network location and

Show adjacent members in a list

I want to inspect adjacent elements in a list based on a match. For example, in a list of randomly ordered letters, I want to know what the neighboring letters

Persistable URI Permissions for a Document Provider

Not sure if what I'm trying to do is possible or not. I have a "proxy" document provider meaning a document provider that exports aliases for other content usi

How to concatenate words that starts and end with a vowel? [duplicate]

I receive a list of words and assigns them to write all the words that start and end with a vowel. I need to write a MasinaDeTeme class that c

Create a function that shows user controls in a panel

I created several user controls that i want to display on a main panel. Thus, I have this function that takes in input the control I want to display by setting

FLUTTER ANDROID ONLY: sent location data to REST API continuously even when my app is minimized/closed

I want to continuously send location data to REST API (PATCH METHODS) even when my app is minimized/closed. I put my function on InitState, but when I minimized

How to use floating action button to scroll over another widget?

I want to use FloatingActionButton() to scroll through a widget below it in for example a Stack widget. Right now i just use Stack widget to stack the FloatingA

Converting base64 to image | Not working | Flutter

So, I want to do a simple thing but for some reasons it is not working. I get a base64 string from the server which I need to convert to an image. When I put th

custom size of field in crispy form django not working

i want to display a form to create posts. i use crispy-form and it currently displays: with html template: {% extends 'blog_app/base.html' %} {% load crispy_fo

PySpark MLLib APproximate nearest neighbour search for multiple keys

I want to use ANN from PySpark. I have a DataFrame of 100K keys for which I want to perform top-10 ANN searches on an already transformed Spark DataFrame. But i

increment operator ++i does not cause an error in python [duplicate]

Since the increment operator ++ is not supported in python, why doesn't it cause an error when prefixing a variable. Example: i = 3 ++i pr

og:image in facebook preview not Showing , using React-Helmet

I am using React-helmet to display metadata for my website. Image previews on Facebook and Twitter are not showing up. The Link for the image is correct . I tri

Google Api authorize an App running in the console

I want to manually authorize an app that runs in the console where there is no browser available. Basically I need the same code as they are using on this websi

Get previous row value based on a timestamp for matching IDs

I have a table about shipping that has information about the arrival (country and date) to a port. Now I need to extract the country where it departed from usin

In -App Updates not able to retrieve the old version intent object from Google Play Store

Using the below code: private void checkUpdate() { final AppUpdateManager appUpdateManager = AppUpdateManagerFactory.create(this); Task<AppUpdateInfo

Is there any difference in the way Python code is executed when run from REPL vs a script in the command line?

I was watching this video, How Do You Read a Python Traceback? and they mention that the traceback you receive will be slightly different depending on whether y

error at building spring native image (JmxMBeanServer)

I'm trying to build my spring boot application as a native image, but every time I try to build I get an error. my current build.gradle is https://paste.sv-stud