spec
Here are 233 public repositories matching this topic...
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

(binding [s/*explain-out* expound/printer]
(s/explain-str :foobar/name "")
))lein test
s/*explain-out* should control the success message, not the outer functions
Workaround is
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
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 "")
=> nilAnd here's the same function with ghostwheel — it returns seemingly random numbers. I'm wondering if I'm doing somethin
-
Updated
Dec 9, 2019 - Clojure
See firsttimersonly.com.
This could serve as a good forcing function towards improving our contribution guidelines, documentation, and making our community more welcoming to newbies.
-
Updated
Apr 29, 2020 - Clojure
-
Updated
Jun 2, 2020 - TypeScript
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
-
Updated
Aug 30, 2017 - Ruby
-
Updated
Aug 10, 2019 - Clojure
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
-
Updated
Nov 22, 2019 - Clojure
-
Updated
Sep 11, 2018 - JavaScript
Improve this page
Add a description, image, and links to the spec topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spec topic, visit your repo's landing page and select "manage topics."
The callable constructor proposal was withdrawn because "the same problems can be solved with decorators" but the readme here doesn't show examples of that. Can you please update that for reference? It would be really helpful.