text
string
meta
dict
Q: How to enable lsp-ui-sideline in doom emacs? In my doom emacs config.el file I set lsp-ui-sideline like so: (setq lsp-ui-sideline t) Then I closed, ran doom sync and reopened emacs. I'm not seeing any pops like show in the documentation. Can somebody please tell me what I'm doing wrong. FYI this is primarily for ty...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574059", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need Help Displaying Bird Image on PIC32 Microcontroller I am currently working on a project where I need to display an image of a bird as an icon on a PIC32 microcontroller using the C programming language. I am struggling to figure out how to represent the image as a series of 1s and 0s, with 1s representing black...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574060", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is there not a delay within my Unity code? I am currently working on two scripts: one that destroys a target after two seconds after contact has been made, and another that activates the next target. Although I have used coroutines and invokes for both, I still am not getting a delay. Any thoughts? The "Football...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574061", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Scheduled event to copy data from one table to another in MySQL returns empty results Running on phpMyAdmin local server: I have two tables: user (with data) and user_t (empty). They have identical column name, order and type (the user_t table has one extra column for timestamping the input though). I want to create...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574062", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: how to avoid callback hell in my program of calculation using promise and then i tried to avoid call back hell in my program using promise and then. ` function opertion(a, b, callback) { callback(a, b); } opertion(2, 3, function (a, b) { console.log(a + b); opertion(3, 5, function (a, b) { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574065", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Laravel/MySQL: Very high query runtime In my laravel project I am currently doing some testing with database seeders to check the performance with many database entries. In my project I have a Model FlightView using a SQL view as database by doing protected $table = 'view_flights';. During testing I realized that qu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574067", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: JS.InvokeAsync do not return anything i C# ASP Core Blazor I want to read window.devicePixelRatio in javascript from C# in ASP Core Blazor. This is my javascript in wwwroot/index.html: <body> <script> function PixelRatio() { return window.devicePixelRatio; } </script> ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574069", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can anyone help me with this error? ValueError: Found array with dim 3. RandomForestClassifier expected <= 2 Error image I have took GENE and Variation feature to output the class of mutation and there are 2 datasets. Training_variants contains 4 fields - ID,CLASS,GENE,VARIATION Training_text contains ID and complet...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574070", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Adding a CSS Stylesheet to Pycharm using {% static %}. Error 404 Not Found After following the exact steps the instructor took on a prerecorded online course, I find myself stuck trying to understand this error I'm receiving. Or rather an issue in my code that is preventing me from getting the same results as the in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574071", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Simple script with a filter for p-value to determine signficance? I am needing to create a simple script with a filter for p-value to measure the significance of 40 traits, each with 3 different sites (120 different sets of p-values in total). So, I will need to loop the script through sites/traits for the analyses....
{ "language": "en", "url": "https://stackoverflow.com/questions/75574074", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: speed up sox processing on multiple parts of the same file I am iterating over a long WAV file with sox like this: loop, %loop_times% { curr_time := (A_Index - 1) * window_step RunWait, %comspec% /c ""%sox_path%" "%inputfilepath%" -n remix %chosen_channel% trim %curr_time% %window_len% stat 2>>"%...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574079", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: implementing doubly linked list in C++ I have trouble implementing a doubly linked list, especially in a function that swaps adjacent elements. Here is my original code: #include <iostream> using namespace std; struct node { int data; node *prev; node *next; }; node *head = NULL; node* getNewNode (int...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574080", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How to fix the Routes rendering As my routes the Sidebar and the topbar is rendering with Signup and login page. I want to render the Signup and login page with a seperate route where the sidebar should not render. And the sidebar and the Topbar should render only with the home and other component. I've used react-r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574082", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to check is argv[1] is a file that actually exists I want to check the file name given as argv[1] and make sure that it is a file that actually exists in the folder. For simplicity sake, I have the below program to output all the lines in the file, but I would like to check that the file exists before doing that...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574083", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: @State variable not updating childview when value changes I produced this minimal code below import SwiftUI struct ContentView: View { @State var lists = [ [ "randomString": UUID().uuidString, "images": [ "https://source.unsplash.com/random/200x200?sig=1", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574084", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unable to locate Android SDK in VSCode Terminal I have installed flutter, android SDK and VSCode, everything seems OK when I run flutter doctor in the terminal, but when i run it from the terminal of VSCode it shows me this error 'Unable to locate Android SDK' flutter doctor from main terminal flutter doctor from V...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574085", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I count icons using rvest? I want to count the number of overall stars for each player on this page: https://cbgm.news/stats/CONN_Ratings.html Here's my rvest code: library(tidyverse) library(rvest) url <- "https://cbgm.news/stats/CONN_Ratings.html" scrape <- url %>% read_html() %>% html_nodes("td:nth...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574087", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: FastAPI "Not authenticated" despite being authenticated in docs This is my code: from fastapi import FastAPI, Depends from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm app = FastAPI() Oauth_scheme = OAuth2PasswordBearer("token") @app.post("/token") async def token(token: OAuth2PasswordR...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574088", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: group by with conditions python keeping all lines I have the following pandas dataframe: import pandas as pd df = pd.DataFrame({ "review_num": [2,2,2,1,1,1,1,1,3], "review": ["The second review","The second review","The second review", "This is the first review","This is the first review", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574092", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to enable OCSP stapling in a Spring Webflux application? We have a reactive application (server) written in Java 17 using Spring Webflux via Spring Boot 3.x. But when trying to use it together with a TLS certificate that has the must-staple extension (formally known as status_request) one cannot create a connect...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574097", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to log in to telegram using pyrogram? Please help, on the first run, I executed the send_code() function and saved the phone_code_hash, on the second run, I executed main() with the code received from the telegram and the hash code saved from the send_code function, but when sign_in I get an error that the code ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574099", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to change width of wizard popup window? Is there a way to make the wizard popup window AND its content wider than the default size? I need to change the selected single popup not all. I have simple wizard form with tree view added in notebook page. My problem is, that the tree has quite a few fields and the win...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574101", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Reset (Clear) A PHP Generated DropDownList selection (selected value) using JavaScript I have been using a javascript (reset) function, to successfully reset the 'selected' option to Index '0' (or option 'None'), in a standard, html select-option DropDown list. But I cannot seem to get the function to do the same th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574108", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to remove consecutively repeated strings only if this strings are in the middle of "((VERB)" and ")"? import re input_text = "((VERB) saltar a nosotros a nosotros) a nosotros a nosotros a nosotros ((VERB)correr a nosotros) sdsdsd ((VERB) saltar a nosotros a nosotros)" input_text = re.sub(r"\(\(VERB\)" + r"((?:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574109", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Devexpress gridview Duplicate values not accepted in gridview I am using an devexpress gridview to load data and then insert it into the database and I want to prevent duplicate data from gridview . int rowHandle = gvSaleDetail.GetRowHandle(gvSaleDetail.DataRowCount); for (int i = 0; i < gridView1.DataRo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574111", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Create Azure ARM64 image from VHD When creating a new ARM64 VM based on a VHD containg an ARM64 Linux image, the VM creation REST API fails with Cannot create a VM of size 'Standard_D2pls_v5' because this VM size only supports a CPU Architecture of 'Arm64', but an image or disk with CPU Architecture 'x64' was given...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574115", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ASP.NET Core Web API - Error CS1061 'DateTime?' does not contain a definition for 'Date' and no accessible extension method 'Date' In my ASP.NET Core Web API, I have this code. public class PagingDto { public int PageSize { get; set; } public int PageNumber { get; set; } } public class TransactionFilter : P...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574117", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: AMPL: selecting variable matrix indices to be integers If I declear var x {1..3}; is there a way to specify specific indices to be integer variables? i.e. x[1] & x[3] are integer variables while x[2] is continuous. var x{1..3}; x[1] integer; x[3] integer;
{ "language": "en", "url": "https://stackoverflow.com/questions/75574118", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ValueError: non-broadcastable output operand with shape (451,1) doesn't match the broadcast shape (451,6) I tried to predict bitcoin close price with multiple input features, but can't seem to inverse transform my output using min max scaler Here's what I did: My dataframe shape: (4608, 7) transform data scaler = M...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574119", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Mysql query not optimized (union all query) here i need an help like how to optimize this union all query the table has index for where clause column but it's not picking it up and i even tried with force index none of that works any better way to optimize it, Edited; Query; select retailerCode, coalesce(rules...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574122", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I´m trying to include a local javascript in my react component, and the functionality of said component is inconsistent I have a component in react called consentBottom, where I am trying to import an external javascript file called consent. I can get the functionality of the consent file to work, but once I press t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574123", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CloudFormation: unable to recreate EC2 instance with the same ElasticIp I am trying to create and update a CloudFormation stack consisting of 1 EC2 instance with 1 EIP. For reference, I am using the nodejs sdk. This is the rough template (I redacted parts and omitted the Outputs): { AWSTemplateFormatVersion: '2010...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574124", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: how to pull file from unix server in pandas when I run in windows how to pull file from unix server in pandas when I run in windows? how to give the pd.read_csv('unix path') when script is running in window server? is there any library such as sshlibrary can be used here?
{ "language": "en", "url": "https://stackoverflow.com/questions/75574125", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I list the biggest tables in my single node cassandra instance? We have a cassandra test database that's been running great for a couple years. Today it started using gobs of CPU. After restart it happened again. Since it's a test database with lots of crap - I just wanted to purge data from the biggest table...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574126", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VScode auto adding types I'm getting auto-insert types everywhere. Can't find what extension is doing it. Is it IntelliSense? How can I disable it? A: first, go to your extensions list by pressing Ctrl+Shift+X or clicking the extension's icon, then you can see your installed extensions and determine which one is c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574128", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Reading an unzipped shapefile into Geopandas, why does the output asks if I want to replace .sbx file? Input: ! wget http://www.avalanchemapping.org/avdata/Cottonwoodavl.zip !unzip Cottonwoodavl shape = 'wasatavl.shp' df_avalanche = gpd.read_file(shape) Output: '--2023-02-26 18:12:10-- http://www.avalanchemapping.o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574130", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Passing style directive value to a component in Vuejs I am trying to add padding to a shared button component through :style directive. For some reasons, the changes doesn't show up on the button. This shared component requires different padding based on different scenario so I cannot add it directly inside my butto...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574131", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Error: No named parameter with the name 'onSelectNotification' in flutter_local_notifications I am building a wallpaper app in Flutter and got stuck in an error occured due to flutter_local_notifications Using version of flutter_local_notifications : 10:0.0 I tried testing with few other versions Code: // details p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574132", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: another command to access that workbook without opening it with Application getopen? A VBA code that opens a workbook using Application.getopen. I want to use another command button to access that workbook without going through Application.getopen since it is already opened. I have opened it with a command button al...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574140", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Jest test suite failed to run: 'Segmentation fault (core dumped)' or 'A jest worker process (pid=xxx) was terminated by another process' I'm creating an Express API and everything was going ok untill I started to have some problems with tests. I use Jest and Supertest to tests the endpoints and I don't know why I st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574143", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kubeflow - how to pass Tensorflow Dataset and Tensors from one component to another? I am implementing a Kubeflow pipeline in Vertex AI. Basically I have two components: prepare_data and train_model: @component( packages_to_install = [ "pandas==1.3.4", "numpy==1.20.3", "unidecode", ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574144", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kubernetes - incorrect ingress address mapping I've an all-in-one kubernetes cluster setup using k0s. I've installed some addons such as nginx-ingress-controller, metallb, external-dns. But, when I create an ingress resource, the ingress-controller assign to it the IP address of the master node which is "192.168.120...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574145", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to return propertie from sub array object with react native? I have a react native app. And I try to show the name and image on a card. So this is the service: export const fetchSubCategoryData = async () => { try { const response = await fetch("http://192.168.1.68:8000/api/categories/2", { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574146", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there any way to "early return" in a declarative macro iterations? I'm new to Rust's macros. I'd like to find a way to achieve a behaviour like this: early return in iterations I learned I can generate tuples using a declarative macro like this one: fn function(input) -> Result<input_type,err_type> { // do so...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574147", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In Google sheets, can the REGEXEXTRACT formula pull from a list of words located on a separate tab? Here's my formula (that currently works): =IFERROR(REGEXEXTRACT(D2,"wheel|tire|light|oil|battery")," ") However, because my list of keywords is going to 1) get MUCH larger (as many as 200 items) and 2) because the li...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574153", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Axios cors-error "No Access-Control-Allow-Origin" I would like to get some xml-data from a web-address. Unfortunately I always get an erorr... Access to XMLHttpRequest at 'xxxx' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574160", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting rid of outline with the label "htmlObject" when inserting tag in CKEditor5 ClassicEditor When I insert a bootstrap such as My button in the source of the ClassicEditor, the html display will show a surounding outline with the label "htmlObject". I have tried hard but I'm unable to remove that box which ma...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574161", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to change "itemCount" and "initial page" in PageView Builder in Flutter? I have 3 dart files in my app. 1) main.dart 2) hompage.dart 3) data.dart There have a singleton class which hold list of string dataList. Using main.dart file i am adding random number of random strings to the the dataList of the singleton ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574167", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am very new at coding so this might be a simple error on my part. I am received a Null pointer exception Random rand = new Random(); { public int randomAge() { int n = rand.nextInt(50) + 1; return n; } I was expecting a random age ranging from 1 to 50 to be displayed.
{ "language": "en", "url": "https://stackoverflow.com/questions/75574172", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Forward fill dataframe column if string is present in another column I have a dataframe and I want to forward fill one of the columns but only if the string is present in one of the other columns. Type Match Matchup 0 Parent ABC_12252000_NY_Leag_Natl_en-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574174", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the formula copy data from 2 sheets in one sheet MS Excel? Problem MS EXCEL I want to put data in sheet C .... COPY data from cell A1 of sheet A Past this data in cell A1 Of Sheet C ..... Now Copy data from Cell A1,A2,A3,A4 of Sheet B Paste in A2,A3,A4,A5 Of sheet C ... above process repeated for next cells ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574175", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: How to get secrets from AWS Secrets manager in EKS using CSI driver Hi I am working on a POC, where I have to bring Secrets form AWS secrets manager in a EKS Pod, But I am getting this error. MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = Unknown desc = failed to mount secrets store o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574178", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Match CSV Values to Make Dictionary Python I've been trying to make an auto-correct and -complete program and trying to make it more useful using a frequency algorithm using CSV, but am pretty new to using CSV files. I'm trying to create a dictionary from a CSV file that I can then use to determine the top results. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574180", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Several ways to jump and loop In C we can, for example, print numbers from 1 to n, using: * *loops (for, while and do while); *recursion; *jumping (local: goto, non-local: setjmp() and longjmp()); and *Duff's device(switch + loop). Is there another method that can be used to do something like this?
{ "language": "en", "url": "https://stackoverflow.com/questions/75574182", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: I dont understand why the "Trunc" function for googlesheets is not working for my formula Trunc formula not working for a specific formula I have: =iferror(ifs(H4=3;("↑ Increase weight to "&ROUND(IF(ISBLANK(G4);"";ifs(H4=1;;H4=2;"";H4=3;TRUNC(((F4*(1+G4/30))*(110,356-10,4718*(C4)^(0,522978))/100);2);H4=1;)))))) I t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574183", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: I have a little problem with SQL Sum and i dont know where is a problem Today I "remembered" a new things and I have a little problem and I don`t see a problem in my code. The error is: Trying to access array offset on value of type null in "path"\xampp\htdocs\cuponiada\includes\viz_cup_data.php on line 106 And si...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574184", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: How to copy some column to a new saved excel file? I'm trying to copy some specific column from a source workbook to a new saved excel file by running a macro. I have the following code: Sub test_this() Dim sFileSaveName, cel, InitialName As String, column_name As String, NextColumn As Long Dim wbSourc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574185", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: proxy http request to nats request We are going to implement one of our projects as a microservice due to having many large parts Our microservices are in go, nodejs languages and we use kong for api gateway Communication between microservices is through nats We use nestjs and adonisjs frameworks on the server side ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574187", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: com.google.android.exoplayer2.ExoPlaybackException: Source error I am trying to set up a login screen with a background video and a button for my app, when using VideoPlayerController,asset to initialize, load and then play the video I get the following output: I/ExoPlayerImpl( 1409): Release 3fa0f6d [ExoPlayerLib/2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574188", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: I want code or code-like text, working behind a picture? Steganography is a process of hiding information in a simple picture, pdf etc. But a picture say albert.png is a binary file. That means, it is not readable by humans. Then how a person doing steganography knows, where to add secret information while preventin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574189", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: Remove a character that is between 2 characters in a dataframe I have a pandas dataframe without headers. It is possible to remove only the | that is between two "" using python? I need to apply the changes to the entire dataframe because it might be on different columns. It has | as a column delimiter end the colum...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574198", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: What is causing this type of expression is ambiguous without more context error? I know there's lot of responses to similar errors but none of them have been able to help me find a solution to this problem as they're typically far out of context. In this specific case, I am building a static function that decrypts m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574199", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Failure to run WSL internal command from powershell I need to run WSL internal command from powershell script triggered by task scheduler on user logon. OS: Windows 11 22H2. # waiting for wsl.exe to appear # before adding this I was getting errors about no command wsl # probably something about how MSIX packages wor...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574200", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Filter values from list of dicts by list of values I have a list of dictionaries like this: data = [{'key1':'a', 'key2':'100', 'varying key/value pairs'}, {'key1':'b', 'key2':'50', 'varying key/value pairs'}, {'key1':'a', 'key2':'100', 'varying key/value pairs'}, {'key1':'b', 'key2':'50', 'varying key/value pairs'},...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574204", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Migration of Exchange environment from On Prem to sendgrid Azure As cloud first approach, we are trying to migrate our on prem mail servers to Azure Sendgrid(We are not planning for O365 as of now for these email domains as of now). Can this be possible with Sendgrid SAAS?
{ "language": "en", "url": "https://stackoverflow.com/questions/75574205", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Weighted random name selector from an external workbook I'm new to VBA but have some coding background. The below must be done through Excel. Objective: I am running some Q&A sessions with a variable length of the list of attendees which will be stored in a separate register (external xlsx file). I need a list of na...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574210", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: ERROR:flutter/runtime/dart_vm_initializer.cc(41) Unhandled Exception: type 'Null' is not a subtype of type 'DateTime' I have been trying to create a simple API fetching app and suddenly stoped getting fetched. Debug console shows the below error. Codes Debug error First time it worked fine and now I couldn't iden...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574212", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Combining security rules when specific field is updatable by only certain users I have an issue document and I want to apply the following restrictions to update it - * *user must be logged in *user is either the creator of that issue or user is a moderator *to update the status field user must be a moderator I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574215", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Animating SVG path points independently in Framer Motion I'm trying to animate control points on SVG path independently. Let's say I want to draw a line from two points, point A on the left at (0, yA) and point B on the right at (100, yB). I'd like to move yA to a random value within [0, 100]. After it's done animat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574216", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MYSQL Error 1048, why cannot ID be null and use auto increment? Example questions I am following, created tables this way and was able to insert value for ID as null, since it is auto increment, I thought it would do the math itself? Am I misunderstanding the auto increment feature? How come this doesn't work? Inclu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574217", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How actually read works in RocksDB Am I right? RocksDB start searching from active memtable them if key is not found it going to sst lvl 4 (imagine I have 4 lvl sst) if is not found it is going to lvl 3 e.t.c. Leave out the brackets sparse index and bloom filters explanation how it work
{ "language": "en", "url": "https://stackoverflow.com/questions/75574218", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Saving 'HKQuantitySample' to 'HKHealthStore' does not update its 'sourceRevision' inside 'completion' When I save new data to HealthKit by creating HKQuantitySample inside the withCompletion of HKHealthStore.save(_:withCompletion:) when I check sourceRevision it is <uninitialized>: Here is my code: let dietaryWaterQ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574220", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring in kotlin: Spring doesn't see any controller I created a fresh new application from spring initializer. https://start.spring.io/ and I added the WebFlux and Actuator in it only... the gradle looks like this import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id("org.springframework.boot") ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574221", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Error: 'ValueError: only one element tensors can be converted to Python scalars', while converting dict to json The dictionary consist of key as file name which is in string format and value as embedding in tensor format. It looks like dict = {'file_name_1': tensor([emb_1]) , 'file_name_2': tensor([emb_2]) , 'file_n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574223", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Run NestJs service file from systemd I could run my NestJs app successfully using a shell script named 'start.sh' #!/bin/bash export NODE_ENV=dev npm run start:dev But I am unable to run this shell script from my service file in systemd. code: test.service [Unit] Description=NestJS App Service After=network.targe...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574225", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Firebase analytics does not allow comparing by app version In the past I was able to add a comparison in Firebase Analytics based on my app version. It stopped working a couple of months ago. I'm having the same problem in multiple apps one of which has not been updated. This is obviously very important information....
{ "language": "en", "url": "https://stackoverflow.com/questions/75574226", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Debugging hard to find RabbitMQ Frame Errors I'm running a RabbitMQ Server and client applications in minikube for development. I'm receiving intermittent 501 Frame Errors. The Error occurs pretty consistently when under load (60 msg/sec, 2-5kb/msg). Error Message From the RabbitMQ logs. 2023-02-26 16:43:12.635470+0...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574227", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create a vertical scroll list without knowing the list height There is a problem that bothers me for a long time now. Every time I create a web page that contains a list that need to have a vertical scroll, I find my self fighting with the height of all parent elements or needing to do some ugly workaround. T...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574228", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to iterate a function inside a list in which you want to separate the different items In the next code I download a file from a URL, open the file, and I have rows and columns of data. What I want to do is to create a loop (or something like that) to individualize all the items. Data downloaded: ['amount,duratio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574230", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: OpenGL Cubemap Can only write to one face I have a cubemap texture like this: uint32_t skyboxTextureUnfiltered = -1; glGenTextures(1, &skyboxTextureUnfiltered); glBindTexture(GL_TEXTURE_CUBE_MAP, skyboxTextureUnfiltered); glTexStorage2D(GL_TEXTURE_CUBE_MAP, 6, GL_RGBA32F, m_SkyboxSize, m_SkyboxSize); glTexParameteri...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574232", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: appearance of end of frame at the top left of the customtkinter screen I created a tkinter program (in fact it's a small overlay called customtkinter) which in a scrollable frame brings up a list of frames, this list is updated often, the problem is that from time to time when the list is updated, a kind of "window ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574236", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Server 500 Error - https://packages.cloud.google.com/apt/doc/apt-key.gpg I'm trying to install kubectl through my circleci workflow. This is existing code, and nothing has changed, but when trying to get the apt-key.gpg from Google, it gives me a server 500. This happens with curl, wget, and going directly in a brow...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574238", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Optimization - elasticsearch Cascade search of car from make to target modification Background I'm developing tire store with over 1M products. In order to provide a good ux, when custom arrives on site, he'll write in search *bmw 5 series 2020 m550i xdrive* and he is redirected to suggestions page with tires techni...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574239", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: por que me aprece !] HTTP Host Availability ✗ HTTP host "https://cocoapods.org/" is not reachable. Reason: Failed to [!] HTTP Host Availability ✗ HTTP host "https://cocoapods.org/" is not reachable. Reason: Failed to connect to host in 10 seconds ! Doctor found issues in 1 category. [!] HTTP Host Availability ✗ HTTP...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574247", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: exit when starting QWebEngine When the program starts, a message is displayed: "Exception at 0x7fff96f1cd29, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in ig9icd64". I don' t understand the problem I wanted to study QWebEngine
{ "language": "en", "url": "https://stackoverflow.com/questions/75574248", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Getting the anyhow Rust crate to format an error like it does when when exiting the main function Adding the anyhow crate to a blank Rust project and running the following code gives you the output Error: error, which I want: use anyhow::anyhow; fn error() -> anyhow::Result<()> { Err(anyhow!("error")) } fn mai...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574249", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to scrape data into PythonAnywhere database I have a database on PythonAnywhere and credentials in place. The aim is to scrape a whole load of news websites and chuck the data into a new website using Flask. Here's my code for a section of my website. (I've ignored the imports because it runs) @app.route("/natio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574250", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JasperGold error ECK025 Invalid clock declaration I am working in JasperGold to verify a System Verilog design that I found online to use for class. When loading the .tcl file into JasperGold I recieve this error: "ERROR (ECK025): Invalid clock declaration: "clk". Clock definition must be on an input or environmenta...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574258", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: pyo3 Troubles with `inspect.signature` method I have a rust struct with which I had implemented python's magic methods __iter__, __next__, and __call__. #[pyclass(name = "PyNRICContainer")] #[derive(Debug)] #[pyo3(text_signature = "(cls, value, values)")] pub struct PyNRICContainer { #[pyo3(get, set)] boolea...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574260", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there any overalp time between renewed and expired AWS SSL certificate I have recently started exploring the AWS SSL certificate renewal process. From what I learned so far, we can renew the certificate starting 60 days before it's going to expire. So if we renew it before 60 days, do we have to update the new ce...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574262", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Packet segregation between dpdk stack and the kernel stack Packets entering the single port nic need to be segregated between the kernel and dpdk stack based on the type of traffic I. E. Http, https. I tried adding flow type filter using the ethtool interface. Also bound the dpdk application to a VF created on the N...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574265", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Missing file libarclite_iphoneos.a (Xcode 14.3) After installing Xcode 14.3 in order to run my app on my ios 16.3 iPhone XS. I get the following error: File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a Anybody manage to get around ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574268", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How can I duplicate the same row but with different information in a column in pandas? My pandas dataframe looks like this: import pandas as pd table = pd.DataFrame({'Range': ["A", "B", "C", "A"],'First Name': ["W","X","Y", "Z"], 'ID': [1,2,3,4]}) enter image description here I want to replicate the same row if in...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574271", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: View Item from a DB using floor and flutter I am new using flutter and using floor. I was told that floor is similar to room but i am wrapping my head around because I don't see a Viewmodel in flutter so for what I understand everytime i want to access the Database I need to create an istance of it on everypage: So ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574277", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can evaluate if AWS OpenSearch Serverless will be cost-effective? We're currently using AWS OpenSearch Service, the traditional way in which you provision nodes. Recently, Amazon OpenSearch Serverless went GA, and we find interest in this option. My question is, how can I assess if this will be a good choice for...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574279", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Error When Parsing Incoming Email Via SendGrid I am successfully set up a webhook with django/python to parse incoming SendGrid emails. However, I am getting an error and cannot parse the data I receive. The error suggest the body I am receiving is empty, which is not the case. @csrf_exempt def receive_email_hook(re...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574281", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is this 100% height flex layout going just over 100%? I'm trying to make a flex layout with three rows, total 100% height. The main content should stretch to fill the remaining space. But this code makes the full page use just over 100% of the height. Here is a minimal example: html, body { heigh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574285", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Remove Exif data of images in PDFs with Java I want to remove all Meta/Exif-Data of all pictures in a pdf-file via Java, but without any quality-losses. I found this threads: How to remove EXIF data from a PDF using PDFBox or other tool How can I extract images and their metadata from PDFs? However, I am still confu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574292", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Qt: how to pass arguments to a Qt GUI test? Qt: how to pass arguments to a Qt GUI test? Basically, how to pass arguments to QTEST_MAIN as you could have done with regular main? To run a test for testing a Qt GUI, one can do the following: >> cat CMakeLists.txt cmake_minimum_required(VERSION 3.0) project(foo) enable...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574293", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Node to select/extract html/text using CSS Selector from HTML Suppose I'm writing a node script that uses fetch to have retrieved a html page content into a variable. Now I have a CSS Selector for such content. How I can use it to extract the html and/or text content identified by my CSS Selector. If there are exist...
{ "language": "en", "url": "https://stackoverflow.com/questions/75574296", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }