text string | meta dict |
|---|---|
Q: Crash when using an address with xorps/xorpd in x64 assembly I am learning SSE in x64 assembly and was trying to change the sign of a float number stored in xmm0. To do that, I used xorps with a mask that I stored in the rodata section of my executable.
mov eax, ds:dword_403000
mov [rbp-4], eax
movss xmm0,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mac Catalyst App loads then immediately greyed out and buttons don't work
I followed the steps to add macOS to published UIKit app. The app loads. It flashes the screen as normal for a split second, and then everything becomes greyed out and you can't interact with the app.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638838",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Studio code asking to download a JDK compile for c programming? When trying to configure default built task on terminal for C in Visual Studio Code I get these pop ups every time and it won't create a .json to compile the program correctly. I already added the gcc in the environment variable thing to change in windo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638839",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: My Prestashop can't connection with Mysql I tryed run Prestashop in my Docker. I used this commands:
$ docker network create prestashop-net $ docker run -ti --name some-mysql --network prestashop-net -e MYSQL_ROOT_PASSWORD=admin -p 3307:3306 -d mysql:5.7 $ docker run -ti --name some-prestashop --network prestashop-n... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Windows 11 - Microsoft Acccess - ODBC SQL Server Driver 17 - SQL Server 2016 - Trigger error only on one user machne ERROR: 3155, ODBC--insert on a linked table [table name] failed. Microsoft ODBC SQL Server Driver - SQL Server - The target table [table name] of the DML statement cannot have any enabled triggers if... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638841",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native Error: Failed to create parent directory of file:///data/...' RNFetchBlob.fs
.readFile(uri, 'base64')
.then(data => {
RNFetchBlob.fs
.writeFile(uri, data, 'base64')
.then(() => {
console.log('FILE CREATED!!');
})
.catch(error => {
console.log(error.message... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: A request to the user with SDL would anyone know if it is possible to display a request to the user, such as "Enter a position in X and Y," using an SDL window? The idea is to be able to retrieve these values later for later use.
I tried to use a function SDL_GetTextInputResult(); but I think That doesn't exist anym... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638844",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: JSON.stringify() returns empty nested objects {} but works in console In a Django/React app I am building, I use an API call to get some ids, which returns an object like this:
{
"0": {
"0": "7y8X0Z04gJCKtfrnSAMywJ",
"1": "781V2Y5LPtcpgONEOadadE"
},
"1": {
"0": "7nCONy10IHp7XD3oYZ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638847",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Manifest.permission.READ_EXTERNAL_STORAGE unresolved reference I'm trying to create an app that asks for user permission to access the phone storage to change the user's profile picture. However I get the "unresolved reference" error while hovering over READ_EXTERNAL_STORAGE.
Here's the line with the error message:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638849",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Chartjs disable zoom reset when data changes I am using Chart.js with Vue. Any time the chart data is changed/recomputed, the zoom is reset. How do I disable the zoom being reset when data changes, while still allowing the user to zoom using wheel/pinch?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638850",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AntD table not rendering the changes correctly I have an Antd table whose first column in each row is a dropdown menu. The table has multiple pages. On the first page, when I make a new choice from one of the dropdowns, it works as expected and the new choice is reflected.
However, when I go to the next page and try... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638851",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i have ishues when I try to run my hadoop aplication this is the problem ? i
PS C:\WINDOWS\system32> hdfs namenode -format
Le chemin d’accès spécifié est introuvable.
Error: JAVA_HOME is incorrectly set.
Please update C:\hadoop-3.3.1\etc\hadoop\hadoop-env.cmd
'-Dhadoop.security.logger' n’est pas reconnu en tant que ... | {
"language": "fr",
"url": "https://stackoverflow.com/questions/75638852",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Optimization: simulated annealing image processing I have a question regarding simulated annealing.
When we optimize with simulated annealing for example on De-noising algorithm. What do we actually perform optimization on and according to what do we determine whether the image is of sufficient quality if we do not ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638853",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: search keyword using expression I'm trying to implement this test in order to search text into sentence:
@Test
void justAnExample() {
List<String> list = findPhrasesInDocument("some test located into long program", List.of("test", "into", "long program"));
System.out.print(String.join("\n", ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638855",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: discord.py 2.0.1 unban command I'm coding right now on a moderation bot and I tried to code a unban command but i got all the time the same error.
Maybe someone can help me.
Error:
discord.app_commands.errors.TransformerError: Failed to convert hello123#4650 to Member
My code:
@app_commands.command(name="unban"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638860",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: discord.gateway Shard ID None heartbeat blocked So I have been working on a Discord bot that connects to a WebSocket API and sends messages received from the WebSocket to a Discord webhook. The bot is written in Python using the Discord.py and Websockets libraries.
However, I'm running into an issue where the bot se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638861",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do I conditionally declare an instance? How do I say an instance of B could be made for those m s that are instances of A but say nothing about other m s:
-- A.hs
module A where
class A m -- m :: * -> *
-- B.hs, totally unrelated to A
module B where
class B m
-- Utilities.hs
module Utilities where
given A m... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638862",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Remove empty columns from HTML string I wrote code that removes the empty rows in the tables from the str variable.
I need help in removing the empty columns from the tables in the str.
Note that tables can have different amounts of cells in each row.
all the columns should be removed from the str
let str =
`<he... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: useContext() is returning undefined Whenever I try to use useContext it always returns undefined, even though I wrapped all elements into provider.
MessageContext.jsx file :
import { useState, useContext, createContext } from "react";
export const MessageContext = createContext("KITA KO SALAMA")
export const Messag... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638865",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Type 'FetchBaseQueryError | SerializedError' is not assignable to type 'ReactNode' Getting error with RTK query:
Type 'FetchBaseQueryError | SerializedError' is not assignable to type 'ReactNode'.
const { data, error, isLoading } = useGetDataQuery();
return (
<div>{error}</div>
);
How to solve it? What should... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638866",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to write text based on RANK function I understand the RANK function, just not sure how to add the text based on said RANK.
*
*If A1 equals 10 than write "10 is the best"
*If A5 equals 5 thank write "5 is average"
*If A2 equals 1 than write "1 is the worst"
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638867",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do Futures and asynchronous code work in Dart? I know my question is poorly worded, but I'm struggling to understand Futures, as well as async and await operations, and feel like I don't even understand enough to pose the question! When I run this code:
import 'dart:io';
void main() async {
clickLink();
sen... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638868",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is there a way to disable/hide the sheet tab selector in google sheets for other users WITHOUT using an iframe embed? This is a follow up question to my previous question.
So basically I was told that I can not run buttons on the web, only directly in a sheet. Ok fine, so I'll just use a directly shared sheet and t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638870",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is Svelte on:transitionend also triggerd on MSTransitionEnd, webkitTransitionEnd & oTransitionEnd? I am using Svelte,
I want to trigger an action upon transition completion,
I see this code with Jquery :
$("body").on(
"transitionend MSTransitionEnd webkitTransitionEnd oTransitionEnd",
function() {
$(this).remove... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638871",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to Parse, getting JSON Parse error: Unexpected token: u error I am trying to get a single data from backend using react-native and but it doesn't parse, here is the code
Code:
const [myData,setData] = useState([]);
const getAccountDetails = () => {
fetch("http://192.168.18.2:5000/accountDetails/"+ema... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to split this function on two, that one is checking username exists and the other one email exists, but with keeping user/email logging in When I'm registering on my site, there's no message that email is taken. It only says username taken. I would like to split usernameExists in two pieces, but keeping being ab... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638877",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to save second requestparameter in springboot I am trying to update an entity called student with patchmapping. I have one pathvariable (id) and two @Requestparams the first one works fine but the second one is always set null even though I have tried to set it manually this is how my method looks:
@PatchMapping... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638879",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gatsby/React issues with ESV_CROSSREF library The ESV Bible has a javascript plugin that will scan a page for Bible references and insert an "in-place" div that popups when hovering over the reference.
This is accomplished by simply adding:
<script src="https://static.esvmedia.org/crossref/crossref.min.js" type="tex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638880",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: A way to resolve an error when calling another class? I'm trying to call a class that is inside a function, but it's giving an error and I don't know how to solve it.
The AppPrincipal(ctk.CTK): class, is empty just to show the error.
invalid command name "2085070837888check_dpi_scaling"
while executing
"208507083788... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638881",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to make element fill percentage of screen and also be zoomable I have made a square with CSS that is equal to 90% of the smaller between width and height of it's parent body. I have achieved this using vmin and also tried it with aspect-ratio: 1.
This works but the issue is that on PC the user cannot zoom in on ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638882",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VScode jupyternotbook continues to try a lot of commands when it connects to the remote jupyter server Whenever Kernels interrupted [W 19:10:36.246 NotebookApp] 403 GET /api/kernels?1677957034769 (211.209.3.124) 0.900000ms referer=None
[W 19:10:43.866 NotebookApp] Forbidden
[W 19:10:43.866 NotebookApp] 403 GET /api/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638883",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Swift Realm "Group By" like android room database I am using realm in my project and register here category name
I want to list the same categories as one group and write the group numbers next to this list.
This is my Realm database:
import RealmSwift
class CatList: Object {
@objc dynamic var catname: String =... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python function doesn't finish loop If I place right amount bet within the first try, function returns ('Bet placed', 100). If bet is too big, code successfully adds funds and actually places the bet (completes cash = cash - bet_amount), but doesn't return ('Bet placed', 100) anymore. Why?
def place_bet(cash): ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638885",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Selenium headless mode and WASM. How to run WebAssumbly code from web-site and get result? I'm using selenium-wire for parce (without unsecure practice or ddos methods) one web-site with captcha.
In browsers with graphical interfaces captcha does't set (exept IE), becouse request headers contain param "wasm" with 32... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638887",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why am I not seeing the ouput I was told to download node.js and I downloaded and installed it.
But there is no output in the vscode console
I write the code console.log("Hello world") and expecting the output Hello world but it shows nothing except this
[Running] node "c:\Users\user\Desktop\node.js"
[Done] exited w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638890",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Firestore Property is Undefined On Object. for 'list' @ L41 I'm writing some Firestore rules and I'm seeing an error message when I try to read the data from a chat in my chats collection. I've seen other posts about this error, but none of them match my situation and I can't seem to figure out what the problem is.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Create a new Object based on a property and group by that property Javascript I have this
Data = [
{id: 1, name: "Dummy1", date:"2023-03-01"},
{id: 2, name: "Dummy2", date:"2023-03-04"},
{id: 3, name: "Dummy3", date:"2023-03-02"},
{id: 4, name: "Dummy4", date:"2023-03-01"}]
How do I get
[
{
2023-03-01: [{id:1, name... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638892",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Setup Socket.IO on Nuxt.js app running using NGINX on Heroku I'd like to add socket.io support to my Nuxt.js app. It's running using nginx. Hosted on Heroku.
Actually here is the front code :
import express from 'express'
import fs from 'fs'
const { Nuxt, Builder } = require('nuxt')
export default function () {
c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638894",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to aggregate over all rows in a Polars dataframe? In a Polars dataframe, I know that I can aggregate over a group of rows that have the same value in a column using for example .groupby("first_name").agg([...]).
How can I aggregate over all rows in a dataframe?
For example, I'd like to get the mean of all values... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638897",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to query data in nested map and array in firestore? I have an array called "fields"
it is list of maps that contains map and strings
I wanna query for "عنوان" or "خانه فروشی" but it returning empty result
it tried this
but no result
StreamBuilder<QuerySnapshot<Map<String, dynamic>>>(
stream: FirebaseFirestore.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why does addEventListener work with dynamically created element before it is added to the DOM, but not with its child in JavaScript? I am trying to dynamically create an accordion info section, where one item is open at a time, and another one being clicked will close the already open item to open the new one.
Each ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638900",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why libreoffice's =FILTROXML only returns #VALOR? I am using LibreOffice 7.5.0.3 (x86_64) / LibreOffice Community in Portuguese.
I am trying to make information from a web page and for that I am using the following formula:
=FILTROXML(SERVIÇOWEB("http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1982-883720220... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638901",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: UICollectionView Header not showing content I'm currently developing a simple application similar to IMDb, and my goal is to display both the movie posters and titles retrieved from the API. Although I have successfully managed to showcase this information at the bottom of the page, I am encountering difficulties di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638902",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: I made an ai tic tac tow game and it dont make me play I got an output:
"Do you want to be X or O? o
| | | |
| | | |
| | | |
AI's move:
| X | | |
| | | |
| | | |
AI's move:
| X | | |
| | X | |
| | | |
AI's move:
| X | X | |
| | X | |
| | | |
AI's move:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638905",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: "4 deADLINE_EXCEEDED: Deadline exceeded" error in Cloud Function that accesses Firestore Im a noob at firebase.
I have a function which works.. However, its extremely slow to run + it often end in "4 deADLINE_EXCEEDED: Deadline exceeded".
Deadline is set to 9 minutes
What the function is doing
-Reading 200ish docume... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to recover broken server with oracle express db on working Virtualbox machine backup? Unfortunetly, mobo of quite old Hp ML110 burned, now I need to recover recent backup on VM made from working server couple of months ago. I got backup of c:\oraclexe based on Win7Pro. What steps I need to perform to revert rece... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638907",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Im trying to run a program in Visual Studio I keep getting an error message every time I try and debug At first i would get an error message saying the program could not locate the directory and now i am getting an error message that is saying "Unable to start program 'C\Users\myname\source\repos\1-5assignment\x64\d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CSS is getting overridden, is there any solution? I am using React-Data-Table-Component. When i try to update its CSS for a specific page, All pages can able to access that CSS. I want that CSS only for a This Page`
Updated CSS -
Css Overriding in this Page
I want to implement CSS for a specific page
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638918",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Parse search term for full text "contains" search in SQL Server I'm trying to enable SQL full text search or a asp.net site.
Currently it's using simple LIKE functionality, so it will handle any kind of search term a user tries, just by wrapping it with '%' characters.
When using "contains" the syntax is a lot more ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Windows batch delayed expansion breaks running a pipe In a .bat script, I have a variable that contains & and needs to be passed to multiple commands, one of which is a pipe.
Concept code which doesn't work:
set foo="1 & 2"
command1 --foo %foo% --bar
echo %foo% | command2 --stdin
After trying various solutions from... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638921",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trouble with using overloaded << for std::variant I have an overloaded << for an aliased std::variant (A::Var). I also have a templated function defined in a class in a different namespace C::Wrapper which just forwards its argument to an std::ostream.
I am trying to invoke it from another function defined within a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638923",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: It has an error while converting it to apk ı want to convert my program from py to apk but i dont have any idea
import tkinter as tk
from tkinter import*
root=tk.Tk()
def b1():
b1.configure(bg='green'
b1=tk.Button(root,text='print')
root.mainloop()
A: Typo error missing bracket and grid or pack or place.
Snippe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638925",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Pytorch cannot detect CUDA GPUs on GKE Autopilot Cluster with nvidia-tesla-t4 gpus How to enable Pytorch to use GPUs on GKE Autopilot cluster?
I am using the nvcr.io/nvidia/pytorch:21.10-py3 (docs) image to run a container in a kubernetes pod with one nvidia-tesla-t4 GPU. GKE Autopilot manages driver installation (d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638928",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: XCode 14.2 claims "The file “[YourPluginFileName].swift” couldn’t be opened because you don’t have permission to view it When trying to open the swift files of a Flutter plugin project, XCode is claiming I do not have permission to view them:
"The file “[YourFile].swift” couldn’t be opened because you don’t have
p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638929",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Next Auth: Sign-in function redirects to /api/auth/error I'm using Next-auth for sign-in with Google functionality on my Next.js 13 app. I'm using the signIn() function documented here. However when the signIn() function is called I'm redirected to http://localhost:3000/api/auth/error which displays a 404
error. Her... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638931",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: "Security issue found! Please try again later." Wordpress Watch a video recording of the problem:
https://app.screencast.com/BxoeHeFjxkNK3
MP4 video of the issue occuring
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: C# application with database Please I would like to get an idea about how can I save data to a database using c# application using Visual Studio 2022 but I need when I will install this application into another pc both c# and database will be installed I don’t want to use an external data base framework like MySQL o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638935",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: Maximum execution time of 300 seconds exceeded when importing a database to phpmyadmin I am using Mampp and already updated php.ini files of Mampp server and PHP versions I have installed on my computer (Mac). Tried with:
max_execution_time = 0;
or giving a high amount of time:
max_execution_time = 3000000;
And re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IA32_MISC_ENABLE Register in C#. How to access I have been trying to workout how to access and set/clear IA32_MISC_ENABLE Register bits and in particular Turbo Boost ie: I believe toggling bit 38 of the IA32_MISC_ENABLE Register will turn Turbo Boost off or on. What I can't seem to find is how to access the Register... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638941",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Legacy-Install-Error when installing apriltag When I try to run pip3 install apriltag, my cmd throws an error. I am able to install other py packages, so I'm not sure why this one isn't working.
This is the error I get when running the commands:
C:\WINDOWS\system32>pip3 install apriltag
Collecting apriltag
Using cac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638942",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: NavigationLink with if-condition I am trying to make a button inside my Login-Page with an IF-Condition when username and password are true it should switch from login view() to ContentView(). But it does not open ContentView().
NavigationStack {
NavigationLink(destination: ContentView()) {
Button(act... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638944",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Runtime Error in doc2vec model for a preprocessed dataset I have a dataset from amazon reviews dataset:
meta_Electronics.json.gz
The below code is given by instructor:
def read_product_description(fname):
'''
Load all product descriptions
Args:
fname: dataset file path
Returns:
dict:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638946",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add Query for mongoose Schema in nested populate? I have a problem on set query on mongoose schema.
Here I have 4 Schemas .
1.Shop Schema.
2.Product Schema.
3.Province Schema.
4.City Schema.
Every Shop is related to Province and City.
Every shop has some products.
Now I want to set query on products.
I want t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make equation can be automatically refreshed? How to automatically go to the second input grid after solving the answer of the first equation, and the equation can be automatically refreshed?
The user needs to enter four correct answers to the equation to be verified successfully. If the user cannot solve the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638948",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: Label argument in PickerStyle not working I am trying to make a picker and I am trying to format it using the label argument. But no matter what I do it doesn't seem to work. There are no errors. The picker works well but there is no formatting done.
I tried using different picker styles but none of them seem to wor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638949",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why is my std::string.contains() not working? I am currently learning about reading and writing files in C++, I use Visual Studio Code, and I have my c_cpp_properties.json set: "cppStandard": "c++23".
This program is about reading a file named romeoandjuliet.txt and the user types a word to see if it appears in the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638951",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Tomcat redirect problem with url pattern with sub folder I have a tomcat application with a number of servlets. Each of the general servlets checks whether the application has been setup and if not it does a redirect to contextpath/admin/setup.
This works fine when accessing the tomcat instance directly but when its... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638953",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Restructuring/Sorting Data from Database output I have an excel file from a webbased database that stores bills of materials and it indentures it by an id and a nhaid. Ideally, it would export the data as it's seen in the database, but that's not always the case. I am writing some macros to help with the restructuri... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638955",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Data Entry Form Side Bar in Google Sheet - Appscript I need some help and Im tryring to create a Data Entry form inside Google Sheet. I used the sample Data Entry Sidebar available online. I got the option for Document ID, however, Im trying to gather the time and date of the data submitted and whom submitted it.
He... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638961",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How should an HTTP response be parsed by a socket? I am currently trying to read an HTTP response from a socket in C++, but I lack the problem-solving skills to read the whole response.
Think of a socket like a hole in the sky. Occasionally, a few bytes might drop in here and there, but there is nothing we can guara... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638962",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JSON file with longitude latitude in React. Create a map link? Complete newbie here. Trying to create a react project that uses a json file. I have the file linking and can pull information and load it to my page which is great. The JSON file contains longitude and latitude coordinates. I would like to generate a g... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638964",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Does anybody know how to change this color in the Pycharm theme? When I collapse the folders - it's a nice purple, like everything else. But with files visible, it's like this...
I tried to find the setting myself, but to no avail:'
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638966",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Native get colors at a specific coordinate I have a coordinate (x,y) and a React View, I want to get the RGB/Hex/whatever value at that specific (x,y) is there any way I can do this? I have been doing research but did not find a good way to do this.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638971",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Convert textual table to html table using flask/jinja2/javascript I have this flask code:
mytext = """Here's some text and a table.
| Name | Age |
| --- | --- |
| Max | 26 |
| Amy | 29 |
And here's some more text.
"""
import markdown
mytext = markdown.markdown(mytext)
return render_template('my_template.html', myt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638972",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Use vuelidate with a regex inside a rule form I am trying to create a regular expression in Vuelidate and add it to a form with several rules.
The documentation does not say exactly how to use some custom rules, and I am using Composition API.
I have a field that I need to validate with a regex.
'^([A-ZÑ\x26]{3,4}([... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638974",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to publish message from server to flet app client? reference: https://flet.dev/docs/guides/python/pubsub/
quote from reference:
*
*Flet provides a simple built-in PubSub mechanism for asynchronous communication between page sessions.
*Flet PubSub allows broadcasting messages to all app sessions or sending on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638975",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Does CMake support macro or function overloading? I am trying to achieve something as follows:
macro(OVERLOAD_TEST par1 par2)
message ("Macro with two arguments")
endmacro()
macro(OVERLOAD_TEST par1 par2 par3)
message ("Macro with three arguments")
endmacro()
And, called the macro like this:
OVERLOAD_TEST("A" ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638977",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 'Thread' object has no attribute 'value' I am creating a CustomThread class, and I am trying to use the attribute "value". But apparently it seems like "value" attribute no longer exists.
Any pointers here to solve?
A: Val and value are different.
Value=thread.value
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75638979",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: can't cast object to ValueTuple .net Framework 4.8
I have an object X whose runtime type is:
{Name = "ValueTuple`2" FullName = "System.ValueTuple`2[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638983",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL - Get all posts which are not voted by current user I have 2 MySQL tables, namely posts and votes
The posts table contains articles published by authors (users).
The votes table contains votes against the particular post by users.
I'd like to get all posts that have or haven't been voted on by the current user.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638987",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to resolve mismatched types error for linked list implementation in rust I have this implementation of a linked list
struct ListNode {
value: i32,
next: Option<Box<ListNode>>,
}
struct LinkedList {
head: Option<ListNode>,
tail: Option<ListNode>,
}
impl LinkedList {
pub fn new() -> Self {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638990",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating a google calendar entry from a google form submission Trying to set up a google form that will automatically make a calendar entry for a community calendar.
Google form questions and how they appear in the related google sheet are
*
*Email (column B)
*eventName (column C)
*eventDate (column D)
*startTi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638992",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I make my Django rest API run along side my react app on a custom domain HTTPS server? I was wondering if it would be possible to run my Django rest API along side my react app on a custom domain HTTPS server.
Currently I have my website on a google cloud VM with a custom domain attached to it via the CloudF... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638993",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix inf coordinate system of point cloud? Using OpenCvs Python library I processed a disparity map from two rectified stereo images. Afterwards I converted that map to 3D points using cv2.reprojectImageTo3D() and saved it as .ply. When I'm trying to open the point cloud in e.g. CloudCompare I get a "Global sh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638994",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does Vueuse's "createGlobalState" compare to Pinia and can it be used as a substitute? I'm currently exploring Vueuse and its "createGlobalState" function caught my attention. However, I'm unsure of how it compares to Pinia and whether I can use it as a substitute.
Has anyone used both Pinia and Vueuse's "create... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638996",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Python function that calculates the weighted average amount between the dictionaries I have a set of dictionaries and trying to create a function, that will add a new column, which will add a new column in each dictionary and calculate an order_delivery_cost weighted by price of the product_id.
q = [
{"order_id"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638997",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: LSTM to predict volume of 50 product categories - input data question I am using a single LSTM model to predict the volume or demand of more than 50 product categories. I have the relevant data and architecture all figured out (although is there are useful references to architecture of similar problems would be grea... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638998",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error: java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.findElement(org.openqa.selenium.By)" because "this.driver" is null Here is the logout.feature file and most of the steps are already defined in checkout.feature except (bold lines in the follwoing file) and methods has been implement... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75638999",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cmake - cant link library glfw3 I am running ubuntu 22.04.
I have done this:
sudo apt-get install libglfw3-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libglfw3-dev is already the newest version (3.3.6-1).
0 upgraded, 0 newly installed, 0 to remove and 61 not u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639001",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: positional argument error when trying to send a post request I am trying to send a post request to a python backend running on a fast API server. The current method I am using below throws error test() takes 0 positional arguments but 1 was given but I haven't passed any arguments to the function test. Why is this h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639004",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to automate the printing from an Access database to another program? Good Afternoon everyone.
I would like to know if there is a way to print information from my Access database through another program.
Here is my situation.
I have almost finished my database and we are down to the tweaking part, but ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639005",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to log the network calls for Image url in react-native-debugger I have an Expo project, which I am able to debug using react-native-debugger. I have enabled Network Inspect which is logging the API calls which I am making to Backend server.
But the call to S3 images are not getting logged. I want to log these S3... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639006",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Random Pairing with Odd Array Size I have an array/list from which I want to randomly form pairs.
I found this question that is perfect, except that if there's an odd number in the array, it matches the oddball to "None."
Is there a way to form a group of three in instances where the array size is odd?
I'm assuming ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639007",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: tsconfig.json compilerOptions paths don't resolve I am writing some code in typescript with the following tsconfig.json:
{
"compilerOptions": {
"baseUrl": "./src",
"target": "esnext",
"esModuleInterop": true,
"downlevelIteration": true,
"moduleResolution": "node",
"resolveJsonModule": true,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639008",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I output different numbers under same variable? //Chapter 5 Number 12 on page 299 – Celsius to Fahrenheit Table-
// Program will display a table of celsius to fahrenheit temps 0-20
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
// variables
int cel;
float far;
/... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639009",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-8"
} |
Q: How to add text to input Hi there can anyone help me to add text before the input just when the input is filled with javascript
the problem is i can add the text but lets say for options from select i dont need everytime to have that text cause the options are changing
<form action="main.php" method="get" id="creat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639011",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: having error regarding running script and it telling that cannot be loaded because running scripts is disabled on this system i read so many blogs and solution of this problem but it does not help me. i was just trying to run cowsays programme. to do that i run the command in my terminal(powershell)** npm i -g cowsa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639014",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I make two objects from different classes to reference each other? I am working on a project and have encountered a roadblock. I'm not sure to make objects of different classes reference each other and delete the reference if one of them drops it.
For example, I have a network switch and the switch has ports... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639015",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: wrote a python sloppy ineligant script to download nginx and install from source, any chance I could have people tell me how sloppy it is? for Fedora This is sloppy and needs to be refined but it works, you probably just have to change the versions on nginx stable updates or scrape the requirements. I wrote this bec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639016",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ERP Column ordering Query How to run this query on ERP :
select
(SELECT column_name
FROM ALL_TAB_COLUMNS
WHERE table_name=UPPER('ra_rules')
order by column_name)
from ra_customer_trx_all;
Basically I am trying to achieve column ordering.
Inner query will give the column order based on that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75639017",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |