Newest Questions
24,196,934 questions
0
votes
0
answers
2
views
How to Optimize Salesforce Implementation for Better CRM Performance?
**Optimizing Salesforce for Better CRM Performance
**
I am trying to improve the speed and stability of our Salesforce system. As more integrations and automation tools were added, the CRM started to ...
0
votes
0
answers
2
views
JS Slow http request
i have a website that is selling some products online, and everyday there are updates, i try to be the first that is getting those products, and i created a bot in js runned by tampermonkey to make ...
0
votes
0
answers
5
views
Excel Office Script (not VBA!) to hide / show columns, depending on cell value or filtered table
I need to build an Office Script (not VBA) to help a number of users hide / show columns on a Cloud-shared worksheet, in a controlled and structured way (so, not by manually using the Excel menu Sort ...
2
votes
1
answer
16
views
Why dart creates an unawaitable Future?
Here is a simple dart code:
Future<Object?> fetchDataTypesFirst() async {
return getRequest();
}
Future<Object> fetchDataTypesSecond() async {
return getRequest();
}
Future<String?...
0
votes
0
answers
9
views
Why do my labels and highlight points plot far from the data in tidyplots boxplot?
I'm using tidyplots to highlight and label extreme values in a boxplot, but the labels and points appear far from the actual data. Here's a minimal reproducible example.
pacman::p_load(dplyr, tidyr, ...
0
votes
0
answers
13
views
C# array[i] where i is IBinaryInteger<T>?
A BinaryInteger is an integer of some bit-length. I'd like to use it to index an array.
Casting to an int isn't possible - I have to use int.CreateTruncating(i) (or similar) at run-time to get an ...
0
votes
1
answer
11
views
System call transition to system call table
When a system call is invoked by a user program, a software interrupt (trap) is raised, control first passes to the fixed location of the interrupt vector (IR) which contains the ISR associated with ...
0
votes
0
answers
6
views
Nx with Angular did not create lib below libs folder
I executed the following:
npx nx g @nx/angular:library ui-common-lib --standalone --style=scss --buildable --importPath=@acme/ui-common-lib
nx.json contains:
"workspaceLayout": {
"...
0
votes
0
answers
10
views
Arabic text gets corrupted to "E1-(' ('D9'DE" when creating PDF annotations with @iwater/annotpdf library
I'm using the @iwater/annotpdf library to create PDF annotations in an Angular application. When I try to create free text annotations with Arabic text, the text gets corrupted to unreadable ...
-1
votes
0
answers
11
views
How do I transform this ESLint setup to fully support TypeScript files
Versions:
eslint: 9.37.0
typescript: 5.9.3
typescript-eslint: 8.46.0
Configs (both in project root):
tsconfig.json
{
"compilerOptions": {
"rootDir": "./src",
...
-2
votes
0
answers
9
views
Can't install self-hosted runner in organization globally
I would like to know what could be the problem causing the GitHub self-hosted runner configuration to always fail with the same log error here? I have always been able to configure the runner in the ...
-4
votes
0
answers
18
views
how to better automate or simplify insert of information in SQL?
I'm working on a 4 rows sql database, on sqlite using db browser. The thing is I have over 600 entries (id, id_op[not null],contact_type[not null], contact_name, copy_info).
What I have to do is, ...
1
vote
0
answers
10
views
fluentbit get logs from postgresql
I need to track statistics for executed SQL queries in PostgreSQL.
The PostgreSQL pg_stat_statements extension is used for this, but the statistics data can only be retrieved using the SELECT * FROM ...
0
votes
0
answers
9
views
How to shade every other y-axis label row (including labels + points)?
I’m working with several plots where I compare “Pre” and “Post” slopes for different cities. For one of them (retail), I’ve already added alternating shaded bands behind the points using geom_rect().
...
0
votes
0
answers
10
views
How to make a backup to a remote server Apache Cloudberry
I’m currently configuring backups for an Apache Cloudberry 2.0.0-incubating cluster using the gpbackup utility.
When I run the backup locally, everything works correctly — gpbackup creates files on ...