Skip to main content
1 vote
1 answer
61 views

initializeForOrder: (params: import('./drivePhotosTypes').OrderActionParams) => Promise<void>; getOrderState: (orderId: string) => import('./drivePhotosTypes').OrderPhotosState | null; ...
TSR's user avatar
  • 21.5k
2 votes
1 answer
38 views

I have a main app and a bunch of library modules. I recently added the checkDependencies = true line to my android lint block in build.gradle, since we were never running lint on libraries and tech ...
Zeek Aran's user avatar
  • 686
0 votes
0 answers
40 views

What I would like to do is warn on usage of View::findViewById as our project is using view bindings and those should be used instead. I was expecting to just be able to add the method to a list of ...
Skgland's user avatar
  • 1,001
3 votes
2 answers
198 views

I’m cleaning up SA1029 (“should not use built-in type string as key for context values”) and hit an architectural question. func AuthMiddleware(logger *slog.Logger, userRepo repository.UserRepository, ...
Zakhar Delov's user avatar
1 vote
2 answers
69 views

I'm modifying a makefile and a bit in the dark. I've tried googling and reading make primers but nothing has obvious answers to my problems below Its first target: "default" compiles and ...
Francis Cagney's user avatar
0 votes
1 answer
42 views

Recently this started popping up in some files, on file save, super annoying, appears in files that are notes but have bash syntax for easy reading. Not sure what it is, why it started showing up. How ...
Michał Kawiecki's user avatar
1 vote
0 answers
147 views

I have a MAUI project that's giving multiple errors related to my custom classes \Models\Term.cs and \Models\Course.cs. Visual Studio 2022 gives the same recommendation for both: Type 'System....
Christian Blackburn's user avatar
0 votes
0 answers
94 views

I have a Flutter project with barrel exports, but VSCode auto-completion shows both direct file imports and barrel exports, which could confuse team members. Project structure: lib/ features/ ...
김영환's user avatar
0 votes
0 answers
42 views

I'm working on a Renesas RX project using the MinGW RX toolchain (GCC 8.3.0a) and running PC-lint for static analysis. During linting, I get the following error: #error "Unable to determine type ...
Rugwesh's user avatar
  • 11
1 vote
1 answer
133 views

Problem Statement I wish to write a code the check compliance with a custom coding standard. Aspects include: Naming conventions Compound operators rules Usage of modifiers such as const Rules ...
Yair M's user avatar
  • 499
0 votes
0 answers
52 views

I have my own tech blog made by Hugo, which supports multiple languages. And each of the directories for the posts are like: content\ch\posts content\ja\posts content\en\posts And I write the posts ...
luxun1910's user avatar
0 votes
0 answers
56 views

For context, nextjs version: "next": "14.0.4" stuck on ✓ Compiled successfully Linting and checking validity of types ... however when build locally, the app build successfully ...
Archy's user avatar
  • 11
1 vote
1 answer
232 views

I'm running Android Studio Preview versions (currently Android Studio Narwhal | 2025.1.1 Canary 3) & noticed that I'm getting a lot of warnings about conflicts between member functions & ...
Computersmith64's user avatar
0 votes
0 answers
96 views

I keep on getting strange linting errors when trying to lint a .vue file. In the following file I get this error. I am using the antfu default linter as it was recommended by a lot of people online as ...
Stephen's user avatar
  • 1,213
2 votes
2 answers
601 views

Previously, VS Code would automatically show the warning: Try adding the 'const' keyword to the constructor invocation However, now it only appears if I explicitly add prefer_const_constructors: true ...
Akhil George's user avatar
  • 1,003

15 30 50 per page
1
2 3 4 5
125