code-generator
Here are 720 public repositories matching this topic...
Hello!
I was reading this post: SwiftGen/SwiftGen#228
Seems like one of the user was able to generate .imagestack from the Asset.assets. However when I tried it was only able to generate .imageset files.
Maybe I am missing something? My script is the same as the example one on Github for Assets.
Or is this not supported anymore?
Thanks!
Motivation
In some usecases, we expect to do deepcopy for api types. It would be more efficient to generate deepcopy code for swagger model.
Proposal
Generate DeepCopy() $object
method for each swagger model. We can take reference to https://github.com/kubernetes/code-generator.
Since typescript-generic-sdk
got merged, we need to add docs, usage and examples.
-
Updated
Jun 5, 2020 - Java
We have Javadoc published for each patch release, e.g.:
- https://www.jooq.org/javadoc/3.13.0/org.jooq/org/jooq/conf/RenderQuotedNames.html
- https://www.jooq.org/javadoc/3.13.1/org.jooq/org/jooq/conf/RenderQuotedNames.html
The latest version of the Javadoc for a minor release is currently using an x
for the patch release number:
My presumption is that there should be a way to do this automatically as part of the release process.
I'm not 100% how best to achieve this, so before running with it I'd like to open it out for discussion.
To start things off, this SO question has a few answers/suggestions.
One suggestio
I'm trying to find the docs with the config options for java. I can't find anything on the docs here on github, but if I run $ autorest --help
I see this:
But If i run $ autorest --help --java
there are no java specific config options that exist when running with c#
instead.
autorest 3 beta?
-
Updated
May 26, 2020 - Go
Copying the 25 line sample config exactly as shown, pasting it into a file, and running it with sqlc compile
or sqlc generate
leaves me with the following errors:
test.sql:9:15: syntax error at or near "$"
test.sql:8:1: failed to parse query leading comment
test.sql:19:5: syntax error at or near "$"
test.sql:20:1: syntax error at
-
Updated
Apr 23, 2020 - Java
Prior to moving all Speedment tutorials to the manual from the Wiki page, there was a tutorial on how to plug-in and use custom TypeMappers. Although, the example described in that tutorial covers usage of basic Enums which is now best handled by the dedicated Enum-plugin. Custom TypeMappers are still needed in some case though, hence this tutorial should be updated to cover a more relevant use ca
Various linting tools will throw an error if an anonymous import isn't documented with a comment.
Something like:
import (
"fmt"
"log"
// Import the MySQL driver for database/sql.
_ "github.com/go-sql-driver/mysql"
)
Is this possible using Jennifer?
-
Updated
Feb 23, 2020 - Swift
-
Updated
Apr 28, 2020 - Java
-
Updated
Jun 5, 2020 - PHP
Add function to convert actual gql query to Zeus function so it is easy to start converting from other frameworks to zeus
I haven't validated the theory directly, but I've noticed that casting to a type variable is considered "fully checked" by FreeBuilder's analyser (missing case in CAST_IS_FULLY_CHECKED visitor), so it seems likely.
Very minor issue but also trivial to fix.
We should have a lowering API that let's us specify which dimensions should be hard-coded in the emitted code. In the taco code generator tool (command-line/web) dimensions should not be hard-coded by default.
In the current C++ API, where an expression is with respect to specific tensors (with immutable dimensions) we should hard-code in all dimension sizes.
However, when we design an API t
-
Updated
Aug 13, 2019 - Swift
-
Updated
May 17, 2020 - C#
-
Updated
Jun 3, 2020 - JavaScript
OpenBSD support
Just a thing to link commits to.
-
Updated
May 25, 2020 - FreeMarker
-
Updated
Jun 6, 2020 - JavaScript
I'm not member who contributed to this project.
I'm just new to this celerio-angular-quickstart project and interested in it.
When I tried to make the quickstart run successfully, many issues came out because of incorrect versions I'm using. This project is just out-of-date, and angular is involving too fast.
Here is the correct commands you should use.
Please DO NOT install angular/cli befo
-
Updated
Sep 30, 2019 - JavaScript
When you specify a type through inheritance without an explicit import then you get a compiler error in the doc
task.
This is reproducible in the Lagom Java Chirper Example. Update the project/plugins.sbt
by adding the following to the defaultPlugins
Seq
:
sbtPluginExtra("com.eed3si9n" % "sbt-buildinfo" % "0.7.0", sbtV, scal
Currently ARG_OPTIONAL_BOOLEAN
is displayed like so:
$ ./foo.sh --help
foo!
Usage: ./foo.sh [--(no-)no-deps]
-n,--no-deps,--no-no-deps: some description
With many of those the negating (no-)
text adds a lot of visual noise and can be borderline silly as in the above case. I would imagine that most people have no use for an option flag that equals the application's default va
Improve this page
Add a description, image, and links to the code-generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-generator topic, visit your repo's landing page and select "manage topics."
In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase if nothing changed, improving incremental build time.
How could we improve R.swift‘s behavior here?
Note that I did not yet check if wildcards were allowed in the Input Files field. Or if we could somehow leverage the new File List field.