Skip to main content
Best practices
0 votes
3 replies
130 views

I have a spreadsheet with a table containing 20 columns for accounting. There are several formatting rules, depending on the type of payment, the bank, etc. Currently, there are 45 rules. However, ...
EmmaAleixa's user avatar
Advice
1 vote
1 replies
113 views

I'm trying to understand which role id, integration_id and actor_id play when used in a GitHub Ruleset that can be imported as a file (e.g. default.json). Are these ids needed or can they be ommitted? ...
Gorgsenegger's user avatar
  • 7,946
8 votes
2 answers
615 views

I want to order a huge list of countries, and I have noticed that, for example, E and É are treated as equals. But in the Hungarian grammar, E comes before É, so a rule should be added, 'E < É'. ...
B.G.'s user avatar
  • 385
2 votes
1 answer
83 views

On the website, I want to show users sales orders and products. The problem I encountered is that Odoo does not want to display both (sales orders and products). Therefore, I added recording rules and ...
Anton's user avatar
  • 133
0 votes
0 answers
45 views

I have a following Facts domain ProposedFare and Fare. The idea here is ProposedFare could be a competitor fare and from that create/clone/update Fare. A rule can further update Fare which was already ...
vishalkin's user avatar
  • 1,255
1 vote
0 answers
164 views

Use case: We are running GitLab Code Quality reports in our pipeline based on the PSScriptAnalyzer results by translating the PSScriptAnalyzer severity results to a Code Quality severity. But it ...
iRon's user avatar
  • 24.8k
-2 votes
1 answer
119 views

We have a system with many logic expressions, they're implemented as series of boolean functions operating on variables and the rules are stored as XML. As the XML files are compiled into the assembly ...
MrTelly's user avatar
  • 14.9k
0 votes
2 answers
140 views

This should be easy (if possible), but for some reason, I cannot find an example, and an HTML redirect causes too many redirects. This is for a site with abc.123.whatever binded to it. I'm looking for:...
user899402's user avatar
0 votes
1 answer
165 views

I am trying to create a (PowerShell based) PSScriptAnalyzer rule that does basically the opposite of the native usebomforunicodeencodedfile rule knowing that we do not allow any Unicode characters in ...
iRon's user avatar
  • 24.8k
0 votes
1 answer
69 views

I have an excel sheet with over 250 points and multiple columns - I am trying to automate the file so certain columns (not all columns but few) with blank cells get highlighted yellow and also have a ...
Saifullah's user avatar
0 votes
1 answer
77 views

For the below makefile: NAME = file1 all: $(NAME) $(NAME): dep1 dep2 touch $(NAME) dep1: DEP := folder1 dep1: check_dep touch dep1 dep2: DEP := folder2 dep2: check_dep touch dep2 ...
Atti's user avatar
  • 103
0 votes
1 answer
1k views

I use a typical Gitlab-Workflow, where a branch is covered by an Merge-Request and - in case the pipeline runs well - it can be merged into main. My Issue I have a job, that checks the commit using ...
Finkman's user avatar
  • 73
0 votes
1 answer
103 views

In Python notebook, I want to connect to my Azure SQL DB using MSAL. In the second step, after logging in successfully, I need to configure the firewall by adding the public IP to the Firewall ...
felixwcf's user avatar
  • 2,117
0 votes
1 answer
374 views

I need to know the underlaying commands executed when using selinux module in Ansible, because the Ansible is using an service account to login to the servers with an SSH key, and then that svc ...
Anders Jansson's user avatar
1 vote
1 answer
434 views

We are currently managing and creating Cloudflare rulesets and rules across multiple zones using Terraform. As you know, the rules in Cloudflare are order-sensitive. Whenever we generate a Terraform ...
Maheedhar Tumpudi's user avatar

15 30 50 per page
1
2 3 4 5
148