text
string
meta
dict
Q: Problem making Xcode/Swift package files editable and executed Followed directions from Apple Developer ([[https://developer.apple.com/documentation/xcode/editing-a-package-dependency-as-a-local-package]]). Drag and drop package folder onto the xcode navigator window. In this case the name of the package is Direct...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576470", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add/subtract date from date time format in dbplyr I'm using dbplyr to access data in my database and I'm trying to calculate rolling sum amounts that would include all amounts from the previous 1 year. My Dates are in dttm format. I'm trying to get a table that shows 1 year prior to the Start_Date similar to below: ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576472", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Is there any tool which can scan CWE I'm looking for a open source tool/git repo which can add an CWE-name/ CWE-usecase code, and can give me the result after I insert the code I need to analysis/check. It's like an SAST but I just want to scan the CWE :( Is there any tool/git repo out there? (Sorry for my poor Engl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576474", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: homebrew not installing node dependencies I used homebrew to install node and it shows successful but if I run node --version this is what I get{ node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory } I tried installing { lib64stdc++6 } and { sudo yum ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576475", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: angular web component all states are clear when using *ngIf is false How to save all states of angular web component if it is false using ngIf? In angular component, the type is bound to use the form input. import { Component, Input, OnInit, Output, EventEmitter, ViewChild, TemplateRef } from '@angular/core';'; impo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576476", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ForeignKeyRawIdWidget, how to implement this functionality in the user model? in django admin there is a functionality for adding, editing and deleting a record in the associated model using ForeignKeyRawIdWidget, how to implement this functionality in the user model? This is the code that is used in the django admi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576479", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kalman Filter Covariance Matrix I have a question with regards to the Kalman Filter Covariance matrix. Specifically the differences the Process noise Covariance matrix (Q) and the process noise(W). I am attempting to implement a Kalman Filter with a self driving car and I am unsure about the differences. I believe t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576485", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to create a service worker that checks if .net API available I am developing a React site and having a really hard time creating my first service worker and would like some help. The goal is to run a check every x seconds, to see if my API endpoint ('https://localhost:44338/api/common/getConnectionTest') is avai...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576486", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Image not showing from server using pdo php The image is viewable in my local(WAMP), But it doesn't show when I transfer to server (IIS). Image source: pictures/sample.jpeg Here's my code: <td><img src="<?= $row['image'] ?>" title="<?= $row['name']?>" width='200' height='100'></td>
{ "language": "en", "url": "https://stackoverflow.com/questions/75576487", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: why glGenerateMipmap makes no difference? I have a texture of size(720,1080),and I want to use glGenerateMipmap to generate 4 mipmaps.My codes are: float* texture = new float...... glActiveTexture(GL_TEXTURE0); glGenTextures(1, &tbo); glBindTexture(GL_TEXTURE_2D, tbo); glTexImage2D(GL_TEXTURE_2D,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576488", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: WHERE clause with '=' operator doesn't return exact match I tried a SELECT with a WHERE clause searching for a wrong string but the result showed the right string, which further testing showed the WHERE clause with the = operator doesn't return the exact match. I have tried to search for solutions but can't find any...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576489", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: When running maven commands from the command line, why is it sometimes necessary to use quotes around the parameter values and sometime not? I am working with some people on a basic Java project. The POM files are exactly the same. But when I run the maven command, for example: mvn test -Dtest=ExampleTest -DexampleI...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576492", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: What is the correct number of Puma workers when there are two Rails application multithreaded, inside server with 4 CPU cores? I have a server with four CPU cores and two rails applications served with the Puma in multithreaded mode. Both applications use the same number of resources and are expected to have an equa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576493", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Native app fails unexpectedly after successful build Running npx react-native run-ios returns a success prompt but the app closes immediately after launching? No errors are being displayed besides an apple alert stating that the application "unexpectedly quit" I was initially getting some missing package error...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576498", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Conditional rendering data from API and using it in different routes while having only 1 component for data I wanted to render 4 items in homepage, 12 items in product page and remaining 8 items after we click the view more button from the fakestore api while having only one component for productlist where we use th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576500", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to specify transition animations for show and hide react-chartjs-2 I am having trouble editing the show and hide transition animation options. The documentation for this part of the animations section on chartjs is lacking. I want full control of the show and hide animations, but can't seem to figure it out or f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576501", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Notepadd++ vs jedit for creating text editor for my own language I have developed a language for first order Logic. I have used only handwritten notes till now. Now I want to develop a light weight text editor with syntax highlighting, custom indentation, and extensible for future use. I am confused between Notepad+...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576505", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: I am getting this error when i trying to set up Irvine lib for coding assembly in Microsoft Visual Studio First, I'm doing this step But when i click and do next step like tutorial Linker -> Input -> Additional Dependencies: user32.lib, Irvine32.lib (the tutorials missed the user32.lib but it is in sample project m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576507", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Calling corresponding dataframes in one set in for loop that's modifying dataframes in another set I have dataframes of two types: atomic energy levels for a given atom/ion denoted with ".nrg" or ".nrg.dat" and corresponding transition probabilities between those energy levels denoted with ".tp" These dataframes are...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576508", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Test Kafka consumer with Testcontainers and Mockito couldn't invoke consumer in SpringBoot I am trying to setup a kafka consumer and test it with Testcontainers and Mickito. It looks like the producer works fine but the consumer has not been triggered and always gives me: Wanted but not invoked: helloKafkaService.ha...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576510", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: When scrolling the table, the color of the NavigationBar changes NavigationBar color changes when TableView scrolls. I don't know how to fix this problem. Tell me please.(UIKit) A: I think it's a default behavior for navigation bar in iOS 15+. To prevent this you can select navigation bar in storyboard and check St...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576513", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Mobile Safari (iOS): always generate new file For each uploaded file, <input accept="video/*" type="file" multiple="multiple"> I create an MD5 hash (used crypto-js in frontend and md5_file in backend for tests) to check the file's uniqueness.. For Linux and Windows it works fine, but for iPhone every time I get a ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576517", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Does getopt_long and get_opt advance the argv pointer? I am tasked with rewriting the get_some_switches() function in Larry Wall's patch 1.3 (https://groups.google.com/g/mod.sources/c/xSQM63e39YY) using getopt_long(). get_some_switches() { register char *s; rejname[0] = '\0'; if (!Argc) return; for (Argc--,Argv...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576519", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Bootstrap version compatible with DomPDF Laravel i have a question, after i tried many version of bootstrap to use in dompdf laravel, there's no one can compatible. I've searching in other people same question as me, they said bootstrap 3.3.6 is compatible for dompdf laravel. But after i tried, it's not compatible t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576520", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I'd like to do a carousel in python. How can I do it? I'm working in a pygame made in renpy, a visual novel. I'd like to do a "album screen" where the images colected will be shown. On bottom side I'd like do make an carousel. The images will be salved in a array. I'm trying this: #definindo as imagens image A1 = ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576521", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to render mediaStream in Video Tag getting from remote source? Hi i build react js project for streaming live, if user1 create stream then other user can join that stream by putting it fo streamer, i use socket.io, node js , simple-peer. but issue is that i get media stream from remote source but it doest not re...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576524", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Issue in Connecting ADF to snowflake I am trying to connect to snowflake using Azure Data Factory using Self-hosted integration run time. I am getting the below error. Does anyone know how to resolve this? ERROR [HY000] [Microsoft][Snowflake] (4) REST request for URL failed: CURLerror (curl_easy_perform() failed) ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576527", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I draw dot on the screen? I am beginner, currently doing embedded system, using stm32 and c language to display word. But I don't how to use data from http://dotmatrixtool.com/ Here is my attempt. I made data into 2D array, const uint8_t data[8][16] if (__HAL_GPIO_EXTI_GET_IT(GPIO_PIN_13) != RESET) { LCD_...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576528", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need help changing a UI based script to a GameObject based script I'm working on a VR game using Alteruna servers, but the server joining thing is UI bassed and I need it to work with a virtual "computer" (Pretty much a VR UI that runs off a virtual keyboard, like the Gorilla Tag computer) which the keyboard is made...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576529", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: redeclaration of C++ built-in type 'wchar_t' [-fpermissive] #include <iostream> #include <stdio.h> #include <tchar.h> #include "sainaintque.h" using namespace std; #include <windows.h> #include <glut.h> void lineSegment(void) { glClear(GL_COLOR_BUFFER_BIT); glColor3f(1.0, 0.0, 0.0); glBegin(GL_LINES); g...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576538", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting TypeError when trying to compile the mock file imported from the @chianlink/contracts I am getting the type error when I try to compile my mock file Here's my mock file content // SPDX-License-Identifier: MIT pragma solidity ^0.6.0; import "@chainlink/contracts/src/v0.6/tests/MockV3Aggregator.sol"; and this...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576539", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: assertthat return the message from the current function when called in a nested manner Let me explain with the help of an example. I have two functions : fun1 <- function(x) { assertthat::assert_that(is.numeric(x), msg = 'Not a number') x } fun2 <- function(x) { assertthat::assert_that(x > 10, msg = 'Number n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576541", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: *Programmatically* using Spring Security Is there any documentation (or sample code) that explains how I can use Spring Security without Spring; i.e. without any Spring annotations, configuring and registering the filters etc. programmatically? In particular, I would like to use it with embedded Tomcat where, also, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576548", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Best way to map available agents. We need to build a call queue feature Best way to map available agents. We need to build a call queue feature, whenever the customer calls putting the customer in the redis as a sorted list. And once found the available agents we will map the customer to one agent. We will not remov...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576550", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Do I use transactions to roll back an entity that was just saved in my db using EF Core? I need to add a db entity and then call a service (Stripe) to create a Connect account. If the service call to Stripe fails and I receive an exception from it, how do I roll back my db entity so that it removes it from the db? E...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576551", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Azure Devops Notification Settings Can someone verify that Devops does not have notification settings like don't send after hours or an option to limit how many are sent per day. As I build up the tasks and test cases associated with different features I don't want my team to get bombarded with emails for each task ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576553", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: "Bogo" plugin - I have separated php file English & Japanese content, I have created separated php file which is English & Japanese content. Issue - If I select English and then jump to another page, it reverts back to Japanese. https://marushin.hipetest.com/ User: hipe Pass: hipe_japan1108 What I want is - When I s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576554", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Permalinks Auto Re-Save after every 5 sec I am new to coding and trying to fix a problem on a wordpress website. Problem: Getting 404 error on most pages randomly. If refresh the page, It may load fine but 404 most of the time. I am trying to figure out a way to automatically save permalinks after 5-10 sec. (admin>s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576556", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Use sed to convert word/string into list of characters Would like a generalized utility for creating regexp patterns on demand, based on command line parameter. The following script is only intended to demonstrate the method of splitting and conversion. It is not the final product of how it will be used. NOTE: Ye...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576557", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: n choose k in MIPS Assembly .text addi $v0, $zero, 5 syscall add $a0, $v0, $zero addi $v0, $zero, 5 syscall add $a1, $v0, $zero #call choose function jal choose add $a0, $v0, $zero #print result addi $v0, $zero, 1 ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576560", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to run multiple timers that also update a UI once per second in Kotlin / Android? To simplify the issue a bit, I'd like to run multiple timers while an app is running (and to update those timers when the app is re-opened). If you know what an Idle Game is, that's what I'm attempting to achieve, or even just bein...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576563", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PySpark: can not import PySpark in Jupyter Notebook I installed both PySpark and Jupyter notebook on MacOS. From the terminal, I can open PySpark by typingpyspark. Then I want to use PySpark in the Jupyter Notebook, but it failed. I typed in the following code in Jupyter Notebook: from pyspark.sql import SparkSessio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576564", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kafka increasing consumer lag I have ELK stack installed with Kafka on Docker containers. There is lag between incoming logs and consuming logs that is increasing, and offset reading speed is not enough. Kafka have only one topic. I tried different combinations of number of partitions in Kafka and pipelines in Logst...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576565", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: node_modules/@auth0/angular-jwt/lib/jwthelper.service.d.ts has no exported member 'ɵɵInjectableDeclaration' I am facing an issue as mentioned in the title. When I am doing npm start then its shows an attached SS error to me. I am stuck in the deployment process. Here, are my package.json { "@angular-builders/cus...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576566", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: The result of running make clean After running "make clean", I got the following result make: *** No rule to make target `clean'. Stop. The make file was named as Makefile, which seems to be not the case discussed here.
{ "language": "en", "url": "https://stackoverflow.com/questions/75576568", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How to add startup filter to Azure Function App to do some work between Dependency Injection and all triggers start? I have some configuration data from App Config need be validated before business logic of triggers can consume it. If there is validation error from the data, we need to block the startup of the funct...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576569", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to read data with spaces and store it in the object array? I have a program that stores, reads, and saves contact information. However, the names can only be read without spaces(e.g. Tony). If I want to make the program can read words with spaces(e.g. Tony Arnold), what should I do? Contacts: import java.io.*...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576570", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to add specific object to child? I have an object like this: items: [ { title: 'Parent', content: { title: 'Child1', content: [ { title: 'Child2', ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576571", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: go mod tidy: "no matching versions for query "latest"" go version go version go1.19.4 linux/amd64 go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/ishmeets/.cache/go-build" GOENV="/home/ishmeets/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="-modcacherw" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576574", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring Cloud Config Not Supported in Spring boot > 3.1.0-M1? I am trying to create a spring boot project with spring cloud config as the dependency. I am selecting spring boot version 3.1.0 (M1). However, I cannot select the Config Server as it shown greyed out with the message that the required version is >=2.3.0.M...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576577", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What does externalized checkpoints mean There is a concept in flink checkpoint, externalized checkpoints. What does externalized mean here? Is there a correspongding concept,maybe called internal checkpoints? Even I don't call enableExternalizedCheckpoints method, but when I specify a checkpoint path on hdfs, I thin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576584", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: file data stream has unexpected number of bytes i used this package to create this function https://github.com/archiverjs/node-archiver import archiver from "archiver"; import fs from "fs"; async function compressDirToZip(inputDirPath:string, outputFilePath:string) { return new Promise<void>((resolve, reject) => {...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576585", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Possible Unhandled Promise Rejection (id: 3): I am developing a project through which a user can upload media files to Amazon AWS S3 storage and can manipulate it later. But it giving me a warning 'Possible Unhandled Promise Rejection (id: 3):' and my code is not working properly. Image picker widget is not function...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576586", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: circular polarization from wifi, bluetooth, and wireless using matlab or any other program hello i would like to ask how to generate circular polarization from wifi, bluetooth, and wireless using matlab code or any other program. thanks very much. this is the code that i am using in matlab. https://www.mathworks.com...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576590", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: Reading API data - String indices must be integers error I am trying to process api data, but using the code I have to access a dict, I get the "String indices must be integers" error. Any ideas on how to get strings to find the keys in the dict (would prefer not to use integers, and if i do I get the out of range e...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576591", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can you properly test a const member function If you include exception safety inside that function without having to comment it out after? Question How does one test a const member function? Goal: Unit test a const subscript operator and get a passing test. In other words can I avoid writing a test; have a compiler ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576592", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Migrate DDB table I want to migrate the dyanmodb table to another dynamodb table (in same account) but by changing the structure/schema of the data. What are best options in doing this ? I searched for data migration options but the possible options AWS Glue and import/export data to S3 suggestions work for same dat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576593", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: how to set google pub/sub message attribute in react-native? I want to use multiple subscriptions on one topic using React-Native and NestJs. and I use the 'React-Native-IAP' API. The reason is that I use the test server and the actual server. I would like to distinguish each subscription as a value of RTDN's Messag...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576594", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why OpenGL library exports extended symbols? I'm going to develop a wrapper of OpenGL library in linux, libGL.so.1, installed from NVIDIA driver. I found there are about 3000 symbols which OpenGL library exports: $ nm -D /usr/lib/x86_64-linux-gnu/libGL.so.1 ... 0000000000047400 T glBeginConditionalRender 00000000000...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576595", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I added a folder to my main_pages folder and put a page in the new folder now my include is not working image of file layout that is causing error zd.png A: The Relative path to the partials has changed after you have put the pomly.js under the writings folder. Either put it under main_pages or change the path to ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576598", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to retrace a stack trace, Android project written by kotlin code My trace is like this , I can't retrace it by AndroidStudio tool : Code->Ananyze Stack Trace or Thread Dump how to retrace this stack? any tools ? how ? 214023: 02-27 10:18:11.369965 20576 20576 E BR-CrashHandler: java.lang.ClassCastException: co...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576602", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Input not functioning as intended I am VERY NEW to Python. So please cut me some slack here. I'm trying to create a little ARG (Alternate Reality Game) and it is supposed to be like a Command Prompt. It quits after inputting an answer. Here is the code so far: print('Welcome to OmniLabs Database Interface. Type "hel...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576605", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to create schema to generate a JSON Array using Schema and transformers provided by DataFaker API in Java? I am using DataFaker library to create schema for JSON Object and Array. Since the use of Format is deprecated, I am trying with Transformation Schemas. I tried examples given under the Format section of of...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576606", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: in dev c++ my library is missing how to install it //my code is #include <stdio.h> int main() { char txt[] = "xyz"; printf("%d", strlen(txt)); return 0; } //error is strlen is not declared in this scope //it should work my code is correct A: https://en.cppreference.com/w/c/string/byte/strlen says: Defined in hea...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576611", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: MongoDB aggregate and summary result using $match and $group So I have listed an array of objects from the MongoDB document below: data=[ { "_id": { "$oid": "63f5e2449741a13be769ca16" }, "userId": { "$oid": "63f5bf0c0dc9b0c36ff32087" }, "Jumlah": 12600, "Batch": "9999999", "Material":"212310008...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576613", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Spiral wave 2D polar heatmap pcolormesh I would like to plot correctly a heatmap for a spiral wave in polar coordinates (hardcoded function). The spiral is something equivalent to a logarithmic spiral. The problem arises because the spiral is not a periodic function of polar angle and we are using meshgrids, not a s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576615", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Adding users to roles in ASP.Net Identity with EF 6 causes new roles and users to be created I have hit a wall on this and hope someone else has the answer, I created a Blazor app with Identity this is what my dbContext looks like: public class ApplicationDbContext : IdentityDbContext<AppUser, AppRole, string, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576618", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to group by day of the year? I have following data for temperature for each date of the year ID Date Element Data_Value 0 USW00094889 12/11/2014 TMAX 22 1 USC00208972 29/04/2009 TMIN 56 2 USC00200032 26/05/2008 TMAX 278 3 USC00205563 11/11/2005 TMAX 139 4 USC00200230 27/02/2014 TMAX -106 ent...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576622", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Docker python app can't find `PATH_INFO` env variable I'm trying to run python backend using Docker, however app can't find PATH_INFO environment variable. Though on another machine it works well, difference is OS version: previous is ubuntu 21.04 and current is ubuntu 22.04 The error is caused by this piece of code...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576623", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Centering The Nav in the middle I want to the main-nav that includes the links to be in the middle in the phone media I use the margin: auto; but that didn't work. And I use the ::before for some effects when hovering. Here is the HTML Code: <div class="header"> <div class="container"> ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576624", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Keras model.predict is nearly always incorrect on training dataset; even when training it to near 100% accuracy I am trying to do multiclass classification with keras for videogame characters. The problem is that even when the training accuracy/validation accuracy hits near 100% and 70% respectively; when I actually...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576625", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Replacing Body tag with Another Body tag using Javascript I want to get the body tag from input:file and replace it with another customized body tag. How could I've achieve it?
{ "language": "en", "url": "https://stackoverflow.com/questions/75576626", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to fix the "No working C compiler found." problem for compiling x264 in Linux? Firstly I have read all other solutions related to this problem, including adding path and reinstall yasm, nasm, gcc... I git clone the source code from https://code.videolan.org/videolan/x264.git. Then, I run command ./configure, it ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576629", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I set -arch=sm_NN of nvcc in my CMake configuration? I have a .cu file which uses atomicCAS with inputs (unsigned short *, unsigned short, unsigned short). My environment is with --gpu-code=sm_86,sm_86,sm_61. It occurs compile error under the default cuda architecture. I tested using nvcc -arch=sm_86 my.cu, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576630", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I use TabbedPage to scroll tabs? I have a question about MAUI. I want to ask you. Thank you. This is my rendering. This is the effect on the Android simulator enter image description here <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xm...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576632", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Conditionally append to a Gdoc list I'm creating an AddOrAppendToList functionality that can conditionally append to a list (if one does not exist already) in a GDoc. For eg: on an empty doc, invoking AddOrAppendToList("item 1") should create a new list on the doc, i.e. * *item 1 Subsequent calls to AddOrAppendTo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576633", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: AWS CloudFront 502 ERROR for WordPress hosted on Siteground with Hosted Zone in Route 53 and domain registered at name.com My domain (example.com) is registered with name.com. Domain's NS are pointed to AWS Route 53 name servers. My WordPress is hosted at siteground and having IP address (1.1.1.1 example) and a subd...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576634", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: NFC add scrypt inside card I need to make NFC cards that will have commands inside for example, I will put our card to the reader, and give him the command { "comand":"sum", "x":2, "y":3 } what will he give me back 5 please tell me how to program the NFC card Thank you! I found this reader, in the description...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576635", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Error in `arrayBuffer` method of `File` in typescript When I run the following code, I get the error I did in the console. How can I resolve this? const fileToUint8Array = async (file: File) => new Uint8Array(await (file as Blob).arrayBuffer()); const array = fileToUint8Array(file); console.log(array); error is fo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576636", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Get all AD object name under specific OU? Help me modify this PowerShell script below to export the OU members (Users and Computers) where the input will be like this: $OUlist = @( domain.com/Site-A/OU1 domain.com/Site-A/OU2 domain.com/Site-B/OU1 domain.com/Site-B/OU2 ... domain.com/Site-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576637", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unreal Vs C++: #Include ".generated.h" cannot be found after #include ".h" from my plugin file I'm following a guide on how to make a finite state machine plugin in Unreal Engine. I have ran into an issue when I #include a .h file from my plugin into my Unreal C++ class. The issue is that when I #include "StateManag...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576638", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to joinedload a nested relationship for a given instance after an initial query in SQLAlchemy? Consider the following schema, Author <- Book <- Chapter: class Author(Base): id = Column(Integer, primary_key=True) books = relationship("Book", back_populates="author") class Book(Base): id = Column(Int...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576639", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: GestureDetector Function not working when Flutter App published to Play Store I was make a Flutter App that perfectly working on Debug Mode where GestureDetector work as expected. But the problem comes after I published app to Play Store, precisely I tested my app within Internal Tester mode. This problem doesn't ca...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576640", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Fast Fourier Transform Denoising Python I want to denoise my Swat dataset. In this dataset actuator_columns have 0-1 values. Sensors columns have numeric values. I used OneHotEncoding for actuators, and Standardscaler for sensors. 72 columns Then I tried to implement Fast Fourier Transform for denoising. My code is:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576643", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to do onsite SEO for vape websites? What should I pay attention to for SEO optimization within the e-cigarette station? I hope to learn some tips points about onsite SEO.
{ "language": "en", "url": "https://stackoverflow.com/questions/75576644", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How can I use Spring bean in abstract class The abstract class public abstract class AbstractService<T> { abstract void doSomeThing; } that extends class @Component public class AServiceImpl<Entity> extends AbstractService<Entity> { } that I want to use public class RestfullController { @Resource A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576645", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How can I set extra, custom arguments for androiddeployqt via CMakeLists.txt? Is it possible to append an argument to the androiddeployqt call via CMakeLists.txt (Qt 6.4+)? A: Looking at the source code, I think the answer is currently no. At the time of this writing, the latest version of the Android/Androiddeploy...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576647", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MacOS - Can I inspect the current environment variables of a process by PID? Given a process ID, I'd like to be able to inspect the current environment of that process. For example, if 123 is the PID of some terminal shell process, then I'd like to see output as though I had run env in that shell. I can run the foll...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576649", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: kakfa ordering issue example and need input I have issue for producing the message in the order for kafka producer topic. I ensured that my data is all go to appropriate partition based on the key. Product 1 is in partition 1 and key as “A” Product 2 is in partition 2 and key as “B”. Product group 1 is made of produ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576651", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can i load rtsp video in browser? Is it possible to load rtsp video in a browser? I have tried html5 video tag as well as some browser extensions(Play in VLC, Open in VLC). But none of them did succeed. Please suggest a workaround to proceed.
{ "language": "en", "url": "https://stackoverflow.com/questions/75576652", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Flask ignores .htaccess file I have a page being served by my Flask app that is supposed to have access restricted via an .htaccess file. I know that I have Apache and the .htaccess file configured correctly because it's working correctly for a .php file in the same directory. Does Flask (or mod-wsgi) need to be con...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576655", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: AWS: How to list all cloudwatch metric namespaces I want to get the list of available CloudWatch metric namespaces, later I will make use of them to get metrics.
{ "language": "en", "url": "https://stackoverflow.com/questions/75576658", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to scrape multiple web-pages that will translate them from English to Hindi using python? I am struggling with the small issue, the code works and no errors. But I need to figure out how to translate multiple pages from the website. From English to Hindi and each pages has to be Hindi, so far I only translated o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576659", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Creating a build version for flutter web shows an empty page I have a basic flutter website that works fine in localhost when doing flutter run -d chrome, but when I was ready to publish it, with the command flutter build web, it shows a blank page and throw some generic errors by console. Console errors on develope...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576661", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: pip adds all subdirectories into site-packages? I have a Python project testpkg organized like: . ├── README.md ├── pyproject.toml ├── setup.py ├── testpkg/ | |-- __init__.py │ └── package1/ │ ├── __init__.py │ └── module.py └── tests/ ├── test1.py After installing with python -m pip install ....
{ "language": "en", "url": "https://stackoverflow.com/questions/75576662", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: PixiJs In Windows WPF I’m wondering how to use pixi.js in Windows WPF. I can’t seem to find any docs, so I’m asking here. I’m guessing WebBrowser may work, but I’m hoping for a simpler way. Thanks!
{ "language": "en", "url": "https://stackoverflow.com/questions/75576663", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Disable VS Code command keybinding when Command Palette is open tl;dr: How can I disable a command keybinding while the Command Palette is open? I'm developing an extension that makes a webview. When the webview is active, I have some commands that can be invoked by a single letter with no modifiers: "keybindings"...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576664", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Convert Maps to PDF and open PDF Viewer I am trying to convert the map with some header text. The header keeps overlapping on the map instead of being above header and displaying the map below. I want to add a log and header besides it and display the map below the header can someone help. I am using open layers ver...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576665", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Does Apache Beam Elastic IO module support updates to existing documents by Id? I could not find any documentation for updates of documents on elastic search with apache beam. Does apache beam support updates for elastic search? A: With Beam Java, you can use ElasticsearchIO. Example to write a PCollection to Ela...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576666", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I follow a link in Arangodb/AQL optionally? I have a query right now that fetches from a single collection FOR d in feed_item FILTER d.ingested>@when SORT d.score DESC LIMIT 50 RETURN d I'd like to fetch data from another collection, say, FOR d in feed_item FOR j IN INBOUND judgement_of ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75576667", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }