Skip to content
#

idl

Here are 150 public repositories matching this topic...

IvanGoncharov
IvanGoncharov commented Sep 14, 2017

Reported by @sepehr500 in #25

Currently, if want to fake a string, I do the following

type CourtCase {
  jurisdiction: String @examples(values: ["DFT", "FUR"])
}

This makes the think that values expects it's value to be an array of whatever the property type is. So it would follow, that if the type was the following,

type CourtCase {
  jurisdiction:
yjaeseok
yjaeseok commented Nov 20, 2017

I'm submitting a ...

  • bug report
  • feature request
  • support request

General infomration

Prerequisites

  • Are you running the latest version?

Description

We have some build warnings.

C:\projects\bacardi\core/js_type_traits.h(54): warning C4244: 'argument': conversion from 'int64_t' to 'double', possible loss of data (compiling source file ..\buil

udoprog
udoprog commented Sep 16, 2018
  • Write reproto comments out into the generated code.
  • Customize the name of the package for which the generated code should be put in, or if each module should have its own package.
  • Follow coding conventions, this will require extending genco.
    • Indentation.
    • Spacing between statements.
    • Best-practices for handling interfaces.
  • [ ]
mts299
mts299 commented Feb 13, 2020

To keep the PR #269 focused on "how to contribute to RST as a new user," I have moved @egthomas discussion to here on the discussion/todo to make a release guideline and formalized way of determining authorship. Thus we are following our communication guidelines.

It may not need to go in the readme or be decided with this pull request, but the procedure for generating the Zenodo/DOI citation

Improve this page

Add a description, image, and links to the idl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the idl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.