10 Matching Annotations
- Mar 2021
-
github.com github.com
-
The guard name defaults to default and can be set via name:. This allows having multiple guards.
-
- Feb 2021
-
trailblazer.to trailblazer.to
-
# Yes, you can use lambdas as steps, too! step ->(ctx, params:, **) { params.is_a?(Hash) }
-
-
trailblazer.to trailblazer.to
-
A nested activity doesn’t have to have two ends, only.
-
Please note that I/O works for both “simple” tasks as well as nested activities.
-
-
github.com github.com
-
Note that it's perfectly fine to add errors during execution. Not all errors have to come from type checking or validation.
-
-
github.com github.com
-
*initialize* also supports passing resources (also attributes if you would # like to) manually
-
- Jan 2021
-
svelte.dev svelte.dev
-
It must be called during the component's initialisation (but doesn't need to live inside the component; it can be called from an external module).
-
- Dec 2020
-
github.com github.com
-
Fixes #1037 allow slotted components via making <Component> <Inner slot="foo" /> </Component> as a sugar syntax for <Component> <svelte:fragment slot="foo"> <Inner /> </svelte:fragment> </Component>
-
-
svelte.dev svelte.dev
-
It's possible to have multiple event listeners for the same event
Tags
Annotators
URL
-
- Sep 2020
-
final-form.org final-form.org
-
More than one subscriber can subscribe to the same field.
-