Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

I have a Java/Kotlin app that I'm porting to iOS with Robovm. It installs on a local physical/virtual device using launchIOSDevice etc. Now I am trying to prepare a package for release with createIPA, ...
Babazhog's user avatar
Best practices
0 votes
1 replies
22 views

Briefly about the question: How to reach same performance with images like explorer, FastStone Image Viewer since they allocate not so much memory unlike my app. About the project It's WPF C# image ...
KonTuk's user avatar
  • 117
-1 votes
0 answers
16 views

I’m trying to expose both my frontend (React/Vite on localhost:5173) and backend (FastAPI on localhost:8000) using ngrok v3. Whether I run two separate commands (ngrok http 5173 and ngrok http 8000) ...
Ashal Ibrahim's user avatar
Advice
1 vote
1 replies
34 views

I want to create something similar to the image below, just with different coloured circles, no blur and displayed behind every other element. I'm fairly new to javascript and I'm not sure what's the ...
kiki's user avatar
  • 1
0 votes
1 answer
30 views

Consider: #include <meta> struct A { template<class T> operator T(); }; constexpr auto r = ^^A::operator int; GCC 16 thinks that r represents the conversion function template. ...
cpplearner's user avatar
  • 20.9k
Advice
0 votes
1 replies
52 views

How could I help this website which is dying because of AI , answer me Cuz human being is answering me Not a machine like AI Answer my question as soon as possible This is my question I don't know ...
Hind Mansoor's user avatar
Advice
0 votes
0 replies
24 views

I want to add visibility conditions in DesktopView.pcf. The condition is based on a new viewEntityColumn by extending the exiting viewEntity. It always complains about "No Static property ...
user22147631's user avatar
-1 votes
1 answer
62 views

I'm trying to use a vector to store every class that I need in a program, and I use the erase method to remove a self reference from the planet list. However, my implementation always gives me the ...
HelloLearnerC's user avatar
Advice
0 votes
4 replies
45 views

I have some code suitable for .xls file handling. But the input files are not consistent. If I use .txt files as input the problem maybe solved. I need some sample code for the same functionality. ...
prashanth manohar's user avatar
0 votes
1 answer
46 views

I'm a bit confused about the following trust policy and permission role. In the trust policy, it has the following role eksctl-demo-eks-cluster-nodegroup--NodeInstanceRole. s3-velero-policy will be ...
Destiny's user avatar
  • 13
Advice
0 votes
0 replies
18 views

I have successfully built and deployed an Outlook add-in using Microsoft 365 Agents Toolkit and Azure App Service. The add-in works correctly during local development and testing in Outlook Desktop. I ...
user2058413's user avatar
Best practices
0 votes
0 replies
27 views

I am currently trying to build a Spring Boot autoconfiguration starter for Apache Solr and trying to decide what is the correct behaviour (convention over user friendliness). Essentially it seems to ...
tomaytotomato's user avatar
-4 votes
0 answers
35 views

I was troubleshooting a slow PostgreSQL query on a table containing millions of rows. Queries using the email column in the WHERE clause were taking around 2 seconds to complete. To investigate, I ...
Scarlett Reed's user avatar
1 vote
0 answers
28 views

I have the definition of a generic node, that wraps some kind of data: type TNode<TData> = { readonly id: string; readonly data: TData; } Then, I have a discriminated union of two ...
Mario Vernari's user avatar
Advice
0 votes
2 replies
55 views

Is there any sites to show me all gits command lines that I can used in my repository and briefly explain about each gits command ? I want to work with git to improve my projects and develope it . And ...
camhead's user avatar

15 30 50 per page
1
2 3 4 5
1610040