Tags,Excerpt "c#,microsoft-graph-api,webview2","Environment: C#, .NET8, MS Graph API, Webview2, Windows Forms I created an email with Graph, got its ""WebLink"" URL, now showing it embedded in WebView2. User edits the email and has changed ..." "reactjs,next.js,routes,browser-history,client-side-rendering","I'm building an eCommerce website using Next.js. Everything loads and navigates correctly when browsing categories or product pages using links. However, I'm running into an issue when using the ..." log4j2,"The docs contain the following warning, with the emphasizes taken from the official docs: Lookups in the children of the Route component are not evaluated at configuration time. The substitution is ..." "excel,vba","This code (changing units T -> Kg and price according to unit) runs very fast only when calculation is set to manual. But when another WB is opened, it runs slow like calculation is on automatic!? ..." "c#,audio,ffmpeg,pcm,webm","I have been trying to convert 16bit PCM (s16le) audio data to webm using ffmpeg in C#. But the process ends right after the writing the first buffer data to standard input. I has exited with the ..." "sockets,rabbitmq,connection,timeoutexception","I have created separate applications: one runs on the main server, and the other runs on a networked machine connected to the main server. The IP address of the main server is 192.168.0.15, and the IP ..." "python-3.x,user-interface,freesimplegui","FreeSimpleGui how to place a button on top of image with transparence hi ,it that possible to keep transparent image when it placed on image ? and also i need to keep some space beetween ""Chrome&..." "java,spring-boot,elasticsearch,opensearch","I have a java microservice that consumes messages from Kafka topic. After performing business logic, I am persisting the messages in aws open search.In the code flow, I process the incoming batch of ..." "c++,operating-system","I want to retrieve list of files recently accessed by user for windows and mac os. The list should return recent files across all apps and OS, not app or type specific. I am using cpp for native code." "java,spring,spring-boot,apache-kafka,spring-kafka","I'm currently working on a project using Java Spring Boot and Apache Kafka, where multiple microservices communicate via Kafka. Our goal is to handle 100,000 transactions per second (TPS) (or log ..." "python,css,django,django-staticfiles","I'm experiencing an issue with my Django application deployed on Railway where CSS changes are not being reflected on the live site, even after successful deployments and clearing browser caches. ..." "ios,swift,ocr,vision","I am creating iPAD app where user can write something using Apple Pencil. As PKCanvasView returns image of that handwritten text. Please find that image as below: Now I want to convert that ..." "android,flutter,android-studio,google-maps,mobile","I'm making a google maps application, and I have the markers set outside of the google map scafold, because I have multiple markers and they need to be combined in this manner, I also have custom ..." "windows,visual-studio-code,rendering,antialiasing,cleartype","I am accessing a Windows VM on a real Windows 10 machine via Horizon VMWare. Inside the VM most windows and other elements render nice and smooth (I guess) due to antialiasing. However VS Code (..." "dashboard,apache-superset","I want to know if onclick is available/possible for big number charts as it is available for table charts. For eg -> We have 2 tables Table 1-> Cols-> Subscription ID, Count(subs id)-> 5 ..." artificial-intelligence,I've developed an article on applying Graph Representation Learning to residential electricity consumption patterns. I'm particularly interested in how to capture temporal dependencies in a graph-... "php,laravel,laravel-passport","I encountered the following error while trying to install laravel/passport. I've already added extension=sodium to my php.ini file and attempted to install the package using the command: composer ..." "google-chrome,selenium-chromedriver,google-chrome-devtools","I'm frequently encountering CORS (Cross-Origin Resource Sharing) issues in Chrome when accessing various applications. The error typically looks like this: Access to fetch at 'https://rr1--=sn-..." "dos,disassembly,ida,16-bit","im disassembling the old 1989 Borland tool TDSTRIP.EXE that can extract Turbo Debugger information from executables and stumpled over this path-normalizing function this is the signature im using ..." "python,altair","I want to make a chart in altair with the following properties: It shows multiple time series I can select which time series are displayed by clicking on the legend If a series is unselected in the ..." "logging,qemu,kvm,libvirt,virsh","I'm running Cisco IOS-XRv-9000 sw on a qemu/kvm VM using Virsh on my linux Ubuntu system root@eve-ng62:/tmp# virsh list Id Name State ------------------------------------ 17 IOS-..." "c#,sdk,hardware,barcode-scanner,cardreader","I work with RFID tags, and I’m using a reader to scan the RFID cards. When I scan a tag with the reader, I get a 10-digit Card ID (e.g., 0002146552). However, the system I’m integrating with expects ..." postman,"With the latest update of Postman, in the Authorization tab if I choose ""Bearer Token"" as Auth Type, the token value is hidden. I can show it by clicking on the eye icon. Is it possible to ..." "firebase,firebase-studio","I created a small web app directly in Firebase Studio (via the App Hosting interface, not Firebase CLI or local deployment). The app is currently live at a *.hosted.app domain and is working fine, but ..." "c#,asp.net-core,authentication","Logging in directly from a blazor page apparently isn't allowed as I get a warning that the headers have already been modified when it tries to set the cookies. Supposedly, the work around is to add a ..." eslint,"I'm experiencing an issue specifically with Cursor where ESLint doesn't show any errors in the editor UI across all of my projects, despite working correctly in the terminal. The Problem ESLint ..." "next.js,build,vercel","Let's get started with the logs: [23:12:29.760] Running build in Washington, D.C., USA (East) – iad1 [23:12:29.961] Skipping build cache, deployment was triggered without cache. [23:12:30.308] ..." python-3.x,i have problem if anyone can help please i have script.py this script download pdf file from website before it download it need to confirm the date and the time the problem is print different date and ... python,"I tried the Factorial of number program and the answer came out correct. But where is the value stored using the recursive approach? I don't understand how that method works. if n==0 or n==1: return 1 ..." "python,list","I really don't like that in Python the list numbering starts from 0. This is very confusing and is a gross violation of logic. Is it possible to go into the settings and change this principle so that ..." "javascript,svg,gasp","I generated the SVG using Illustrator and am trying to add animation using the gasp lib. I want to move the circle along the path, but it’s not aligning properly. I’m not sure where I’m going wrong. ..." "angular,shepherdjs","import Step from 'shepherd.js/src/types/step'; This path is no longer valid Which is the correct path to import Step?" "python,linux,selenium-webdriver,selenium-chromedriver","I'm running a Selenium Python script that opens YouTube in headless mode, waits 5 seconds, and then quits. The script works perfectly on my local machine. However, when I deploy it on a VPS (Linux, ..." "vb.net,winforms","Since VB.NET does not include shape controls like VB6, I want to design a registration form in Windows Forms and print it. Which method would be better: using code or ReportViewer? I would appreciate ..." "html,css,tailwind-css,z-index,tailwind-ui","Hello I have 3 elements: 1- a rectangle div (a) 2- a full rounded image (b) in the center of (a) 3- a text (c) that transition in the center of screen from left to right My question is it possible to ..." "loops,for-loop,button,click","I have a GUILayout.Button(""..."") with two ""For loop"" statements, but only the first statement is executed at First click the second statement is executed at an second click. I ..." "wordpress,elementor,flatsome","On my website https://barsh.shop/ I use the features of Elementor Pro to create a store. The product card in the Off Canvas menu is displayed incorrectly for each product. I tried changing the layout ..." "react-native,android-intent,oauth-2.0,intentfilter","Problem I'm facing a deep linking conflict in my React Native app due to handling two different authentication providers, each using a different intent URL: Microsoft Login → appname://react-native-..." "blockchain,solana","I built the code for market making on Solana Raydium. But it is not working to add more than 5 transactions in one jito bundle. When I am adding more keypairs to the Keypair[] it is not working. ..." "python,simulation,fmi","Using FMPY 0.3.23 and Python 10 or later. Can an example of how to do a continuing simulation (like continuing example ) be provided for an ME type model, not CS? I'm trying to deep dive the code to ..." "ui-automation,android-uiautomator,uiautomator2","I'm using Uiautomator2 in Python to test an app. I have an app function, which I want to test, which detects when the user makes a screenshot. So I'd like to simulate making a screenshot within ..." "javascript,php,server-sent-events","I’m trying a simple notification in PHP and JavaScript. The idea is when data the server is updated the client page is updated. On the server I have the following test PHP script: {{ csrf.form_tag }} " visual-studio-code,"when I'm trying to open index.js and app.js they don't open beside each other. one opens over another, not separately. how to fix this?" "exceljs,fast-csv","import exceljs from ""exceljs""; import { log } from ""node:console""; const { Workbook } = exceljs; const workbook = new Workbook(); const file = 'files/simpleNameValues.csv'; const ..." "linux,debian,mozilla,apt","I'm currently setting up a fresh install of Debian. I was trying to install Firefox following the instructions from their website. So importing signing key, setting up the source list and then trying ..." "azure-devops,odata","I need to write an OData query to retrieve all test cases in Azure Devops that are associated with Tests. I tried the OData query below and looked for a common field to establish a link, but I wasn’t ..." open-policy-agent,"Consider the json below { ""name"": ""jack"", ""age"": 21, ""ssn"": ""2365"", ""license"": ""xyz"" } This is a rego policy file that ..." "java,spring-boot,jakarta-validation,functional-endpoints","I'm trying to move from traditional Spring MVC controllers to a functional routing approach using RouterFunctions (not reactive) However, I cannot figure out how/where to apply bean validation. In my ..." "linux,oracle-database,ulimit,oraclelinux","I am trying to prepare the server running Oracle linux 8.8 for Oracle database 19c installation. I installed oracle-database-preinstall-19c.rpm and ulimit -l value started showing unexpected to me ..." "raspberry-pi,fmi,pyfmi",I'm running into an error in the project I'm trying to debug where I want to run simulations using an FMU (generated by Plecs if that matters) on a Raspberry Pi 5. I already have it working on a ... "php,session,laravel-12","i'm using laravel 12 and try to use middleware to check the user is login or not. I set the session value in api Controller, but, when I call this value in middleware, it will be null. and my log only ..." "r,plot,assign,significance","I want the re order my tukeyHSD results comparison table, so that rcompanion::cldList() [@SalMangiafico] assigns letters in a specific order. I am Looking at spicule (Sponge skeleton) variation ..." "frontend,tabulator,tabulator-py",I am using tabulator for my tables and I am getting the data from backend. So I have written the backend in such a way that it takes a comma separated string for filters and filter based on the ... "apache,tomcat,tomcat7,tomcat9","we are trying to upgrade tomcat version, currently i am using tomcat7 and i am trying to upgrade it to tomcat9 , my server is hosted to client side. i have done all the required configuration and we ..." "javascript,dom-events","This is my HTML code.