text
string
meta
dict
Q: H2 database with READPAST hint I'm developing application where multiple threads processes rows from the same table concurrently. No two threads should process the same row. I found out about READPAST hint to select unlocked rows only. However, H2 doesn't recognize the READPAST hint. How do I test this with H2?
{ "language": "en", "url": "https://stackoverflow.com/questions/75614825", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Operating System code that loops and prints I currently have code that loops and prints (cpu.c). It's an example that helps to understand the role of the OS a little bit better. Its vurtualizing CPU but I don't understand the example and the connection. What's the point of these example? What Does an OS Do? #include...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614827", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Protocol Ecto.Queryable not implemented for Item of type List Background I have an List of metadata items that has the following format: [%{id: "id1"}, %{id: "id2"}, %{id: "id3"}] I am trying to do a query using a join with this list, the idea here is to pick posts who have this specific metadata ids. relevant_met...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614828", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to separate by special keyword in merged associative array without other library? I'm trying to find the array which has the specific keywords in merged associative array in SystemVerilog. For example, I have the 4 arrays: bit [31:0] arrayA[string]; bit [31:0] arrayB[string]; bit [31:0] arrayC[string]; bit [31:0...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614831", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to identify rows that contain duplicates in multiple columns and specific values in others I have a dataframe that contains numerous columns and rows where I want to identify rows that are duplicates in multiple columns and in another column one duplicate contains a specific value and the other duplicate contain...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614837", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Entity Framework Core creates unnecessary foreign key for owned type when using TPT mapping strategy When I configure any owned type in TPT child entity, ef creating additional foreign key to parent table. I have configuration like this: modelBuilder.Entity<TransportBase>(e => { e.UseTptMappingStrategy(); e.ToTa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614840", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to precompute a const value in Flutter I want to call environment variable based on a calculated value. Which means I can't use the const String.fromEnvironment constructor. However not using const results in a blank string. Is there a way to precompute a const value in Flutter? This variables are defined by --d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614843", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Low accuracy for addition of more predictor bands in Random forest classifier Hi there Im working on a project for estimation Above ground Biomass in hilly terrain for mature forests and asscessing accuracy of different classifiers availiable in GEE such as Random forest and other python based models such as Extreme...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614846", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am unable to create an App Package in the Developer Portal for my Chatbot I have created a Bot in the Azure Portal and then I am trying to create an App Package in the Teams Developer Portal. I have given all the required details but when I click on "Publish to Store", I am getting the following error: "Provided a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614848", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: onClick function of carousel arrow affects the hovered div position Below is the code: `function Shows(){ const showRef = useRef(); function handleClick(direction){ if(direction === "right"){ showRef.current.style.transform = "translate(-18rem)"; }else{ s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614850", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How can I plot a stacked graph in Python? Group_1= {60: 2, 65: 2} Group_2= {5: 2, 10: 2} Group_3= {7: 2, 64: 2} Group_4= {14: 2} These are the 4 different dictionaries, and my aim is to plot a stacked graph on which * *x-axis = Group Numbers *y-axis = values of the dictionaries only. I do not want keys in the g...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614852", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Promise.all with redux toolkit I have the code that present button to submit upload image and upload profile. This to function that use seperate api and when I use the promise.all to wait for both api set status 200 then click submit, but not working. The image upload still fetch api even the upload profile f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614853", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to assign a Series to a DataFrame and use the Series' name as column name? Given a Series s like this: 0 6 1 0 2 0 3 8 4 8 5 10 6 10 7 9 Name: my_series, dtype: int64 and given a df, would it be possible to assign the series to the df without having to specify a column n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614858", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How gb whatsapp interact with original whatsapp? I want to know how gb whatsapp interact with real whatsapp in case of sending photos, videos and messages because as i know original whatsapp never say that use gb whatsapp because it concerns some privacy issues. I want to know how gb whatsapp interact with real what...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614861", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: What procedural extension do SQLite and SolidDB Use? https://en.wikipedia.org/wiki/SQL#Procedural_extensions this link mentions that ms SQL servers uses T-SQL, Oracle uses PL/SQL, PostgreSQL uses PL/pgSQL so My Question is: What procedural extension does SQLite and SolidDB Use? I haven't found any info online.
{ "language": "en", "url": "https://stackoverflow.com/questions/75614866", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Excel: Count not empty cells ignoring duplicates with same id I have a table with an "id" column and a "data" column. I want to count all not empty cells (or "X") in the data column, but each "x" must be counted only once within the same id block. The ids are always ordered in blocks (so no 1,2,1 but always 1,1,2,2...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614868", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Related posts by same author is causing author name to repeat at the top of the posts I'm using the following code to display a couple of posts by the same author at the bottom of the post content. It works to do what I need, however at the top of each posts there is a random string where the author name is repeated...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614869", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: .net core the target process exited without triggering an event initiated by CoreCLR I am using .net core 2.2 and when I run the project I get the following error: The target process exited without triggering an event fired by CoreCLR. Make sure the target process is configured to use .NET Core. This is to be expect...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614871", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to make notification that will help to notify a person while developing a website How to make notification that will help to notify someone on email or sms while developing website I tried getting different codes but i could not find anything of use.
{ "language": "en", "url": "https://stackoverflow.com/questions/75614873", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-6" }
Q: Ruby and Rake Questions rake aborted! ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: users db/seeds.rb:1:in `<top (required)>' Caused by: SQLite3::SQLException: no such table: users db/seeds.rb:1:in `<top (required)>' Tasks: TOP => db:seed (See full trace by running task with --trace) i tried ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614875", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: obtain the ssl certificate of the client in Spring Restcontroller during request We are establishing a mutual TLS connection for our application using netty and Spring RestController for server. Post TLS handshake, when the RestController receives a https request(as part of the same TLS session), how can we obtain t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614876", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I can't connect my database.Add-Migration is not working .net C# enter image description here what should i do? Can u Help I checked my nuget files and all packeges is downloaded A: EF needs the class that inherits DbContext. As you picked Transport.Api in the "Проект по умолчанию" dropdown, EF tries to find it in ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614877", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to convert Mono> to Flux I use spring webflux. I want to save some objects into database with R2dbc mysql, this save function return Flux , so I got a Mono<Flux> finally but I want to a Flux public Mono<Flux<Brand>> refreshBrands() { return Flux.fromIterable(commonService.parseProduct())// retrieve produ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614880", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Azure Billing data in Grafana I need to integrate Azure billing with Grafana As per Integrate grafana and Azure billing we can use use the Azure Billing REST API to get data, then SimpleJson in your grafana. How to configure Azure billing API in SimpleJson? Directly in Grafana SimpleJson Datasource plugin ? or a cus...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614883", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: why i'm getting NPE when trying to access a field from a domain class if tables_idx column values are not in ascending order using hibernate? I have a grails application where I have a domain class Person that has a field called uniqId (and other fields, but no persons_idx specifically mentioned). However, in db I h...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614885", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Postgres 13.6 (Aurora) Number Range Partition, query does full partition scan create table myCube ( id numeric(19) not null primary key, created_on timestamp(3) with time zone default now() not null, ) create table myCubeStats ( id numeric(19) ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614886", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Missing Nuget Package Manager in Visual Studio 2022 When I right click on the project, nuget package manager does not appear. Im using vs2022 I can access tools>nuget package manager>package manager console and tools>nuget package manager>package manager settings but thats not what I want. A: It was fixed when I o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614887", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: java stream : get sum of field in nested list of objects From a List containing a List , how do i get the sum of a specific field in Tax class after filtering List based on a field in Item class? This is what I have done so far - public class Item { private long itemClass; private List<Tax> taxList; pub...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614888", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: In login response throws 500 error but script is run successfully I have a script that performs login then some operations and logout. But when I run the script with 1 user. at that time login request failed and in response throws a 500(internal server error) error message. when I checked the other responses it pass...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614890", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Spring Boot Unsupported Media Type 415 Content type '' not supported for request with empty parameters I have following rest controller RestController.class: @AllArgsConstructor @RestController @RequestMapping(value = "/foo", produces = APPLICATION_JSON_VALUE) @Api(value = "restController ") class RestController { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614891", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: SQLSTATE[HY001] Unable to allocate sufficient memory in Larave 7.4 I try to connect MS SQL remote external database. But I got this error. I am stuck with this error, Do I miss something, how to fix this error? "message": "SQLSTATE[HY001] Unable to allocate sufficient memory (http://insharp.database.windows.net/:14...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614892", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: compare two datagridview by name column I have two datagridview and i want to compare them but there is a problem when changing the location of the headerColumn values it gives that there is an error and in fact there is no error there is a change in the location of the HeaderColum it compares in order the values bu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614893", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I delete an SSH key? I have accidentally generated a pair of SSH key and saved in in my local file. I will not use them for any function. Can I just delete the private key and public key file? Will that cause any problem to my computer? I have done a few research but no one telling me will it cause any problem t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614895", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Add custom headers or authentication to HTTP provider for traefik I'd like to use traefik V2's built-in HTTP provider to dynamically get routing configurations. However, traefik does not seem to have an option to provide authentication to those HTTP endpoints. This means that the HTTP endpoint needs to be public, wh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614896", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there an availability issue when using a ZRS Azure Storage Account as an AKS PVC using BlobFuse? I have manually created a blob storage account with ZRS. I have then created a PV and PVC in AKS referencing that blob storage account using blobfuse. However, I now have this error on the AKS cluster which I don't fu...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614897", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to replace current Core Data sqlite file with a new one? This is how I setup my Core Data container and trying to replace empty one with a new one not empty: init() { container = NSPersistentContainer(name: "MyApp") let options = NSPersistentStoreDescription() options.setOption(true as NS...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614898", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Extract rows from word tables into one table in the same Word document when a certain criterion is met I have several tables (all the same 4 columns) in one Word file, where I would like to extract rows that meet a certain criterion - A "No" (selected via a dropdown list, which isn't necessary if it complicates thin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614899", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Unable to extend interface `ProcessEnv` in basic app setup I have a basic setup for Nodejs with Typescript. I'm trying to extend the ProcessEnv interface to get type support for variables, but nothing is showing up. The structure is as simple as it gets, / ├── src | └ index.ts ├── node.augmentations.ts ├── package...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614900", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to change the checkbox values what is there inside a map function in react I need to update the checkbox values which is been rendered from an API, Ex:- data?.map((option) => { return ( <Checkbox checked = {option?.suppressed == true ? false : true} onChange={(e) => handleChange({ value:e.t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614901", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I call a Stored Procedure in a FROM clause - MYSQL, If not what are the options? I've got a Stored Procedure that I need to call into a select statement to add additional filtering. I've tried creating a temp table and inserting the data into there, but I've not been able to get it working. CREATE temporary tabl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614903", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: using LXMERT model for cross-modality task Hi I am new in Computer Vision and I am testing my dataset of images and texts pair with LXMERT. However, I am having some troubles on getting the score for the classification of text-imgage- I really do not understand what I am doing wrong... from tqdm.notebook import tqdm...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614904", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ERROR TypeError: Cannot read properties of null (reading 'value') I'm developing one project in which I'm using Angular and JSON server, and I'm getting this error ERROR TypeError: Cannot read properties of null (reading 'value'). In the below I've mentioned the code that I've used while developing my project and th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614908", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get each stream data of pdf file? I'm working on a pdf decrypt task. The pdf provider/vendor encrypts each stream data by their own method. And they provide decrypt function as well. I verified that the decrypt function works correctly on one stream data. But the pdf file could have many streams, so I need to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614910", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to import font awesome icons in React project Having installed in package.json the following dependencies: "dependencies": { "@fortawesome/fontawesome-svg-core": "~6.1.1", "@fortawesome/free-regular-svg-icons": "~6.1.1", "@fortawesome/free-solid-svg-icons": "~6.1.1", "@fortawesome/pro-duotone-s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614911", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How To Let User Add custom map annotations with description and pictures I have created a MapView in Xcode. Furthermore, there is a button to get a user's location. I wanted to ask what is the code to let the user add their own PUBLIC annotations to the map. In these annotations, I want them to add a short descripti...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614912", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Distance 0 value in ggplot histogram To visualise my sampling data i have to make histograms to see if the frequency of observations decreases when the distance becomes larger. During the sampling period i visualised by data in my excel sheets utilising the histogram function and this resulted in this: . Now i have ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614914", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CSS Grid crops image. If image is forced to be correct size it doesnt use dense anymore I am trying to make a dynamic picture gallery with CSS Grid. Sadly my pictures are eighter cropped to be the same width or are anywhere on the site (stacked on top of each other, spaced apart weirdly, etc.) I already tried two di...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614916", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: systemd : How to disable/suppress system reboots on failed services globally without editing .service files? Systemd allows services in .service files reboot the system after some conditions. How to suppress system reboots on failed services GLOBALLY without editing .service files?
{ "language": "en", "url": "https://stackoverflow.com/questions/75614923", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Can I change the impersonated user id once the app is on production? I passed the go-live process with the help of a user of the production account who logged in to select the menctioned production account. Do I need to impersonate him from now on when sending envelopes? If he creates me a user in the production acc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614928", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Visible differences between Material UI and Material 2 Design? There is a 79$ Figma version of MUI components sold through https://mui.com/store/#design (a free demo version seems to be available). And there is a free version of Material 2 Design Components available through https://www.figma.com/community/file/7787...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614931", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Linkedin - "Not enough permissions to access: GET-search /companySearch" error I want to get the recent posts of some company's using Linkedin developer APIs ? but even though i have the access token with the respective scopes it still throws "Not enough permissions to access: GET-search /companySearch" error And a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614932", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Using $HOME in Common Lisp paths? Executable fails My main dev environment is a Mac M1. I sometimes also develop on an Intel mac and then deploy to a linux server. All of which have different home paths. Ideally, id like to have a dynamic path. This is the hardcoded M1 path: (defvar *document* "/Users/vinceM1/quickl...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614933", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: how to use eval() to define variables When I run the following code I get the error: "Uncaught ReferenceError: testVariable is not defined" eval("var testVariable = 0"); console.log(testVariable); However, when I run this in for example CodeSnippets it works perfectly fine. Hence I am very confused. My index.html s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614937", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: 100 Export Print image threshold Mapbox studio I am trying to figure out how much it would be if I exceed the 100 free export images from mapbox studio. There is not replies from mapbox, i have sent several emails. but i will need to pay 50 only to be subscribed. So if any one of you knows how much should I pay for ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614940", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: I want to make password field in my model by the inheriting AbstractBaseUser, but it shows me the error about non-nullable iid field It is impossible to add a non-nullable field 'id' to client without specifying a default. This is because the database needs something to populate existing rows. Please select a fix: ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614941", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Sending a internal delete request keeps on loading i am very new to Node.js and I am working on a API which call a internal service to delete all entries in a MongoDB database, when I call this service, even though it deletes the entries but the the page is not redirected to the /dashboard as mentioned below. This i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614944", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: LateInitialization error: Field 'city' not initialized. Getting a white screen after user reopens the app after logging in using SharedPreferences I have built a Weather App that fetches data using OpenWeather API. I have also used SharedPreferences to remember the user next time he opens the app. But, on reopening ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614950", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: when i change the x axis in mathplotlib the graph make no sense src["media"] = media src["longa"] = longa src["curta"] = curta src["Close"] = close plot.plot(0,label="Media",color="gray") plot.plot(curta,label="Curta",color="green",linewidth=1) plot.plot(longa,label="Longa", color="red", linewidth=1) trendColor...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614952", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Extracting table within a for loop I'm attempting to run a for loop and within this loop I'm attempting to extract a table, within every iteration of the loop itself. Currently I am able to write to a table, which if I step through the code allows me to manually go and save the created table, before running through ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614954", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: STM32U5 Alarm IT not clearing I have a problem with clearing the RTC alarm IT. I am using STM32U585 MCU and RTC alarms that are set to specific time. Date is masked, only time is used. Here is the code to set up the alarm: sAlarm.Alarm = RTC_ALARM_A; sAlarm.AlarmDateWeekDay = RTC_WEEKDAY_MONDAY; sAlarm.A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614955", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to create Nested Dragaable List in Flutter? I need to create a Nested List UI & pass on the list data to API. You can checkout this Javascript Library for Reference How can I achieve the same behaviour in Flutter. I have tried customizing ReorderableListView & Dragabble but cannot achieve the Drag Behaviour for ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614956", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Angular: how to create a responsive dynamic menu with multiple pages reutilizing the same overlay? I am working on an Angular application and need to create a responsive menu, like the one of https://m3.material.io/. Basically, it's an overlay containing some entries, and when you click on the ones with a left or r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614960", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: how to place title of the image on bottom of the image am fetching article from CMS, it contains images, therefore am making slideshow when photo is clicked using fancyapps-ui/fancybox in React.js. images also contain title, so when photo is hovered, I can see description like this my mission: I when clicked, image...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614964", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Gstreamer Pipeline Issues My current gstreamer (1.18.4) pipeline that "works" is this appsrc format=time is-live=true do-timestamp=true name=src ! application/x-rtp ! rtph264depay ! h264parse ! splitmuxsink max-size-time=300000000000 muxer=mp4mux muxer-factory=mp4mux muxer-properties="properties,streamable=true,res...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614968", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Are there any R packages that can reproduce this bayesian vector autoregression (VAR) Sims paper? I am wondering if there is an R package that can be used to replicate the following paper, or if anyne has replicated it using any of the many excellent bayesian and VAR packages available: Brunnermeier, Markus, Darius ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614972", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Notifications for logged in and logged out users There are 2 types of notifications that I want to send - * *Notification for a logged in user *Notification for a user who is not logged in, aka, promotional notification Here is how I am thinking to implement this - * *Notification for a logged in user * *Wh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614974", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spark Pyspark how to add external data to a DataFrame x based on the content that the is available in the columns? We have a file with references which should be resolved in data linked to those references. Each reference can be in a different file (which can be determined based on the reference). The data set looks...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614975", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Lineage not working for all the tables in Azure Purview with snowflake We are facing an issue that for some tables Lineage is working fine but Lineage is not working for some tables, what could be he reason be the reason, we are using snowflake as a source. The Tables we are using are It gives us : Lineage for this ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614977", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Retreive the Quantity used to define a Unit in Java Unit of Measurement API (JSR 385) I'm using JSR-385 with the RI (Indriya). I have a Quantity q1 and defined as such: QuantityFormat qf = ServiceProvider.current().getFormatService().getQuantityFormat(); Quantity q1 = qf.parse("10 J"); // Here strings are constants ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614978", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Enforce cmake fatal error when using unset variable How to enforce cmake fatal error when using unset variable? Like set -u in shell, or the same shopt -s unset.
{ "language": "en", "url": "https://stackoverflow.com/questions/75614979", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the BDD feature file format for importing into TestRail? I'm unable to import existing BDD feature files from my Automation Framework into TestRail. I'm using the 'Import .feature files into TestRail' feature but the file imports without any testcases, neither can I edit the test case to add them manually. U...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614980", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to display a twitch stream on a website? I am making a website where i want to show a twitch stream on from my own twitch. I am not streaming right now, but i will later once everything is setup. I am trying to get another stream on my website just to se if it work but it doesnt look good. I have tried the embed...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614981", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the difference between learning C and Learning Python? I am a Student aspiring to become a programmer. I have started my programming journey through C but now i have to learn Python. I am confused to what language i should use, study for my Programming Career. I have this feeling that if i learn too many pr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614985", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-6" }
Q: can't find @mesh folder anywhere but the project still run? i backtraced every single file i could ,and when i use tsc on it Cant find it even with tsc I closed and reopened and suddenly the files were found ? Just found , but tsc cant see it yet tsc still cant find so what exactly is going onProject run without fin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614986", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: FireBase FireStore onsnapshot fetches new data in addition to the old one into my browser I am trying to use Firebase FireStore onsnapshot to get real-time updates, but it keeps displaying and outputting both previous and new data for me unless i refresh i.e the new data is displayed alongside the old fetched data u...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614989", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React infinite scrolling fails I'm trying to be able to infinite scroll in a React project to load the full content of my data and change pages on scolling down, but when i reach the end of the scrollbar my page refreshs and reload from result 1... I created a state to push my data inside and be able to infinite map...
{ "language": "en", "url": "https://stackoverflow.com/questions/75614991", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: display Loader while api is fetching data using react-router-dom, defer, useLoaderData Loader loads for a fraction of a second only, in case there is a delay in API response, I have attached a screen recording for your reference. Is there any way I can display the loader from the moment the API is called inside of R...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615002", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Typescript ignore enum keys I have the following code that the server generates: export type StatusEnum = (typeof StatusEnum)[keyof typeof StatusEnum]; export const StatusEnum = { UNKNOWN: 0, A: 1, B: 2, C: 3 } as const; I want to create a map from StatusEnum key to a value: const statusToLabel: Record< ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615003", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to set spacing between two SwiftUI List sections to a specific value? I want to set the spacing between two sections to a specific value. Here is my code: List { Section() { Text("text 1") Text("text 2") } Section() { Text("text 3") Text("text 4") } } I tried ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615008", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Error loading PartitionExpressionProxy while starting up hive standalone metastore 3.0.0 I am trying to run HMS (standalone v3.0.0) in kubernetes while connecting to postgresql (with ssl enabled). I am successful in using schematool -dbType postgres -initSchema to build the tables required in postgres. however, ./st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615011", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: In NodeJS debugging what is a [sm] file? When debugging a nodejs application I've often seen that, after stepping into a dependency, on the tab it says something like [sm] on the file name. e.g. device.js? [sm] What does [sm] indicate?
{ "language": "en", "url": "https://stackoverflow.com/questions/75615015", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I force make to re-execute commands? I found out that Make doesn't run commands twice because it prunes files. E.g. I have a Makefile: .PHONY: double_pause double_pause: pause pause .PHONY: pause pause: bash entrypoint.sh pause and entrypoint.sh #!/usr/bin/env bash set -e +x _pause() { echo "Wai...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615019", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Conversion for Node.js from the package precise-date by google-cloud I am testing the Node.js packeage 'precise-date' from 'google-cloud' google-cloud/precise-date Are the values 1979-01-01T00:00:00 and 1979-01-01T00:00:00.00000000Z the same values? function testing2() { console.clear(); const mim1 = PreciseDat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615022", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: DEEP ISOLATION FOREST on VIDEOS I'm working on a video quality assessement project and I'm trying to use the Deep Isolation Forest (DIF) algorithm to detect anomalies in videos so i can assess the video quality . Deep isolation forest basically takes tabular , graph and time series data .since i can't use directly r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615025", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How do I connect seneca tomongodb on the cloud? Looking at the documentation provided by Seneca, what was discussed was connecting seneca to mongo-store I'm trying to connect my seneca based application to my mongodb on the cloud
{ "language": "en", "url": "https://stackoverflow.com/questions/75615029", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Json String Mapping containing a field having big decimal field There is a scenario in which we are trying to convert a JSON string to a map, but during the conversion, values having big decimal value is truncated and converted to double. We need the actual big decimal value instead Example { "amount":600.014545...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615034", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to make a widescreen background for vertical video with JS/CSS? I have different videos on my website. Videos play in horizontal frame, but some of them are vertical. I want to make vertical videos more beautiful like on the pictures bellow. I want to do it without converting video example of processed video W...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615036", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to test In app update in xamarin forms without updating app to play store/Appstore (used Xam.Plugin.LatestVersion to show alert for app update) I am using Xam.Plugin.LatestVersion to check whether a update of app is available. I have added the bleow code App.xaml.cs if (!VersionTracking.IsFirstLaunchEver) ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615037", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Firestore cannot be activated for this product I'm simply trying to create a new Firestore bucket. I've done this before, but now I'm getting a very unspecific error (for 2 days now). Unfortunately the image is in German. It translates to "Firestore cannot be activated for this project. An unknown error has occurred...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615038", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Recursive Function Not Outputting the Computation I've got to write a function that goes through sub-lists in a list and takes the first element in each one. I think I've got the solution right but I just don't get why it triggers my base case without outputting the elements first. (define (sn-users graph) (cond [...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615039", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to run VBA automatically in Excel file on SharePoint apologies, I'm a newbie and somewhat an Excel novice. I have a .xlsm file that works on my computer with some code adapted from another site that enables multiple selection from drop down lists. I wish to share this on the team SharePoint for others to contrib...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615040", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I tell Mapstruct to inject a Bean on the generated class? I am writing a mapper with basic dto -> entity and vice versa. For a specific field, response , I need to invoke Gson's toJson() and fromJson() methods. By using an expression I was able to generate the needed code in the impl class. However I can't fi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615043", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vite and build react-router-dom In local development, everything works fine, there are no errors during assembly either (typescript). But when you open static index.html files from the dist folder, you get the react-router - Unexpected Application Error! 404 Not Foundenter image description here tried to collect wit...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615044", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Flutter release is different from the debug version Widget doesn't work properly in the release version of Flutter, In the debug mode: the widget works properly as I desired. In release mode: the widget of the card is a bit messy when launching the app for the first time, it only works when I navigate other tab and ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615046", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What's the best way to extract text based on an image near it, where the image is the only way to identify the text, in a pdf in PYTHON? Sample Question I am seeking to extract questions and answers from a pdf file (above) but the actual answer doesnt have textual placeholders but an anchor holding image showing io...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615047", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Convert Array of string to a number (int or float) I have this array Array ( [0] => Mytestarray [1] => 10 [2] => 2 [3] => 26 [4] => 2 [5] => 1.875.12,00 [6] => 2,56 [7] => Finisharray ) I want the value of position 0,3,6. Now the value from 3 i want to convert to int and th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615051", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Using Vue 3
{ "language": "fr", "url": "https://stackoverflow.com/questions/75615052", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to solve Exception in thread Thread-5 error in Unreal Engine5.1? I am creating a RL model in UE5.1 with mindmaker Plugin. When I started the new project there was a cart pole model already created in the project, I deleted the cart and pole actors and created my own. One actor is an agent and another actor is a ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615055", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: how to get both json data and template response in fastapi? @router.post('/boards',status_code =status.HTTP_201_CREATED) async def create_user(request:Request,board_name:str = Form(. . .), db:Session= Depends(get_db)): types = boards. Boards(board_name = board_name) db. add(types) db. commit() db. re...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615056", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Restructuring json data to remove blank spaces from an Ag-grid table I have 4 fields in my json data and i am displaying it using Ag-grid. i need to dynamically restructure my data to remove the blank spaces in my Ag-grid table considering that there could be n number of rows to randomData.i am using reactjs in my c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75615057", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }