Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
86 views

I want to keep voluminous "auto-generated" files separate from the files I write and edit. I also want the same Rust project to run in Linux and in W10. And I assume it's better that each ...
mike rodent's user avatar
  • 16.1k
0 votes
0 answers
81 views

In C/C++, it is possible to write something like: // version.h extern const char *branch; extern const char *hash; extern const char *status; extern const char *timestamp; // version.c (...
404 Name Not Found's user avatar
0 votes
1 answer
63 views

Often in embedded systems, storage is a bit limited. Hence, you rather not bundle in all the man pages onboard. Later on, I still want to access the manual pages for the specific package versions ...
Brian's user avatar
  • 608
0 votes
1 answer
160 views

I use Sourcery in my iOS project to generate mocks for a protocol that conforms to another protocol with associated types. Despite consistent input, the generated output from Sourcery is not ...
Levan Karanadze's user avatar
0 votes
2 answers
86 views

Can you help me write a formula starting from A4 cell to A20 cell for the serial no of the students to get a result like the serials in this photo. conditions: First non empty row will get the serial ...
Kurumba Daspara F P School's user avatar
0 votes
0 answers
69 views

I'm trying to loop through an Enum in my tt template (C# .Net project). My goal is to generate a typescript file based on this C# enum, however I'm not able to loop through my enum. This is my C# tt ...
IFrank's user avatar
  • 523
0 votes
2 answers
191 views

By accident I selected "don't ask me again" on some feature in VS Code after pressing F5. Now, every time I press F5, it adds the default task in the tasks.json even when I have two other ...
Christopher Barrios Agosto's user avatar
1 vote
0 answers
64 views

I have an existing project that is using CMake and has a complex binary target (compiles many .c file that include many .h files). I want to add a process to auto generate some code before the ...
shaharhoch's user avatar
0 votes
0 answers
198 views

I'm using the Function Module SEO_CLASS_CREATE_COMPLETE to generate classes, but the problem is, that it doesn't do Pretty-print on the source code. Q: Is there a way to make the FM do Pretty-print? ...
Poul Bundgaard's user avatar
0 votes
0 answers
27 views

On a new computer so I had to fresh install everything. In the past, when I typed "///" before a method, VS code would autogenerate a "summary" block that I could fill in with ...
Luke Siegel's user avatar
0 votes
1 answer
53 views

I want to create a SSMS stored procedure to auto Generate player number like 000001,000002,000009,000010 and so on . I want it such that when I click on refresh on front end it should auto generate ...
Pratyush Sinha 's user avatar
1 vote
2 answers
423 views

So I am working on a project using proto buff where I need to generate golang code using .proto files. My issue is that it is importing wrong package when I generate golang code. So this is how my ...
Atharva Jadhav's user avatar
-2 votes
1 answer
90 views

Is it possible for flutter to generate a random number, store them somewhere so that it doesn't generate the same number even if the app is restarted? If yes, how is that done?
EBENEZER OCANSEY's user avatar
1 vote
2 answers
164 views

I am using a C++preprocessor to batch generate function definitions, but there is an issue when passing parameters #include <iostream> #define FOR_EACH_FUNC(_) \ _(int, add, int a, int b) \ ...
mxz's user avatar
  • 13
1 vote
2 answers
206 views

I have researched this and have in mind how to do parts of it, but don't quite understand how to put it all together. When someone is creating a new record in my app, if the results of the ...
MelB's user avatar
  • 183
2 votes
1 answer
469 views

I am creating a small script to be used within InDesign to be able to read a .txt file and create multiple .indd files of differing WxH and bleed .etc. it's a Javascript .js file. So far I managed to ...
Tom Revell's user avatar
-1 votes
1 answer
128 views

I am trying to generate my bill no in following sequence in php L5- 0124-0001 (where L5 is company name, 01 representing month and 24 representing year, where as last four digit is for serial number) ...
Student's user avatar
  • 31
0 votes
2 answers
312 views

