text
string
meta
dict
Q: I can't install the chain ladder package, it doesn't recognize my library. probably because of the program version Error in package chain ladder I tried to change in to previous versions, but it does not work
{ "language": "en", "url": "https://stackoverflow.com/questions/75609499", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to restrict which contacts a user of Google Chat can see? Can I configure my Google Workspace so that a user can see only member oh their team (organizational unit)? Thanks for any help!
{ "language": "en", "url": "https://stackoverflow.com/questions/75609501", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why are my sparklines not rendering with xlsxwriter? I'm trying to add a column of sparklines, where the data range for each row is a corresponding part of a row from another sheet. The statement I have, for example, is: summary_sheet.add_sparkline(row, c, {'range': "Home Values!B2:B10", 'markers': True}) I know my...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609503", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Empty variables while attempting to scrape a table from a webpage using rvest I am brand new to coding in r and am trying to scrape the following table into a data frame: https://www.zyxware.com/articles/5363/list-of-fortune-500-companies-and-their-websites-2015 It should be fairly straightforward, but my variables ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609506", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cant insert into multiple table using mysqli I was wondering how to insert 1 form into 2 tables, then I tried using mysqli_multi_query, and I added . before writing the query code and always an error like this appears Data Gagal MasukError : insert into post (id_post, id_user, id_kategori, judul, isi, tanggal) value...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609507", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: I need to get these arrays that are passing in just one variable, to play in the blade but when I do the foreach it only gets from an array I need to get these arrays that are passing in just one variable, to play in the blade but when I do the foreach it only gets from an array,when I make the request it only bring...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609508", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Is there a way to prevent Kotlin from compiling a function with "dangerous characters" in the name? IntelliJ flags functions with characters in the title that might be dangerous for Windows as a warning. The compiler warning appears to be generated by FirJvmNamesChecker. For an example, the function @Test fun `quota...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609509", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why does React not render anything when using map function? I want to return and render <li> elements containing the titles of fetched stores, but only the bullets from <li> components show with no content. import { useEffect, useState } from "react"; export default function Home() { const [stores, setStores] =...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609511", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using lifetimes, Cow, and Builder pattern in harmony I'm still getting my head around lifetimes in Rust and I have the following struct I'd like to create: use std::{ borrow::Cow, marker::PhantomData, }; struct Init; struct Parsed; struct Html; /// A Markdown parser built using **Pest**. pub struct Parkdown...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609512", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Authentication with Apple Developer Portal failed EAS ios build I am in the process of creating a React Native app. Is it possible to build a development build for IOS without a paid Apple Developer account? I would like to be able to test my app without paying the fee for a true Apple Developer account, with intent...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609517", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Records that need to be different I am creating a database for a project. In this project there is a table called 'Bookings' this table has 2 fields called DateOfBooking (which is data type DateAndTime) and TimeOfBooking (which is data type DateAndTime also). In a UI form on the same project I have created a date an...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609518", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Edge browser blank debugging tool for certain sites There is a specific site/domain where the Edge browser will load the site but have completely blank debugger tool (elements tab, network tab, every tab, console output at all levels, everything blank). There is no inspect option when right clicking elements on the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609521", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Named formula combining IFERROR with Arrayformula in GoogleSheets Having trouble setting up a "named formula" in google sheets which I would have thought would be relatively simple. Generally, I would like to combine Arrayformula(iferror(X)) together which I commonly use and where X=any equation. I have no idea why ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609524", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Kubernetes autoscaled pod access I have an app called app1 which exposes a Nodeport service on port 5000, this app can be autoscaled by keda so there can be many replicas of it. Now I have another app called app2 which needs to access all the dynamic pods of app1 via hostname, currently this does not work. How can I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609525", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: File "afy/ cam fomm-py", line 254, in [1677673688.416234] Loading Predictor Traceback (most recent call last): File "afy/ cam fomm-py", line 254, in <module› change_ avatar (predictor, avatars [ cur_ _ava]) IndexError: list index out of range I was trying to make a video call using anaconda but it wasn't displaying...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609526", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to align text labels to left side of a geo_segment I want to add labels next to the left side of the line but there is a gap between the beginning of the line and the end of the label that seems to be associated with how long the label is. The longer the label the bigger the gap and vice-versa. Is there a way to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609527", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to install Linux on my external ssd to boot on MacBook pro? I've been trying for a few days to install linux on an external ssd and run it on a macbook pro but it doesn't work So, I tried several methods, but in short I put the image from linux on an external ssd (formatted in such a way that it can be read by t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609530", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to extract the svg layer from a Leaflet map? [Edit] Hi everyone, I have created a leaflet map using geojson data from City of Chicago Data portal. I'm trying to extract the SVG polygons from this leaflet map. I don't want the base layer to show. All I want is the SVG polygons shapes. I've tried using...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609534", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: creating assortativity index; 'list' object cannot be coerced to type 'double' error I'm trying to calculate assortativity coefficient for a directed and weighted graph. I created a graph object from my edgelist "tmp1". tmp1 <- graph_from_edgelist(tmp1, directed = TRUE) The weights file is "tmp2" and it's a datafra...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609536", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I merge discord voice streams? I'd like to merge the voice of users that I receive using the discordjs/voice library. The number of streams to merge has to be flexible. Also, The output stream has to be readable so I can use it as a source. I tried different libraries like fluent-ffmpeg, ffmpeg and merge-str...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609541", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to configure ncurses to hardcode a terminfo path relative to the executable instead of an absolute path? I am building ncurses from source (and then linking my application to it) as part of the build process for my application, and I have observed that the built binaries have the absolute path of the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609546", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ansible distribute elements from one list of dicts to different files I have one list of dicts ( variable ): sites: - { site: "https://site1.com", project: "own", module: "2xx" } - { site: "https://site2.com", project: "external", module: "2xx" } - { site: "https://site3.net", project: "own", module: "ssl" } ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609548", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: .NET Core Request REST MessageInspector I have a backend application in .NET Core 6 that makes calls to different external services. Until now it was all SOAP calls. I used a class that inherited from IEndpointBehavior and this in turn used a class of its own that inherited from IClientMessageInspector. This way I c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609553", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Pre element formatting is off I'm pretty new to html and css so forgive me if my question doesn't make 100% to any veterans. I am trying to apply a formatted line of code to a website using the element but it is using all of the white space before the lines. element for the code This is how it looks when I open th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609555", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Reference type variable from enclosing scope in type annotation I have two nested classes and the outer one is generic. The inner one has a reference to the outer one. How can I annotate the reference that the inner one has to the outer one, so that the reveal_type at the bottom of the code snippet below works prope...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609557", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Getting sha of file on GitHub not working When I try to get the sha of a certain file on GitHub the undefined value is returned. I was using the same method several days ago and everything was ok. How to get sha? let text = ''; import {Octokit} from "https://cdn.skypack.dev/octokit"; import token from "./config.js";...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609561", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Connecting two polygons with line (shortest distance) in QGIS Is there a way in QGIS 3.x to create a line shapefile that is the shortest distance between two polygons? Both polygons are separate shapefiles right now (see attached picture), but I can't find a way to have the program create a line between them. Ideall...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609562", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: GET Error 400 - Issues with Deploying on GitHub Pages I have been trying to deploy my project with GitHub pages. It should be showing my home page, but has only been throwing the 400 errors. I am getting these errors: GET https://jadenlund.github.io/Portfolio1/%PUBLIC_URL%/manifest.json 400 manifest.json:1 Manifes...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609563", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: modifying the excel files using pandas in python I am trying to modify an existing Excel file using the pandas library in Python. i used the file contents for my automated email triggering the email to the customer once the mail sent i just want to update the status of the customer in the excel file is there a way t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609568", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Add Firebase to UWP (Universal Windows Platform) I'm wondering if anyone has experience with Firebase + UWP (Universal Windows Platform) integration? My client is using the UWP app and they have a 360 GA account that they want to link with. They need to set up a Firebase project but don't think UWP is supported atm....
{ "language": "en", "url": "https://stackoverflow.com/questions/75609571", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Issue with ForEach-Object in the pipeline Bonjour This a question from a newbie... Could you tell me why this works? $Data = Import-Csv -Path ./Data1.csv -Delimiter ';' $Data | ForEach-Object { $_.Question = $_.Question -replace "`n", "<br/>" $_.Response = $_.Response -replace "`n", "<br/>" } $Data | Export-Csv...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609572", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: webdriverio(Typescript) cucumber tests firing browser but not executing tests Node version: 18 Cucumber version: 8.4.0 On running tests, browser launches and shuts down immediately without executing tests.
{ "language": "en", "url": "https://stackoverflow.com/questions/75609573", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get full json object from Twitter API v2 with Tweepy version 4.12 I am streaming Tweets using Tweepy 4.12 and Twitter API v2. I am only getting raw_data partial. How do I add rules to get full json object such as.. "country_code": "US", "country": "United States", "bounding_box": ... Here is the output (real...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609574", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Closure can be eliminated: method has overload to avoid closure creation JetBrains Rider suggests the following over Disposable.Create: Closure can be eliminated: method has overload to avoid closure creation How do I fix it? public sealed class RedisSubscriber<TKey, TMessage> : IBusSubscriber<TKey, TMessage> { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609576", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Method doesn`t end and prints several times the same output After calling a setup() method in checkInput() this method doesn't complete and starts waiting for completing. If to call checkInput several times theres only spreading the queue of the methods. That`s why input print not once, although that's what I need. ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609577", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Esp32 and flutter Bluetooth Hello I have an esp32 and a ws2812b LedStrip that I control with fastled. Having started flutter recently I would like to make a simple application allowing me to change the color of the LEDs. The Arduino code is ready and Would you have any ideas to solve this problem? Wouldn't it come f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609578", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I convert a bunch of md files and put them into my page as a prop? My ultimate goal here is to get some .md files' contents and return it to my client I have some file index.json.ts that may or may not work, but anyway i cant get the file to run. I'd like to say that this code export const hydrate = true expo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609587", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: C/C++ Extension in VS Code - Compiler linking "_string.h" instead of "string.h" I am using "strcpy()" in a program and when calling it, I get a syntax warning saying too few arguments in invocation of of macro strcpy' After doing some digging, I found that my compiler is linking _string.h from the path /Library/De...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609589", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Safari - CSS issue - tried CSS in WooCommerce - issues with Safari Layout \ not in chrome **Woocommerce CSS * *I did some css it does this on safari. What do I do? [Safari browser layout issue](https://i.stack.imgur.com/WOnGe.jpg) https://purposefill.co.nz/general-waste/ this is the css script .woocommerce.p...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609591", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Azure replica database query We currently have a Azure subscription where our "main" database is replicated to the "replica" database. My question is how can I run a query on the replica to insert a record into projection database on the "main" database. I would like something like below... Example table "RefTable":...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609593", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to display a GStreamer pipeline inside a Gtk window with a specific size? I'm working on a Python script that creates a GStreamer pipeline and displays the video output inside a Gtk window. The current code opens two windows: one with the title "Video Window" but with no content, and another one with the GStream...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609594", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Amazon SP API - Failing to upload feed I am working on feeds API(SP API). I successfully finished calling createfeeddocument and in response I got the feeddocumentid and url, using the url I need to upload the feed document. so when I am trying to upload a xml, I get "The remote server returned an error: (403) Forbi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609596", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Resource management Kotlin/Android in unstructured code without RAII I made a post over at the Kotlin subreddit about some reliability problems I've been having in an Android project I'm working on at work. From some of the really great comments and discussions there, I have a good idea how to resolve some of my iss...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609599", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: WooCommerce - Send Order details and redirect to PHP Script I have a problem and I don't really know how to solve it. I have a PHP form, hosted on another site outside of my woocommerce. And I need to make a payment gateway, which redirects to my PHP site and send the order data. but I don't understand how I can sen...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609603", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Snowpark Python Equivalent of the Pipe function in Pandas In Pandas, we are able to use Pipe to do method chaining to enhance code readability: df = (pd.read_csv('data.csv')/ .pipe(convert_names_to_upper)/ .pipe(deidentify) ) The two custom functions can be any arbitrary function that transforms the Dataf...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609605", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: swiftsoup how to get more class in swift i haven this html site, when I will Scrape , and in a array with Swiftsoup <#content> <div> <div:nth-child(1)> <div> <div class="elemtext"> <h6 class="s3a">13. februar 2023</h6> <h2 class="s4a">Ny dreng i klassen</h2> <p class="s5a">Loko...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609610", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Running YOLOv8 on openVINO runtime I trained a detection model using yolov8n.pt base which was recommended. But it very slow, inference takes way too long it renders the project impractical but I understand on a good GPU like nvidia it will be way faster but my system makes use of intel CPU. Making the openvino runt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609611", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CassandraIO + Apache Beam I have been attempting to find information on how to utilize Apache Beam with Cassandra in Python, but I have not been successful in my search. I am curious if the use of cassandraio library is supported for Python? If anyone could provide any insight or resources on this matter, it would b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609615", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: My simple javascript slideshow isn't working when added to Shopify I have this very simple slideshow that I want to use on my Shopify store, nevertheless, it doesn't work when added to Shopify. Does anyone have an idea of what I'm doing wrong here? In codepen or jsfiddle the code seems to be working fine, but when I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609616", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How would I be able to make a variable within a function available in the global scope I am trying to access the finalText variable in a separate @IBAction function but I am unable since it is part of the viewDidLoad function. When I move the finalText variable outside of the viewDidLoad function, I get an error bec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609617", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Flutter firebase: Method "??"can't be unconditionally invoked I'm trying to create list of users with Flutter Web. The list is ready. But I want that when I click on the listTile it should show the details of that particular listTile in a container next to the list. Can someone tell me what I did wrong here? code: c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609620", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need Help : C++ debugging I had a problem while working on leetcode 88. Merge Sorted Array. I was trying to use the same logic to merge the two sorted array as used in merge sort. My code run into runtime error against test case: nums1 = [0,2,0,0,0,0,0,0] m = 2 nums2 = [-1,1,1,2,2,3] n = 6 Below is the error messag...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609622", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-8" }
Q: Drop down in the website not working after deployment I have configured a website using R markdown (static HTML). The website was configured a few years ago, and the YAML structure below worked fine to create a drop down after deploying the site. name: "personal-website" output_dir: "." title: "Personal Websit...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609624", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: orphanRemoval generates additional delete-statement I have the following: class A { @OneToMany(cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.EAGER, mappedBy = "a") private Set<B> bs; @OneToMany(cascade = CascadeType.ALL, mappedBy = "a") private Set<C> cs; } @Entity @Table(name = "B") ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609628", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Removing a click EventListener to links that go to external sites I'm trying to add a vanilla page transition to my website. The js (see below) I added is working with all my anchor but I want to know if there is a way to target link to external page that have target="_blank" or a class I can define so the function ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609630", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Expecting variable in READ statement at (1) I wrote a file with x extension. Now I would like to read it, but when I try to compile I get the error "Expecting variable in Read statement at (1)" This is how I wrote the x file: program avewmean REAL*8, ALLOCATABLE, DIMENSION (:) :: yc,zc INTEGER...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609632", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Use PVA skillbot in Bot Framework Bot (without Composer) Is it possible to connect a PVA skillbot to a Bot Framework Bot (not one built with Composer)? The documentation shows how to connect it in Composer which involves exporting a manifest and intents file from PVA, then importing them into Composer, but it doesn'...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609634", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Mutating a dioxus UseState struct that doesn't implement clone I'm using Dioxus to build a UI. This UI relies heavily on a struct from a third-party library. This struct doesn't implement clone. The struct needs to be modified on button press. Consider this simplified example: use dioxus::prelude::*; struct ThirdPa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609635", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: ProcessPoolExecutor hangs I'm trying to use ProcessPoolExecutor with the following function: def get_ellipse_properties(a,b,mask=mask): ''' a - int time frame value of a feature b - int feature id number mask- iris cube with segmentation mask''' feat_mask = mask_features(mask,b) #create mask...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609637", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: TradingView Widget - Font Style Customization We were able to integrate TradingView widget (https://www.tradingview.com/widget/advanced-chart/) in our application successfully but we would like to override the font style of the text in the widget so that it aligns well with the our application. Is it possible to do ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609639", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: NextJS 13 - Retrieving POST data in server side component I have installed a brand new nextJS project, with a very basic src/app/page.js: export default function Home(props) { const {fuzzySearchText, actor, type, studio} = props return ( <main className={styles.main}> <div className="se...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609641", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ASP.NET Core 5 preflight and real request are the same We use ASP.NET Core and cross-origin requests from other sites (on different domains). So before any real request from site to our API, browser make a preflight request. The problem is: * *Browser call all our API methods twice which broke our data *The real ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609645", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Prometheus: Cannot scrape different metric ports/metric paths on single EKS pod I am attempting to scrape metrics from a single pod that has my web application deployed with a sidecar envoy proxy as part of an AWS App Mesh implementation. I would like to retrieve metrics from both for greater visibility, but so far ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609648", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is @cuda.jit compilation enqueued? I choose matrix multiplication so that a decent amount of time is spent on the gpu, which will make it easier to fill up the launch queue. from numba import cuda, float64 import numpy as np import math @cuda.jit def matrix_multiplication(A, B, C): i, k = cuda.grid(2) m, n = A....
{ "language": "en", "url": "https://stackoverflow.com/questions/75609649", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Vue Router - Child route not displaying I have create a Vue router, but when I navigate to /account/orders the AccountProfile component is displayed, can anyone advise why this is happening please? It should be displaying OrderHistory component... const routes = [ { path: "/auth/login", beforeEnt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609650", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can one reduce the number of attempts of g++ to find some particular include file? I was using strace -eopen -f g++ ... in order to see what is happening. I found the number of calls to open() were 13244 with 10880 failing. So I looked at the output and looked at one particular file from boost (noncopyable.hpp)...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609651", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Twilio: warm transfer C# ** I need to make a call to my twilio number and connect with an agent (agent1) and then I can invite another agent (agent2) to call I downloaded this sample from Github to check if this approach will be suitable: https://github.com/TwilioDevEd/warm-transfer-csharp twilio gives me error 1120...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609657", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: css :not(:hover) bugging keyframes I'm having this issue that my not-on-hover animation returns to its normal state only once, after that it's bugged as shown in the gif below, and does not work correctly. I was thinking that there was an alternative to the inverse of on hover instead of what I'm using right now but...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609660", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React Router v6 navigater() has to be called twice for loader to respond I have a React router with a loader set up. const router = createBrowserRouter([ { path: "/blog/:id", // root path action, // handles form payloads loader, // handles page loads errorElement: <Error />, }, ]); The loader si...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609662", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can't cast from a child ref to a parent ref in C#. Why not? I am new to using C#. I am most familiar with C++ and Java when it comes to Object-Oriented Programming and polymorphism. Can someone tell me why this upcast does not work in C#, and what I can do to get the upcast to work with ref. using System; public cl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609663", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is a MemoryView in the .NET browser-wasm runtime? In the new (non-Blazor) browser-wasm runtime of .NET 7 there are JSImport attributes for communicating with Javascript imports. Many .NET types are supported for passing as arguments to Javascript functions. If you pass a Span<> or ArraySegment<> then you must m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609665", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Unity 3D, how can I round the corners of a 3d flat plane? I want to round just the corners of a flat 3d plane. By now I've tried applying a material with a shader but it doesn't seem to work, what should I do? I'm using Unity 2021.3.18f1.
{ "language": "en", "url": "https://stackoverflow.com/questions/75609672", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Raincloud plot with confidence interval (mean) I am trying to create a raincloud plot with a 95% confidence interval, however my code keeps on produces a raincloud plot with a boxplot interval. Meaning the black circle is the median not the mean. How can I change my code to add in error bars to achieve this? Here ar...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609675", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to filter on two values in an array of objects in Jsonata? In the array there are 5 unique objects, but the objects have some values that are duplicated. Is there a way to filter the objects based on two of the values? In this case how would I return four objects, removing the object that has duplicated "num":"9...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609676", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What's the correct format for -AccountExpirationDate for new-aduser? I'm trying to bulk-create users from a .csv file and can't figure out how to set an account expiration date using the -accountexpirationdate parameter. Powershell wants me to use System.DateTime. Is that something like 03/01/2023 00:00:00?
{ "language": "en", "url": "https://stackoverflow.com/questions/75609677", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Asking Alexa to do something via REST API call? I love REST APIs, use them all the time at work and home, and finding new public ones that provide all kinds of data. I even have one that talks with my Tesla. I develop mostly in Python, and use Postman for a lot of initial digging into REST API calls. However, I am...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609678", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Google Analytics 4 "set" method not working Basically a dupe of this question, but that one's still unsolved, so I'll ask again: I'm trying to set up GA4 (I am not using Google Tag Manager). According to this doc, the following two pieces of code should accomplish the same thing: 1) gtag('event', 'testing', {'foo':'...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609679", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: is there a "is oneOf" in typescript? I have the following code: export type Environments = 'live' | 'test' | 'app' | 'localhost' export const definedEnvironments: Environments[] = ['app', 'live', 'localhost', 'test'] and I have the following function: export default function verifyEnvironment(env: Environments): bo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609680", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: body is alway empty i try my first steps on body-parser in node.js, i've read a lot of stuff on the internet and on stackoverflow but i cant resolve my error I wrote the folling code "index.mjs" import express from 'express'; const Server = express(); import path from 'path'; import { fileURLToPath } from 'url'; con...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609682", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Getter/setter in SQLAlchemy ORM mapped Declarative Table I want to change a value into a different format during assignment to a mapped table object in SQLAlchemy and then perform the reverse formatting for that column when selecting the row. Desired # Adds a row with a formatted start_time="2023-03-01 12:00:00" my_...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609684", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: What's the rule that makes it possible to use begin/end without std? I'm surprised that this simple program compiles: #include <vector> #include <stdio.h> int main() { std::vector<int> v = {1,2,3}; auto x = v.end(); if (x == end(v)) // << == end used without `std::` printf("v.end == end(v)\n"); ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609685", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Start a script if game is closed how can I run a PowerShell script if I close a game. I wanna change my DisplayResolution when I'm closing a game. My idea was, I can execute the script with the taskscheduler from Windows but I don't know how. Maybe someone can help me. Thanks
{ "language": "en", "url": "https://stackoverflow.com/questions/75609688", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: It is possible to write concept requiring iteration over static tuple and checking each tuple item I'm writing simple code for automatic reflection of struct. in short each struct have static tuple with name and member pointer and code iterate over it using std::apply and do some stuff. struct TestRecord{ int i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609692", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Alation Query form and parameter fails to pass multiple values PLEASE NOTE There is another post from a few years back on this issue, but none of the responses solve this problem. The goal is to create an Alation SQL form that allows for the user to enter multiple comma separated keywords. The Alation guide seems to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609697", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Implementation of Specialized Templated Classes with Some Similar Features I would like to implement a class design that achieves the following architecture: I would like to instantiate classes that describe the object "ReadoutChip" of 4 different flavours, defined by the enumeration: enum Flavour {F1, F2, F3, F4}; ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609698", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Python3 youtube compression resistance using LSB steganography I have some code that uses LSB steganography to hide encrypted data in the frames of a video. The main issue I am having is I don't know what I can do to make the video more resistant against youtube compression/compression in general. I also can't find ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609702", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: validation dialogbox for accidental checkbox checking I'm trying to write VBA that will make all of my checkboxes ask whether the user really wants to change the status of the checkbox. I wrote something like this: Sub ConfirmCheckbox() If MsgBox("Are you sure you want to check this box?", vbYesNo, "Confirm Chec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609703", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Matplotlib animation shows only a part of each figure I create a chain of figures and save them into an animation. My problem is that the image of the figure that I see on the screen is different from what is saved by savefig. This problem is saved by passing bbox_inches='tight', pad_inches=0.1 to savefig as recomme...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609704", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Start-ThreadJob is not detecting my variables I pass to it I am using the command "Start-ThreadJob" to run about 600 lines. I am trying to pass 21 variables to it but when it goes to use the variables, it appears it doesn't have access to them. I tried writing them to a txt file from the job which confirmed this. St...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609709", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to change div root id in nextjs? I would like to change the root div id and I couldn't find any information if it is possible. I would like it to be my name instead of id="__next". Could someone tell me how I could do this if it's even possible? A: We're not planning to change #__next anytime soon, as React al...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609712", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to dynamically load text and embed images in react I have a database table with some texts in the format paragraph [IMAGE1] paragraph [IMAGE2] and another table with images containing the caption and the relative path to the image, in a folder in node.js public folder. I query the backend and bring back a json ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609713", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python pickling SSLContext TypeError when using tqdm I have a generic method for handling parallelization using p_tqdm (similar to tqdm) and functools.partial to handle multiple input args, like: from functools import partial from p_tqdm import p_umap def thread_multi(function, non_iterable_args: tuple, iterable_a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609716", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why is my right floated div not having it's height working as a percent? I have a div that I'm trying to float on the right, but that's not the problem. When I set the height to 90%, the height doesn't change. html { background: linear-gradient(to left, #19e5e2f1, #0a60f5); background-repeat: no-repeat; back...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609721", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Try Except with general python exceptions I want to catch python errors (python defined errors like TypeError, DivisionByZeroError, and so forth. I want my code to look something like. try <python code> except <GeneralError>: <send general error to user> At all documentation examples, I have to choose a specific ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609723", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make image smaller on desktop size screen I am doing my project and was struggling really long with setting up my header image and to make it responsive, when finally I've done that it looks great on mobile and tablet but on desktop screen is soo huge. I am already lost and have no idea if with my responsive ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609725", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create new column for comma separated values in CSV file using PHP I need to create new column for comma separated values in CSV file. Here I'm using PHP CodeIgniter frame work. In below I have mentioned my student controller: public function export_stdinfo() { $filename = 'std_info.csv'; $pat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609726", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I automate a card game (front-end) and back-end to deal card I have a program I need to automate using cypress where I need to deal card (using front-end) and deal card to the front-end user, i.e automating on 2 different browsers/tab and switching between them. I would need to switch between (Parent Tab) and (C...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609728", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I control STM32 from Qt Designer? I am working on a project that requires me to control an STM32 microcontroller from Qt Designer. I have chosen to use [insert communication protocol here] to establish a communication link between the two. I have already developed the code for the STM32 that will receive the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609729", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to test kstream suppress sliding window function? I'm having trouble testing a windowedBy/suppress kstream. I understand that the suppress feature checks the event time, so each test record includes a timestamp that increments and should stay within or surpass the window. Not sure how this does not work. I've tr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609730", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In rails how to require a coffeescript file In a rails application. I want to create a coffeescript function that can be shared by multiple coffeescripts. for example * *app/assets/javascripts/util.js.coffee sample_function = (word) -> console.log word *app/assets/javascripts/sign_up/common.js.coffee how to i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75609732", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }