Newest Questions

Filter by
Sorted by
Tagged with
-3 votes
0 answers
4 views

Lufthansa Airlines Main Customer Service Official Number║+1 (866) 592-7015║★ Is 1-800-Delta Airlines Or║+1-866↳ { {592}↳7015║★ Ota (Live Person), Where You Can Reach Why Contact a Live Person in Delta ...
airlines's user avatar
0 votes
0 answers
6 views

I often see various QuickBooks Desktop support phone numbers 844-753-8012 shared by different individuals on the internet. Since unofficial support numbers can sometimes be unsafe or fraudulent, I ...
Jamesh Head's user avatar
0 votes
0 answers
5 views

I have an app for listing my books. I want to test my code in chrome and firefox both, using the fixture in my database but without touching the real database. In the database I have some data for the ...
fabio's user avatar
  • 1,389
-1 votes
0 answers
8 views

I'm trying to get Internet working inside my Windows VM on VMware Workstation, but nothing seems to fix it. Here's the situation: Host PC is connected to the Internet via Wi-Fi VM's Network Adapter ...
hxf's user avatar
  • 1
1 vote
1 answer
18 views

I upgraded a version of Chauffeur plugin from 6.4 to 9.0. This is form plugin and on form there are date and time options. So when I select time after selecting date. Console shows this error. I ...
Robin Mehta's user avatar
0 votes
0 answers
11 views

I have recently added Component Space to my NetCore 9.0 based WebApplication, to facilitate SSO. It worked fine for few days, then i faced an issue, where the 'configurationName' is becoming empty for ...
Hemanth Hemu's user avatar
Tooling
0 votes
1 replies
12 views

I’m looking for a way to programmatically toggle airplane mode and mobile data on iOS devices during my automation tests. Tech Stack: -Automation: WebdriverIO -Mobile automation: Appium -Platform: iOS ...
Ragul PR's user avatar
  • 422
0 votes
1 answer
18 views

enter image description hereenter image description hereenter image description hereenter image description here enter image description hereenter image description here Here are some key documents ...
hello l's user avatar
-1 votes
0 answers
19 views

I'm currectly working on a todoapp using reactjs. I have a mytodo, scheduled tasks and completed tasks section. now when I create a new scheduled task, I have the option of moving it from the ...
Tariah Steve's user avatar
0 votes
0 answers
11 views

Different name for hypermedia links attribute in json response after using RestTemplateBuilder for the first time (links vs _links). We have adopted a legacy application which has several rest ...
Fachher's user avatar
  • 28
0 votes
0 answers
14 views

This is my Code: (I want to plot in 3D the Chaotic and symbolic paths of Three-Body interaction given any input for mass, radius, and initial position of the 3 bodies) I keep getting straight lines as ...
user31976117's user avatar
1 vote
0 answers
20 views

I am have a wgpu::Buffer. I am trying to create input to a CoreML from this buffer. let hal_buffer = unsafe { buffer.as_hal::<wgpu::hal::metal::Api>() }; let Some(hal_buffer) = ...
CeNiEi's user avatar
  • 117
-1 votes
0 answers
13 views

Anyone tried such in jetpack compose? i did gave it a try but didn't worked with sharedTransitions if details view is a separate destination then sharedTransitions do work but on swipe down and ...
Muhammad Awais Shan's user avatar
-2 votes
0 answers
40 views

hello i am trying to make some sort of scrabble like game on python and i was wondering is there prebuilt programs that can already validate if a word is a proper word on python I've heard of enchant ...
Danny Scott's user avatar
0 votes
1 answer
38 views

I have the following code to execute a PUT to a given address by means of the restc-cpp library: auto rest_client = RestClient::Create(); auto done = rest_client->ProcessWithPromise([&mess,...
Lorenzo Eboli's user avatar
0 votes
0 answers
40 views

I've been setting up my Woocommerce site and am having some trouble with the product gallery on the single product pages. The main image works perfectly fine, but when I click on any of the other ...
Reina297's user avatar
-1 votes
0 answers
17 views

I have removed all inline scripts and style in order to adhere to Content Security policy. There are dynamically generated scripts for validations for asp.net webforms , how should I make sure this ...
shweta 's user avatar
-4 votes
0 answers
39 views

Background I'm working on processing a comma-separated username list (for an ACL whitelist optimization in my project) and need to normalize whitespace around commas, as well as trim leading/trailing ...
samm's user avatar
  • 812
-1 votes
0 answers
29 views

I have a web server that uses a additional restful server in a different port. I would like to allow traffic to the restful server only after a connection to the main server has been established. To ...
Grigoris L. 's user avatar
-2 votes
0 answers
43 views

I have a file plenty of text strings like text {\LXXX} more text where XXX can be any character and its lenght is not necessary of 3 characters. I need to replace all {\LXXX} by {\LXXX}}, i.e., add } ...
jgpallero's user avatar
  • 201
Advice
0 votes
1 replies
38 views

In PostgreSQL, it is easy to set a uniqueness constraint for two columns using CONSTRAINT UNIQUE. For example CREATE TABLE someTable ( id serial PRIMARY KEY, col1 int NOT NULL, col2 int ...
Alexander Fedorov's user avatar
0 votes
0 answers
45 views

How do I set dedicated width for table cells in table and keep only table scrolled horizontally between all the other HTML content? Here is an example: table { display: block !important; ...
Bartłomiej Semańczyk's user avatar
0 votes
1 answer
20 views

I have used the following code to do sft: base_model = "google/gemma-3-270m" it_model = "google/gemma-3-270m-it" # @param ["google/gemma-3-270m-it","google/gemma-3-...
keramat's user avatar
  • 4,613
-1 votes
2 answers
64 views

This is the code that works, but it isn't scalable to varying array lengths. How can I simplify this? if(section_time_cumulative[0]<= time && section_time_cumulative[1]>=time) { ...
DoYouLikeHam's user avatar
0 votes
0 answers
23 views

In Document Intelligence Studio, I am trying to train a Custom Classification model. Almost immediately, the service returns the following error: Failed to access Document Intelligence Failed to send ...
Екатерина Ш.'s user avatar
0 votes
1 answer
32 views

I have a main activity with a button. When I press the button a hidden Surfaceview get visible and an animation shows. It's working really well. I have two problems. What is the proper way to declare ...
Tomas F.'s user avatar
  • 308
0 votes
0 answers
19 views

I am developing an android application, which in the viewModel updates a loginResponse of LiveData. In my mainActivity i observe this variable with observeAsState function. However when i update the ...
Lampros Marantos's user avatar
0 votes
0 answers
15 views

We are running a Fabric test network on an Ubuntu virtual machine. The test network starts up fine using: ./network.sh up createChannel -ca However, it fails when deploying chaincode. The chaincode ...
Fariha Abbasi's user avatar
0 votes
1 answer
21 views

Flutter Web App So I have this annoying bug where after a keybaord is opened in ANY screen/textfield in the app. There is a blank white space behind the keyboard when key is dismissed. It sort of ...
Zee A's user avatar
  • 172
0 votes
0 answers
10 views

I am using the java_export rule to publish an SDK, load("@rules_jvm_external//:defs.bzl", "java_export") java_export( name = "sdk_maven", maven_coordinates = &...
Abhishek Singh's user avatar
Advice
0 votes
1 replies
15 views

Oracle documentation mentioned it clearly. a lower bounded wildcard restricts the unknown type to be a specific type or a super type of that type. To write the method that works on lists of Integer ...
Melad Basilius's user avatar
0 votes
0 answers
9 views

I made sure the RPC URL definitely starts with wss, but Web3j still keeps fetching blocks at specific intervals instead of receiving them in real time. Do I need to call a different method? My Web3j ...
강백호's user avatar
0 votes
1 answer
24 views

I'm trying to present a SwiftUI sheet with a fixed height of 550 points, and I expect it to remain 550 points tall on all iOS versions. .sheet(isPresented: $showSheet) { MySheetContent() ....
Areef Shaik's user avatar
0 votes
1 answer
63 views

I found these two links to a description of System.Type: .NET Standard 1.6 .NET 10 These descriptions list different members. For example: The .NET Standard version has a Name property, but the ....
Andreas's user avatar
  • 97
0 votes
1 answer
25 views

I have list of URL and I want check all status but seems set facts cannot perform when there is a loop or items. Code is working fine without items and if I use only one URL. - name: "get status?...
Rabah DevOps's user avatar
-3 votes
0 answers
17 views

I have successfully created an HNSW index for my vector data in PolarDB IMCI. The syntax I used was something like this: ALTER TABLE documents ADD INDEX embedding_idx (embedding) COMMENT 'ALGORITHM=...
余南龙's user avatar
-1 votes
0 answers
29 views

I'm implementing some versioning in my Minimal API for .NET 8 and I've hit a bit of a snag. My documentation won't load the v2 API doc into Swagger when I run the application. I have this Swagger ...
Bithellio's user avatar
-1 votes
0 answers
25 views

I am currently working on a pipeline in n8n and at the end of the pipeline, I'm trying to publish the packet on my npm. The Problem is: I am working on a server where I am just a user, so I can't save ...
Elias Haupt's user avatar
-2 votes
0 answers
14 views

Please let me know steps to remove revoked or expired certificates from  Certificate Authority Service. Also what is the maximum limit on number of certificates which can be created under a CA Pool ? ...
Praveen Kumar SM's user avatar
0 votes
0 answers
26 views

I am trying to apply changes from one dataframe (source file is a 7 MB .CSV) to a larger dataframe (source file approx. 3GB .CSV), e.g. update existing rows with matching IDs, while at the same time ...
starmandeluxe's user avatar
-1 votes
0 answers
20 views

I am using Apollo Server with Node.js, The mutation returns a success response but it is not updating database. Mutation: type Mutation { updateUserName(id: ID!, name: String!): Boolean! } Resolver:...
Gnaneshwar P's user avatar
0 votes
1 answer
33 views

Consider the following code: Module assumed_rank_module Implicit None Contains Pure Function assumed_rank( a ) Result( s ) Integer :: s Real, Dimension( .. ), Intent( In ) :: a s ...
Ian Bush's user avatar
  • 7,709
0 votes
0 answers
14 views

I'm trying to analyse the dependencies of some projects and I came across the Visual dependency analysis functionality of JetBrains Rider. I have Rider version 2025.3.0.2 installed, but this ...
Kile Asmussen's user avatar
0 votes
0 answers
14 views

I'm working on an Android app where users can add and remove restaurants from their favourites via the RestaurantPage activity. When I access the RestaurantPage activity from the UserFavourites ...
999's user avatar
  • 11
Advice
0 votes
1 replies
12 views

I have a SharePoint list (SPL) that I use in 'Gallery' view but even with JSON you can only format so much. So I'm thinking I'd like to use Power BI to do what I want, but have been struggling with ...
P E's user avatar
  • 187
-1 votes
0 answers
31 views

I found a code snippet for fine-tuning the Gemma-3 4B model on an OCR dataset that converts handwritten math formulas into LaTeX. The original author shared their results showing about **38 million ...
Milad Rasooli's user avatar
0 votes
0 answers
14 views

Using simpleidserver 6, I am trying to implement a dedicated Id server for an SPA application using PKCE. This SPA authenticates with no pb if it is setup for other Id servers like Azure EntraId or ...
Stephane's user avatar
  • 1,501
Advice
1 vote
2 replies
28 views

So, why doesn't Google Chrome allow using custom root certificate authorities for HTTP/3 + QUIC? I found information on the Internet that this is supposedly done to increase security in order to ...
Joe J's user avatar
  • 1,349
0 votes
0 answers
18 views

I use celery 5.5.0 with RabbitMQ 4.1.1 as a message broker. After a switch from classic queues to quorum queues I got quite a lot of queues called celery_delayed_0-27. In total 28 new queues. As far ...
Olha Ushkalenko's user avatar
0 votes
0 answers
26 views

I wrote a piece of Python code to read different GPS observation files (.24o) and navigation files (.24p), and generate polar plots of satellite trajectories. It is hoped that the RINEX file can be ...
Aria's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
483771