I am stuck with a simple error when using a type other than the default type in my entity class. The error occurs when I run the dart run build_runner build --delete-conflicting-outputs command to ...
Andrew31's user avatar
0 votes
1 answer
136 views

We're using a tool (STM32CubeMx) which provides a GUI to configure embedded microcontrollers, and generates a full C project based on that configuration. This includes C files, Header files, and ...
SRobertJames's user avatar
  • 9,367
1 vote
1 answer
101 views

In this case I have an annoying problem. I can't control a specific area to be a PDF format. Every time I execute the code, the result is like this:current preview But I'm expecting the result is like ...
Pojok Produktif's user avatar
3 votes
2 answers
825 views

I want to generate a TypeScript client from an OpenApi specification. I'm using NSwagStudio to create the config file. I leave the default {controller}Client value, but the placeholder has no effect, ...
Valentin Vadász's user avatar
0 votes
1 answer
453 views

I have an Excel spreadsheet with two columns. Column A is filled with the same DropDown list that contains "Archive, Directory, Cloud". Column B must be filled with ID depending on the value ...
Giuseppe BMTHPeppe Marino's user avatar
0 votes
1 answer
122 views

I have the following variables in an object: private String mName; private String mArtist; private String mWhosampledPage; private String mImage; private List<Pair<String, String>> ...
mdaabis's user avatar
  • 127
-1 votes
1 answer
40 views

I have a table. ID name col lev 1 "Rack 1" 9 7 2 "Rack 2" 6 7 3 "Rack 3" 6 7 4 "Rack 4" 7 7 I want to crate a second table ...
Rodrigo's user avatar
  • 33
0 votes
2 answers
259 views

I want do auto generate bill no in this format (INV1/23) without using sequence in oracle apex. Kindly write query in plsql. I used sequence for this process, but it is not working for this. and it ...
Hailtmalen's user avatar
0 votes
1 answer
1k views

In Security Scan, The third-party links/scripts don't have integrity attribute for the browser, so i want to generate SRI Hash in automatically for security purpose. I need to Generate SRI Hash ...
muthupandi krishnasampy's user avatar
0 votes
0 answers
166 views

I followed the Sphinx Tutorial including the following step: https://www.sphinx-doc.org/en/master/tutorial/automatic-doc-generation.html#. In this step, my Python file lumache was autogenerated in api....
mathejoachim's user avatar
-1 votes
2 answers
2k views

I am encountering an issue in Notepad++ where dots are automatically generated when I press the spacebar. This behavior is unexpected and causes inconvenience while working with text. To provide some ...
x Kyser's user avatar
  • 17
0 votes
1 answer
376 views

I'm using STM32CubeIDE v1.12.1(lasted version), the IDE provided by STM. Recently I started a new project, and it's a product that uses LCDs. I'm adding external SDRAM and connecting it to the FMC and ...
eloiz's user avatar
  • 111
1 vote
1 answer
220 views

I'm testing a Maui app that uses CommuniytToolkit.Mvvm to generate [ObservableProperty] attributes. The ViewModel partial class is generated for Android and Windows; I can see it in Dependencies, but ...
Gary Lewis's user avatar
1 vote
1 answer
93 views

I want to make a game that logs multiple things. Character (Displayed on html the list of its attributes, generated upon the push of a button, such as a "Generate Person" button. (vvv)) ...
PurpleReeves's user avatar
0 votes
0 answers
1k views

I would like to know if it is possible to set up a rule that marks a generated sources folder as generated sources root in Intellij Idea automatically. Usually, Intellij detects the target/generated-...
tkalvin's user avatar
  • 318
0 votes
1 answer
65 views

