text
string
meta
dict
Q: Issue with saving Google API key restrictions I am currently having some troubles with saving Google API key restrictions. This is how I have configured in the Credentials Manager. Application restrictions * *Websites (*.azurestaticapps.net) API restrictions * *Geocoding API *Geolocation API *Maps JavaScript ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554443", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: 'wp core install' loading never ends I'm trying to build a wordpress project using wp-cli. I'm at the step of running: wp core install --url=<your-site-url> --title=<your-site-title> --admin_user=<admin-username> --admin_password=<admin-password> --admin_email=<admin-email> However, after hit enter, it runs but the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554445", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Get list of processes with a open window Basically I was searching for solution to list all running processes which have open windows, and one solution was frequently mentioned (in PowerShell): gps | where {$_.mainwindowtitle} and I thought, this command listed firstly all running processes and filtered based on cri...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554446", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Why do I get an error saying I included \ even though I didn't include \ in the query below? I'm trying SQL with some data. My Query is same as below. CREATE OR REPLACE TABLE `@bq_target_project.@bq_target_dataset.concept` AS SELECT concept_id, concept_name, domain_id, vocabulary_id, concept_class_id...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554448", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I work with different Laravel versions and with Laragon as server tool I own several tutorials with different Laravel versions that I would like to look at. However I get problems for example with npm run dev or php artisan serve... How can I work around these problems? Does only a container tool like docker...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554452", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to calculate mean values per values in other column in one PROC SQL query in SAS Enterprise Guide? I have query in PROC SQL with result as table in SAS Enterprise Guide like below: My query: proc sql; create table work.my_table as select ID , COUNTRY , VALUE from library1.table1 ;quit; Result of query in PROC...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554454", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: React native app not running but stops at welcome to Metro I am new to react native and i am trying to launch an application created with yarn start or npm start, but both of this command ends in the screen below, it gets there and does not launch. A: try this command : npx react-native start or npx react-native r...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554455", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Processing AWS Athena result with Python We are using Amazon Athena for some analytical processing. Athena produces CSV into S3 bucket, which we process with Python. This works until we use composite values as query result. It seems that Athena uses some SerDe format (I suspect it's SimpleLazySerDe, but it's hard to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554456", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python how to automatically set time and timezone in windows enabled I have this code to automatically set time and timezone in windows enabled. with first lines I am making sure that the code has admin privileges but the code runs and gives no error but the changes in registry are not applied. import ctypes if not ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554457", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SendKeys() NOT every time success to the input element through Selenium and C# Im using Selenium(v4.0.30319) with Chrome browser. Already try a few setting to make sure the result always success. Below is most success result. Any advice to make sure the success rate more. 99.99% :) HTML : <lw-text-input _nghost-qxr-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554459", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: in macmini M2, use ./gradlew assembleRelease in a nfs folder. get error Execution failed for task ':*:copyReleaseJniLibsProjectOnly'. A failure occurred while executing com.android.build.gradle.internal.tasks.LibraryJniLibsTask$LibraryJniLibsRunnable /Users/////proj.android/build/intermediates/library_jni/release/j...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554461", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: SCSS - Lighten/Darken do not compile? In my main file styles.scss I have declared a variable: $primary : #1e4f9c; $change : 15%; Then I import another SCSS file: @import "/project-assets/css/layout.scss"; In that file I create CSS variables: :root { --primary: #{$primary}; --primary-light: lighten(#{$pr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554463", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Does LinkedIn share button can work with ASP MVC URL's? I'm working on a blog in ASP MVC 5. Now I want to put a linkedin share button. I have the facebook and twitter share buttons already working. However the linkedin button simply doesn't work. The link opens a popup loading linkedin page and the it shows an error...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554471", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MFMailComposeViewController delegate method not working in iOS 16.0 or above device when device orientation is in portrait mode I present MFMailComposeViewController on top of another viewController and that viewController support both landscape and portrait orientation. Here is the way I tried if MFMailComposeViewC...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554473", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Packagist submit: the package name was not found in the composer.json I've recently developed a library to easy the process of logging information to a separate server that I'm hosting. The goal is to use the library in multiple of my projects but I can't find a way to submit it to packagist. When I try to submit my...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554475", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SSL CertVerification error in Jupyter noteboook I am getting SSL Cert Verification error while running python code in jupyter notebook. This is happening on in few systems but working fine in my system. Can anyone please help with this. I tried reinstalling jupyter notbook mulitple times and used different network b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554476", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: get variable outside for loop I create code like this: for (var b = 0; b < parseDataArr.length; b++) { for (var c = 0; c < parseDataArr[b].data_item.length; c++) { for (var d = 0; d < parseDataArr[b].data_item[c].data_receipt.length; d++) { var kartonReceipt = parseDataArr[b].data_item[c].dat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554479", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Maven dependencies (jars) not pulled: POM file in meta-inf folder I have a maven pom file with a dependency as below: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554482", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Set the exact Cookie Expire time for a Specific Role I am using the following piece of code in Startup.cs. Although the cookie expire time for the SpecificRole after log in is still more than 1 minute and probably still uses the 10,000 minute expiration. What I need is to set the exact amount of time for the cookie ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554483", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Cloudformation template from UI How to retrieve the cloudformation template from the UI when you are creating manually a resourse? e.g. I would like to create a ElastiCache template after pressing the 'Create Redis clusters' button with the related values I have already add into the UI fields Thanks, George I have n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554484", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Typescript Undefined and ? do not take effect in NestJS (like i haven't use them) In my nest project in which I use the default tsconfig.json which was generated when i initiated the project npm i -g @nestjs/cli // (version ^9.0.0) nest new project-name typescript does not take into account undefined and ?. For exa...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554487", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SAP Fiori automation via Blue Prism I am trying to automate customer creation in SAP Fiori via Blue Prism, Chrome Browser extension. The problem I have is that I insert text in the input text box and it seems not to be considered, even if visible. For example, when searching for a customer, I input the customer name...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554489", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Cypress e2e test Google Ads are not rendering in slots? Wondering if anyone else has come across this but I am running cypress e2e tests on our websites, and Google Ads are not appearing in the slots during the test? My config looks like this: chromeWebSecurity: false, video: false, fixturesFolder: 'src/cypress/...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554490", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need help understanding why form is disappearing I have a Windows forms app, .net framework 4.8 and built on VS 2022, that has two forms and runs on a dual monitor computer (latest Windows 10 + patches). The main form is maximized on the primary monitor and the secondary form maximized on the secondary monitor. When...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554491", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: fetch(url).then() in single js file how can i invoke fetch method inside single js file? I created file with content const fetch = require("fetch").fetchUrl fetch("https://jsonplaceholder.typicode.com/todos/1").then(res => res.json()).then(d => {console.log(d) }) then i invoke this node fetch.j...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554493", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Using ioredis node package in NodeJS application to store data in cache but unable to set TTL for key I'm sitting with an issue with my NodeJS application using the ioredis node package. I set a value in cache with a ttl, after it is set, I console log the ttl of the key using 'client.ttl(key)' and it returns the tt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554498", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: are bpf_probe_read's atomic? Are bpf_probe_read functions etc, atomic ? And do they inc ref counts of the data structure they're are reading, because if the operation is not atomic while the read is going through the kernel deallocates that data structure can it not cause a kernel panic (SEG FAULT). Did not find the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554504", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: quantmod , download bond index different than the prices in yahoo finance R I am trying to download different stock market indices and bond indices. I download the S&P 500® Bond Index price but the results are different than the website. tickers <- c("^GSPC" ,"^IXIC",'^DJI','SPXB') # S&P 500 (^GSPC) , DJI=dow jones...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554506", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to map all Gitlab specific project's related remote to local directory via Sourcetree/Fork? currently I use GitLab (not enterprise) in my company. Logging, I'm able to see under a specific remote directory all projects and related repos. Fine. But as far as I understood, when I have to checkout a repo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554507", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is there a python code that allows me to get data (csv format) from a dashboard in google data studio (looker studio)? Convert a dashboard in data studio created to csv format with python I have tried using looker api and looker_sdk in VScode
{ "language": "en", "url": "https://stackoverflow.com/questions/75554508", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-5" }
Q: Showing compressed zip folder is invalid Here i'm using of type want to download the format file, while downloading csv file I'm not facing any issue ,but in zip i'm facing an isssue like this. Please help me Thanks in advance export const DownloadJsonReport = (data: BlobPart, type: string, fileName: string) => { ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554510", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Change request type "Options" to "POST" backend doesn't handle "Options" request type, so I should change it to "POST", but I can't find anything related this on docs or other sources I searched any method for change method in api but there isn't A: the problem was in backend, it was related CORS
{ "language": "en", "url": "https://stackoverflow.com/questions/75554513", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I AM TRING to compare plan_id is match with plan_base if plane_id match with base_plan then check count match or not if it is not match then sub this File "C:\Users\hp\PycharmProjects\pythonProject4\plan.py", line 74, in ,np.where(df1['LEVEL']==2,np.where(df1['PLAN_ID'].isin(df1['PLAN_BASE']),0),0),0),0) File "<arr...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554514", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: How to organize the rotation of IP addresses on Rust Help me please. How to organize the rotation of IP addresses on Rust. Maybe you know a crate that can help. Or do you know an article about it. I need to make 10 parallel requests to the site from different IPs (at the same time). I tried to find some information ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554515", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Adding headers to a REST-API request before leaving the server Within our company we are making use by Qlik. To authenticate within Qlik I need to provide with AD username and password. This works fine for getting acces from your own machine. Now we want to show a certain dashboard on our narrowcasting so that the w...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554517", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I want to convert input object data to this below output in JavaScript es6 by add some null values logic is when first batch this is my input data `let Input = { labels: [10, 20, 20, 10, 10, 10, 2, 2, 12, 12, 12, 4, 4, 8, 89], datasets: [ { label: "One", data: [5, 4, 3, 2, 1]...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554518", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: 'No such module XCTest' while trying to create a unit test class and importing 'XCTest' I'm just starting with learning Unit testing. I didn't check the 'Include tests' check box while creating the project. When I tried to create a Unit Test Case class by myself, I received a warning in the line where XCTest is impo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554520", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: postgres query not working with time format "2005-06-10 23:00:00 +0000 UTC" Schema of my postgres table column type id int name string created timestamp without timezone Now i am trying to fetch records which were created after a certain time. In my query if I write condition as below , it works flaw...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554521", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Flutter shorten a string I have a string showing the date and time, but I only want to see the hour and minute. how do i do this with flutter.Sorry if there are other questions that I missed. String? time = "2023-02-21 14:50:40"; Result: String? time = "14:50"; I tried to try with regex but failed A: I think the ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554522", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Preserving caret position when switching from markdown to editor in vanilla JS I am basically trying to replicate the functionality of Roam Research. The setup is: * *Some text in markdown format. For example: const markdownText = "Use **asterisks** for bold text. Use _underscores_ for italics text."; * *A con...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554527", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "3" }
Q: Background callbacks Dash I have a problem with the using of background callbacks. the project is to read data from and store it into SQLite that is the background callback the second callback it to read from db and plot it in real time. I am trying the background because of the use of dcc.Interval will not allow th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554528", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Read text from os.Popen that opens new command prompt I am using os.Popen to open a new command prompt window and run a process. How can I read the text within that command prompt. Please help. import os def OpenServers(): os.chdir(coreServerFullPath) process=os.popen("start cmd /K CoreServer.exe -c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554533", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Is there any smarter way to constrain the max size of continuous tasks with ortools cp-sat In pharceutical industry, the changeover/cleaning events are typically very long and may even need different level of operator resource. As a result, they need to modelled carefully when we schedule the tasks and events. This ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554536", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to specify "global" frame condition in Alloy6? I am trying to model temporal process using for reference Formal Software Design with Alloy 6 - Protocol design chapter. I would like to know how to make frame conditions in predicates less verbose. Toy example: Let's say that I have concept of Employee who can be l...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554537", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to prevent link value (aka. link equity, link juice ) given to a link? I want to limit the flow of link juice to a few links. I have heard that using a form instead of a link prevents link equity from spreading. For example, like this: <form method="POST" action="url..."> and then redirect to the same URL using ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554540", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: iReport pie chart hide month with 0 value Can someone help me on how to hide the 0 value in piechart in ireport? As u can see, only Nov and Dec have data, however other months dont have. I'm using ireport 5.6
{ "language": "en", "url": "https://stackoverflow.com/questions/75554542", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Office js manifest How add requirment sets for multiple Applications We have a office js TaskPane manifest to be used with both Word and PowerPoint excerpt from manifest is <?xml version='1.0' encoding='UTF-8'?> <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554543", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to stop change in single branch triggering multiple pipelines in azure pipelines I want to map different branches with different azure pipelines in 1-1 fashion. But a change in single branch is triggering multiple pipelines. How to prevent this? How to configure single pipeline with single branch and its applica...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554545", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can I have a child element not use the parent's spacing? Let's say I have a Composable that opens a popup on click: @Composable fun DatePicker(modifier: Modifier) { var show by remember { mutableStateOf(false) } Button({ show = true }, modifier) { Text("Pick date") } if (show) { Dialog(...) // containing d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554546", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: NFC getNdefMessage returns null after tag writing on Android 13 I'm trying to write an app that writes a message/command to NFC tag and read NdefMessage back without disconnecting the field. It works perfectly on all phones and Android OS version I have tried, except it doesn't work on any of the Android 13 phones, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554547", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: JQuery submit a file using AJAX where the file is not in a Form I am creating a modal that can be used in multiple places in my application to upload files, as a result I am not using a <form> because this may be used within an existing form that I don't want to submit. Please Note: this <input type=file> is not in ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554552", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Show SVG on left side of div on Hover? How to "Show SVG on left side of div on Hover" using css something like this Image To see I did <div class="text" id="text_swlu3or4flh" contenteditable="true">This is some text</div> A: This could be one solution: #text_swlu3or4flh { display:flex; align-items:center; ga...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554554", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to use learning curves and cross-validation? My aim is to prove whether there is overfitting or underfitting. However, when I calculate the learning curves (graphically depict how a process is improved), the standard deviation of the cross-validation score is enormous. My observation here is that after I change ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554558", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to host a springboot microservices application with React JS frontend on AWS I have two springboot microservices, one to start the appication and other is a recommendation engine. Front end is written using React Js, while hosting my application should I merge my react build folder inside the springboot applicat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554559", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Compare click position with character positions in a huge image So I am creating this project , In which you have tag the character . Now currently I am storing their position as pixel but if user resize their window , their location get changed. I have a rough idea to store the position as % but I am not sure how o...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554561", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Speech input by Microsoft Bot Framework Composer I created a node bot with microsoft bot framework composer. It is a simple echo bot. And I published that also. However, when I tried in emulator it has the input voice function. But, when I tried web chat there is no voice input option. FIY: I have connected the bot ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554564", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Authorisation Bearer token in Chrome driver --headless --print-to-pdf I have one question. I need to print page from html to PDF, I want use chrome webdriver, but that page requires authorisation. So, how can I put Bearer token in request. I have valid token but i need to put that in request.
{ "language": "en", "url": "https://stackoverflow.com/questions/75554565", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to enable ANSI/VT100 escape codes in the Visual Studio Build/Output log window? I have a couple of tools which are running during the build process inside of Visual Studio 2022. These tools check the project for inconsistencies inside language packs, image resources, etc. In order for the tools to "st...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554566", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VBA - Two Events Trigger At The Same Time I am working on an Excel sheet that has comboboxes. The combobox has an event that triggers when focus is lost. If the text of the combobox does not match any values on the list, then the focus returns to the combobox. The problem lies when they press the x button. Assuming ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554568", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Private shared qml module I would like to create an internal shared QML module. I have one main application and testing one. I want to share some files from main to testing (c++ and qml). So I created an internal library/module to do so. ├── CMakeLists.txt ├── unit-test │ ├── CMakeLists.txt │ ├── main.cpp │ ├─...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554569", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: React call api open-meteo i do a call to open-meteo api ,with react component : //this is the custome hook: import axios from 'axios'; import { useState , useEffect } from 'react' export const UseFetch = (url) => { const [data, setData] = useState({}); const [error, setError] = useState(""); const [loading, setLoadi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554570", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Edit UITextField in UIKit so that the text can be edited via buttons I am currently developing a Notes app where I have a UITextField. When you select texts there is a popup where you can Format the text (see Screenshot). I want to have that functionality via buttons. So I have a UITextfield where the user is typing...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554571", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: aws command not found in jenkins pipeline mac m1 I try to Run job jenkins pipeline ( Docker image push to AWS ECR ) by use aws command in jenkins but output tell me "aws: not found" ... I install plugin CloudBees AWS Credentials Plugin and other plugin in AWS but it's not work. stage('Push Image Into AWS ECR') {...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554574", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Pytest mock different behaviour to same function on loop I'm having troubles on mocking the return value on looped lists. Imagine I have a function that paints the cars like this: def do_operate(car_list: list): flawless_car_list = list() for car in car_list: if paint_the_car(car): flawle...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554575", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why Azure Front Door in front of AAPIM? I hope someone could provide an explanation and specific scenarios about why someone should put Azure Front Door in front of Azure API Management. A: Well, for one Azure Front Door includes Web Application Firewall so from a security perspective it makes sense. It also offers...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554579", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can we use the same Machine Learning model for two categories of product of the same company? Can we use the same prediction model for two categories of products for example Beauty and Healthcare of the same company? Also, can we use the same prediction model for the Healthcare products of two different companies? ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554580", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to use Websocket data from one connection in multiple screens of a Flutter application? I'm building a Flutter application that receives real-time data from a server via a Websocket connection. The data received from the server is relevant to all screens of the application. I want to use this data in all screens...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554581", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: SQL SELECT DATETIME CLOSEST TO @to OR USE @to Assuming I have a table with Id, Value, TimeStamp. (timestamp is datetime, but i'm writing it in seudo-time, so both americans and others understand it ;-) ) ID Value TimeStamp 101 10 '1-feb-2020' 101 20 '28-feb-2020' 202 5 '15-feb-2020' 202 15 '20-feb-2020...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554582", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: OpenSSL - Exporting certificate in .p12 format requires export password never accepted when installing certificate on iOS and Android I need to export a certificate.crt for mobile devices (Android/iOS). The cert's vendor suggests to create a .p12 certificate using OpenSSL, but it's impossible to install it due of a ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554585", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Automated Outllook Folder and Rules Generation I work in a customer-facing support job, and I see a lot of my colleagues using outlook to track support cases. They'll manually generate a new folder for each case number, and then manually generate a rule for each of those folders, moving emails from customers automat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554590", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Should you use the primary storage of Azure Synapse as your data lake? Azure Synapse Analytics requires an ADLSGEN2 account to create a workspace. The documentation says the following about the purpose of this storage: Your Azure Synapse workspace will use this storage account as the "primary" storage account and t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554592", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can I use cv2.minAreaRect to obtain the largest contour, even if the image has broken regions? This is the original image. I want to use cv2.minAreaRect to obtain the maximum contour, as shown in the following image. Attempt 1 - Fail cnt, hierarchy = cv2.findContours(im_bw, cv2.RETR_EXTERNAL, cv2.CHAIN_APPRO...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554594", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Search for keywords in PDF independent of upper and lower case I want to search for keywords in multiple PDF Documents. How could I achieve it, that upper and lower case is not considered, so for example if there is written 'lineare Gleichungssysteme' instead of 'Lineare Gleichungssysteme' it is also counted as a ma...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554595", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to insert a picture in a circle using opencv? I need to fill the white part of the circle of the first image with the second image I have attached, how can I do this in opencv? enter image description here A: Here is one way in Python/OpenCV. * *Read each image *Convert the circle image to grayscale *Thres...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554603", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: Remove Markdown links but keep link text and square brackets for normal citation using Lua filter I’d like to remove all markdown links but keep the link text and square bracket using Lua filter. For example, the original content is like: [@a-local-file, page 15](x-devonthink-item://742BD8FE-B962-422F-98C1-B1K4DQA5A...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554604", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Python Lambda Function Response Structure For App Sync Resolver I am trying to get a very simple example working in App Sync in which I will return a hardcoded list and an ID from a query, but I cannot work out what the response from my python lambda should look like. Whatever I try, I end up with null values when I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554605", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: simple click once folder name,update routine and drag n drop? have a console aplication and want to use a simple installation process if there is an update it can easily installed. So i came to click once. But with this i have some trouble. First of all is there a way how i can set the foldername for the application...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554608", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to run a Python script in an unreal engine game I want to create a game that will teach the basics of a programming language in Python/C++. While the game is running, the player will randomly encounter areas where they need to complete a coding exercise in order to proceed to the next stage. The game needs to co...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554620", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: Kubernetes rolling update before memory limit to avoid kill I have services that has a "controllable" memory leak (a dict that fills up and is not really deleteable). I'd like to make a system where at some point (before Kube's TERM for memory usage), the service sends a signal to Kube to do a rolling update to up a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554623", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: error: invalid operands to binary & (have 'uint8_t *' {aka 'unsigned char *'} and 'int') i am using c language to display chinese char, i get array from http://dotmatrixtool.com/, but I don't know how to use array to print dot to from word. enter image description here
{ "language": "en", "url": "https://stackoverflow.com/questions/75554626", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Laravel custom middleware for 2 databases I don’t know how to create middleware for two databases tokens. (First of all my english is not very well and I am beginner in laravel) I created a Laravel project that has two Eloquent Authenticatables that separate the database. I successfully saved tokens to personal acce...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554631", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Why cannot my customized non-CSL citation styles style footnotes for some RefWorks reference types? I adapted "Bluebook (notes & bibliography)" to be my own citation style, adaption done on RefWorks official website but some reference types, especially "Law/Statute" do not work. Customer Support offered no help afte...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554636", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: not a valid type keyword in variable declaration Below code throws the error -> symbol_name' is not a valid type keyword in variable declaration //@version=4 // Input Variables watchlist = input(title="Watchlist", type=input.string, defval="NASDAQ:AAPL,NASDAQ:MSFT,NYSE:KO") // Enter your desired watchlist symbols se...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554637", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-4" }
Q: How to use thread to prevent PyQt5 GUI freezing whild the function is running and update progress bar import openai import sys from PyQt5.QtCore import \* from PyQt5.QtGui import \* from PyQt5.QtWidgets import \* from PyQt5.QtWidgets import QApplication, QVBoxLayout, QWidget,QLabel,QLineEdit,QComboBox,QPushButton,...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554640", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: CrashLoopBackOff error while deploying postgresql to gke I am trying to deploy PostgreSQL to GKE and here is my PersistentVolumeClaim definition: apiVersion: v1 kind: PersistentVolumeClaim metadata: name: postgres-pvc namespace: db labels: app: imgress-db spec: accessModes: - ReadWriteOnce resource...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554647", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Error while passing Variable from View to Form in Django I try to send a variable form View to Form in Django. I find a solution and it's working but the problem is that I have to call the fonction form = DonneeForm(variable=variable) but it seems to just send me the entire HTML code. So I would like to find a way f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554648", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Dependency Injection/Inversion I am trying to learn about dependency injection, inversion and testability, but I'm having a hard time wrapping my head around it. Let's say I have a class like this: import {audioManager} from '../../managers/AudioManager'; export class AboutPage{ private void onButtonPressed() {...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554649", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Importing and naming a declaration file in TypeScript I've written an NPM package using TypeScript and I noticed that about 30% of the code written in the file is interfaces, type aliases and other TypeScript stuff. So I thought maybe I can create a declaration file, a .d.ts file, and I can put everything related to...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554659", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-2" }
Q: How to check for occurrence of same item in a tree I'm attempting to create a visual sitemap of a website containing dynamic content. The sitemap displays every page starting from the home page, and grows in size as arrows are pointed to any page linked within every page. See this image as an idea of what I am seeki...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554660", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Vue-tsc shows an error badge but reports 0 errors After upgrading from NUXT 3 Release candidate to the latest and released version and making the changes I needed in order to get everything running smoothly, vue-tsc has started showing an error-badge just before reporting 0 errors. Do I actually have any errors, or ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554662", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Spring Boot WireMock 404 while execute jar I'm having a serious problem with Spring Boot and Wire Mock. When I run the Application through IntelliJ Idea and hit sample url (http://localhost:8088/mtn-mock-service/hello) then I am able to see response 'Hello!World' and Status code 200. but I run with java command 'jav...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554663", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Type guard for object property string not working Using TypeScript, I have a very strict array type and want to make sure that the elements I push in there how the desired properties and the correct type - both at compile time and in run time. However, I don't get the type guard working: const isStr = (value: unknow...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554664", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I'm trying to import a csv file on jupyter from my windows but it isn't working File "C:\Users\installer\AppData\Local\Temp\ipykernel_3512\4224178993.py", line 2 with open("C:\Users\installer\Downloads\KAwipOX8RpSMIqTl_PaU6w_47d4fbc49f90412180f9f19727e222cc_Mod-1-Code-Data-Files (1)\Mod 1 Code & Data Files\album...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554665", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VS Code remote development extensions not working across different clients I am using VS Code remote development to connect to a server hosted on Ubuntu. I have two different clients on my local machines: a Mac and a Windows laptop. I can use the basic functions of VS Code on both clients, but some extensions that I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554666", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to rename this "show sidebar" to "filters" In WordPress woodmart theme enter image description here This is the website url - https://theauradrop.com/ I have tried all the options on the dashboard but doesn't get the solution for this. A: The theme is not free and I cannot preview the files But I think you can ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554667", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: ProductList filter on react.js I would like to create a function that allows you to filter products by category. I already tried to make this creating a query on Java but it dosen't work, so i thought it can be easier to do on the frontend. This is my code at the moment: import React, { useState, useContext } from '...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554670", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: VBA determine linenumber in a textbox How can I get the linenumber of the selection in a TextBox? Normaly I use Selection.Information(wdFirstCharacterLineNumber), but in a TextBox I allways get -1. I can find out in which TextBox/Shape the cursor is: Dim shp As Shape For Each shp In ActiveDocument.Shapes If shp....
{ "language": "en", "url": "https://stackoverflow.com/questions/75554673", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: IndexError: index 1 is out of bounds for axis 1 with size 1 when using python lime I am trying to validate my ANN built on tabular data with XAI methods to improve transparency. But when I am using the lime method I am getting this error, and I am not able to debug it. Kindly help me as I am new in this field. I wan...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554674", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Creating a Block Display within a Syncfusion dropdown menu I am trying to create a Syncfusion Blazor component that shows the title of the dropdown (Client Name) and then underneath, within the dropdown item, shows how many projects and users are assigned to that specific client. I have methods to get the number of ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554675", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to fix linking error in C++ Visual Studio 2022? I tried to import the DirectX Library with a youtube tutorial but I had an LNK1120 error. So this is my copied code: #include <Windows.h> #pragma comment(lib, "d3d11.lib") #pragma comment(lib, "DirectXTK.lib") int APIENTRY wWinMain( _In_ HINSTANCE hInstance, ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75554682", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }