Skip to main content

Questions tagged [generate]

Any question related to the Generate developer framework and CLI tool should tagged using the `generate` tag. How to use the generate CLI to run this generator ? How to use this generator as a plugin ? How to run a task from a subgenerator ? How to create my own Generate generator ?

generate
0 votes
0 answers
18 views

Liquibase with Gradle - How to generate the current state of the database with the Liquibase using Gradle? [duplicate]

I added the Liquibase to the existing project and would like to generate the current state of the database. But the problem is that the project is using Gradle, and I'm not that familiar with Gradle, ...
J.N.'s user avatar
  • 1
0 votes
1 answer
33 views

Nuxt.js application generating only index.html

I am facing an issue with my Nuxt.js application, which is deployed on an S3 bucket. Despite the configuration, only the index.html page is being generated, and any route other than the root (/) ...
Jean-baptiste REVEL's user avatar
0 votes
0 answers
29 views

Tree-sitter config.json

How do I get tree-sitter generate to create the bindings for the other bindings that are listed either https://tree-sitter.github.io/tree-sitter/#language-bindings or https://tree-sitter.github.io/...
Michael Sayers's user avatar
0 votes
0 answers
17 views

How can I generate model from openApi meta

I am working on system which contains tow pages first one for managing (GET api) services directories the second : has drop-down list for select service(Which i added in first page) and a grid below ...
khaled tarboosh's user avatar
2 votes
1 answer
46 views

Module instantiation when number of ports are dynamic

I'm trying to do a module instantiation. But, the problem is number of ports in my module(x) could change based on a parameter. I'm using this parameter to generate this module(x) as block design and ...
Georgy Paul's user avatar
1 vote
1 answer
227 views

Kotlin global functions not converted to Swift with KMP

I'm working on a Kotlin Multiplatform project where I have some Kotlin functions that are not within a class. According to the documentation, these functions should be directly converted to Swift ...
Shubham Mogarkar's user avatar
0 votes
0 answers
17 views

Can't generate Input Mappings for a SQL query in Data Service

I can't generate input mappings for a SQL query in a data service. Input Mapping setting When I make the call I got this error: [2024-01-02 11:24:11,955] ERROR {DBInOnlyMessageReceiver} - Error in in-...
Elias's user avatar
  • 1
0 votes
1 answer
126 views

Generate a CSV object without a file (in python)

So, I need to generate a CSV object just to POST it to an API (part of the script). I would prefer to avoid saving the file in the server storage (even if it's a temp file) before sending it in the ...
Alejandro's user avatar
  • 511
0 votes
0 answers
100 views

Implementing Shipping Label Generation and Download in a Delivery Management Application: Best Practices and Approach?

I'm currently working on a delivery management application using Postgres, NestJS, and NextJS. I need guidance on implementing a feature for shipping label generation and download. I'm wondering about ...
mohammed shahul's user avatar
1 vote
1 answer
92 views

monte carlo methods (how to get mixed distribution from density function)

Can somebody please help me understand how to do this task: Use mixture distribution concept to generate 4900 pseudo-random numbers f(x) = 0 when x<-6, 4 when -6<=x<0, 3exp(-2.1x) + 2exp(-1....
PKaru's user avatar
  • 21
0 votes
0 answers
194 views

pikle (pkl) file for AI image generator

I'm trying to generate pictures form StyleGAN2-ADA-PyTorch. I'm stuck to the Generate Single Images section where I can't find the pkl file. I'm putting my zip file on the dataset path and on the ...
Yiorgos Paraskeva's user avatar
0 votes
1 answer
281 views

Using org.apache.avro.util.RandomData() to generate JSON sample message from avro schema does not support UNION type

Here is my avro schema. { "namespace": "example.avro", "type": "record", "name": "User", "fields": [ { ...
NoName's user avatar
  • 966
1 vote
1 answer
41 views

Generating tables with unique addresses

I am attempting to insert a series of tables that have values generated by a function. I have noticed that the generated tables all have the same address and thusly only the most recently generated ...
niju's user avatar
  • 15
0 votes
0 answers
87 views

Generating RSA Public and Private Keys in JScript

Hello Stack Overflow community, I'm currently working on a project that requires me to generate RSA public and private keys using JScript. After some research, I came across this JavaScript library ...
Eren Galileo's user avatar
1 vote
1 answer
57 views

How to generate REUSE/SPDX info for a git repo

Intro The REUSE tool from the REUSE project by the Free Software Foundation Europe allows to add, maintain and extract detailed copyright and licensing info on a fine-grained scale, and it does that ...
hoijui's user avatar
  • 3,864

15 30 50 per page
1
2 3 4 5
25