-
Updated
Jun 2, 2020 - JavaScript
composable
Here are 61 public repositories matching this topic...
-
Updated
May 13, 2020 - Go
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Jan 20, 2020 - C++
Adding a let r2 = new Router({prefix: 'a'}).loadMethods().get('/', (ctx, next) => {ctx.body='supposed to be at /api/a/'; return next();}) with let r1 = new Router({prefix: 'api'}).addRoutes(r2); does not result in a callable route. Actually koa-better-router crashes with not having any routes.
And using extend -> let r1 = new Router({prefix: 'api'}).extend(r2); will loose all prefix inf
-
Updated
Mar 14, 2020 - JavaScript
Hey, all!
As Zedux ramps up for its first pre-release (v0.1.0!), I just wanted to make a general request for feedback. Feel free to comment on this issue.
Some idea sparkers:
- How are you using Zedux?
- Do you see any flaws in the api? Anything that's unnecessarily difficult to use/remember?
- Is there any documentation that's unclear?
- Are there any examples you'd like to see?
Of
-
Updated
Jun 20, 2020 - Kotlin
-
Updated
Mar 29, 2020 - TypeScript
Unit tests
$ go test -cover -race ./... (328ms)
ok github.com/SentimensRG/ctx 1.035s coverage: 73.0% of statements
ok github.com/SentimensRG/ctx/mergectx 1.711s coverage: 54.0% of statements
ok github.com/SentimensRG/ctx/refctx 1.032s coverage: 75.0% of statements
? github.com/SentimensRG/ctx/sigctx [no test files]
-
Updated
Sep 19, 2018 - JavaScript
-
Updated
Oct 18, 2019 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Oct 5, 2017 - Elixir
-
Updated
Sep 2, 2017 - JavaScript
-
Updated
Dec 3, 2019 - PHP
-
Updated
May 17, 2020 - JavaScript
-
Updated
Nov 21, 2018 - Haskell
I wish your documentation took the default redux example and showed how your library simplified it. Then show a more complex example.... and simplify that.
Now the quick documentation doesn't help at all, as it shows nothing and you have to go to the same page in UIKit documentation to fix it. We need to copy the documentation for the UIKit types
-
Updated
Sep 25, 2017 - JavaScript
Currently, help functions accept any array of strings. It would be nice if help parameter can be narrowed down to specific union of string tuples.
For example: Let's say our application supports a main command and 3 subcommands which are foo, bar, and bar baz, then type of cmdPath parameter of help of main command should be [] | ['foo'] | ['bar'] | ['bar', 'baz']
-
Updated
Oct 29, 2019 - Java
-
Updated
May 24, 2020 - Rust
-
Updated
Jun 19, 2020 - Scala
-
Updated
Nov 2, 2019 - JavaScript
Improve this page
Add a description, image, and links to the composable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the composable topic, visit your repo's landing page and select "manage topics."


Most of the examples in the documentation are missing the new
errorattribute and need to be updated.Additionally, we should explain the new
errorattribute inFormand clarify thefieldsproperty inForm.fill.