Skip to main content
1 vote
2 answers
99 views

Suppose you have the following folder structure: a ├─ b │ ├─ b1.txt │ └─ b2.txt ├─ a1.txt └─ a2.txt .gitignore How do you tell Git to ignore a1.txt, a2.txt and all other files directly in the &...
Squiddy's user avatar
  • 37
-2 votes
3 answers
121 views

While listing some logs, I get the following pattern: id:Batch1 1:processed id:Batch2 1:processing and some info I get multiple rows like this and they are not sorted in any way. There is no pattern ...
Didaka D's user avatar
1 vote
0 answers
98 views

I am trying to execute a SQL script on SQL Server in Python using pyodbc and the driver ODBC 18 (Windows OS). The script produces a dataset with some rows in output and, during the execution, it ...
Armando Contestabile's user avatar
0 votes
1 answer
140 views

How should I add ignore_bin in child class for a coverpoint which is defiened in base class? I tried extending base covergroup but it shows compilation errors for keyword extend in this context ...
Sam's user avatar
  • 1
0 votes
1 answer
176 views

I'm parsing files with words that need to be spell checked. The input is in RTF-format. The words to be checked have \- strings in them designating the predetermined breaking point where a word should ...
Krischu's user avatar
  • 1,223
0 votes
1 answer
115 views

I'm using CLion to practice competitive programming, so each cpp source file is compiled on its own, without using things like CMake. The problem is, on MacOS, the executables have no extension, so I ...
congtailai's user avatar
0 votes
0 answers
38 views

I looked in many answers but I could make it work. I am working with Adobe Animate games, so the source files are big .FLA files, I noticed that if I could ignore these files (more than 600) on our ...
Bruno Costa Pinheiro's user avatar
0 votes
1 answer
200 views

import SwiftUI import TipKit @main struct TipKit_WithPresentPageApp: App { var body: some Scene { WindowGroup { ContentView() .task { try? ...
Jason's user avatar
  • 1
1 vote
0 answers
81 views

I am trying to write jest test for this function. Since there is no business logic , I would like to ignore the entire function. I tried to ignore it by adding a ignore text before the function and ...
java2017's user avatar
  • 198
1 vote
1 answer
128 views

Plastic defines the hidden_changes.conf file as such: Hiding changes with hidden_changes.conf Just like you sometimes need to ignore private files with ignore.conf, there are scenarios where you don’...
Xorcist's user avatar
  • 3,391
0 votes
0 answers
129 views

I'm having some trouble getting my .gitignore in just the way I want it. I've looked at previous questions on StackOverflow and I've also asked ChatGPT but I just can't get the result I want. This is ...
Mo0rBy's user avatar
  • 766
1 vote
1 answer
681 views

I set editor.formatOnSave to true in settings.json, so every files (e.g. python, json, jsonc, etc.) is formatted on save. But I don't want to format automatically only when I edit settings.json. I ...
Kei_JP's user avatar
  • 11
2 votes
2 answers
4k views

I am using mapstruct in Java and I need to get rid of warning: Warning: Unmapped target properties: "t3". I have the following structure: class A { String t1; String t2; } class B { ...
JohnN's user avatar
  • 21
2 votes
3 answers
95 views

I'm working on a survey, and many of the written categories on an answer are separated by commas. I have used gsub successfully in order to separate them, like this. sss6 <- str_trim(unlist(...
Humberto R's user avatar
0 votes
1 answer
124 views

I want to create logic which will interact with the Difflib.ndiff() function that can compare text. Currently I want it to check text reports which show data from the test files. My problem stems from ...
Mycharmisledengery's user avatar

15 30 50 per page
1
2 3 4 5
24