I am new to MS Access and I would like to generate an autogenerated sequential and unique alphanumeric number of the format SYYMM001, SYYMM002, SYYMM003... (ex for 2023 january: S2301001, S2301002, ...
Seashade's user avatar
0 votes
1 answer
106 views

I'm attempting to write a function that would allow me to take any object (or, if required due to limitations, an object that conforms to a custom protocol) during runtime and output the object to the ...
Scott Wood's user avatar
4 votes
1 answer
4k views

After updating Android Studio I have this error with Navigation-args Build failed API 'BaseVariant.getApplicationIdTextResource' is obsolete and has been replaced with 'ApplicationVariant....
MisterAnt's user avatar
  • 564
0 votes
1 answer
271 views

The question I have is that I'm trying to auto-generate a number incrementally every time a user creates a new record. I'm trying to have the field auto-generate a number as soon as a person wants to ...
silverstacker's user avatar
1 vote
1 answer
519 views

When I type "npm run generate" in my code block, codegen generates my graphql file automatically. But while generating vscode is freaking out and deleting the letter i. When I make a new ...
hasangkz's user avatar
0 votes
1 answer
116 views

first sorry for my bad terminology, I am an electrical engineer, so maybe my coding terms are not so accurate or even far from that. we have a CLI in the company, accessed from the Linux terminal, you ...
Shahaf Edri's user avatar
0 votes
1 answer
91 views

I am tranfering a lot of data to Access instead of excel. I need to get this tool to generate the next free number for my tools. The number depents on two things, the Type of tool (Flare, Expander...)...
stubbedk's user avatar
1 vote
1 answer
393 views

I've defined a case class to be used as a schema for a Dataset in Spark. I want to be able to refer to individual columns from that schema by referencing them programmatically (vs. hardcoding their ...
oey192's user avatar
  • 23
0 votes
1 answer
249 views

I have a .NET Framework project (A) which generates an exe which takes html file as input and outputs an autogenerated C# class file (like a template of sorts). The .csproj of A looks like this: <?...
Satashree Roy's user avatar
-1 votes
1 answer
277 views

I have a problem with a project which I'm doing in Visual Studio, using ASP.NET and C#. I have one form where I list all the customers from database. The Id is autogenerated from the database. At this ...
Harshitha Murthy's user avatar
0 votes
1 answer
83 views

I have an entity, with the following field: @Column(name="DAYS_BITMAP", length=7) @Convert(converter=DaysOfWeekSetToStringConverter.class) private Set<DayOfWeek> ...
simonalexander2005's user avatar
0 votes
1 answer
94 views

I'm using (EF Core power tools -> Reverse enginiring) to generate classes from MS SQL database. It generates properties like: public string Password { get; set; } public string PositionId { get; ...
Andrew Production's user avatar
1 vote
0 answers
723 views

Up front I apologies for my bad grammer (I am trying to the best I can). We are building a custom template for WordPress with Gutenberg blocks in combination with ACF Pro. Every ACF Pro Gutenberg ...
Dionoh's user avatar
  • 406
0 votes
2 answers
535 views

I have created a table. I want its id to increment automatically with every record. So, i selected id as Auto Incremental while creating table in MySQL. Here my table is: But it gives error while ...
mete ceviz's user avatar
-1 votes
1 answer
363 views

A customer of mine sent me some images (2300) for 600 products that he wants to create. The images are all .jpeg format and the image name is like this: SKU - name - material - dimensions. There is ...
Xenophon Venios's user avatar
0 votes
1 answer
269 views

I have an iOS app and want to generate Settings.bundle/Root.plist dynamically, as a part of build process. Right now I’ve created the “Settings Builder” command-line-tool target in the project and ...
orakull's user avatar
  • 909
0 votes
1 answer
666 views

I am generating my classes using spring jpa template in Telosys generator tool. It works as expected, however, my project has different database schemas for different environment which I can't handle. ...
Sandiip Patil's user avatar
2 votes
1 answer
538 views

I have been messing around with generated functions in Julia, and have come to a weird problem I do not understand fully: My final goal would involve calling a macro (more specifically @tullio) from ...
Jordi Manyer Fuertes's user avatar

1
2 3 4 5
14