Skip to content
#

spec

Here are 233 public repositories matching this topic...

CVSccorpus
CVSccorpus commented Feb 7, 2019

When making a new "mark as note" the text is duplicated and the resulting note controls/handles move to the top left of the artboard, but the note is visually in another place. after spec export however the note shows up where it was visually.

side note: ive also had to ungroup "note-box" that it creates for spec export to even work with notes
![screen shot 2019-02-07 at 12 25 41 pm](https://u

clintonyeb
clintonyeb commented Jun 19, 2017

Please add descriptions to functions in the source code, to make it easy to read and understand.

Example:

/**
 *   Transforms an input element....
 * @param {Function} successFn callback function in case of valid input
 * @param {Function} failFn callback function in case of invalid input
 * @param {Array} input
 * @returns {*}
 */
const transform = (successFn: Function, failFn
realgenekim
realgenekim commented May 18, 2019

Hi, @gnl — 

Keep up all the amazing work. Just ran into the strange problem... Here's a function without ghostwheel...

(defn should-return-nil
  [x]
  nil)
=> #'x.asin/should-return-nil
(should-return-nil "")
=> nil
(should-return-nil "")
=> nil

And here's the same function with ghostwheel — it returns seemingly random numbers. I'm wondering if I'm doing somethin

openmicroservices.org
mattbishop
mattbishop commented Aug 14, 2017

The docs for "or" look like this:

or (name, ...specs) <-- Looks like you can pass in a bunch of specs like and()

Data must conform to at least one provided spec. The order in which they are validated is not defined. conform returns matched branches along with input data.

const big_or_even = spec.or("big or even", {
  'even': spec.even,
  'big': nr => nr > 1000
})```

Perhaps o
matkoniecz
matkoniecz commented Sep 5, 2018

https://github.com/public-transport/friendly-public-transport-format/blob/master/README.md describes the vision, without any examples of the format itself

it links to https://github.com/public-transport/friendly-public-transport-format/blob/master/spec/readme.md that has no introduction or basic examples. It immediately starts from "In order to be able to use this format in both static data and

Improve this page

Add a description, image, and links to the spec 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 spec topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.