composition
Here are 360 public repositories matching this topic...
contributing.md
We need a contributing.md doc that shares community conventions.
Stamp conventions
- Naming stamps:
your-module-name-stamp - Keywords for
package.json:stamp,stampit
Automatic code quality conventions 😎
- Use the prod-module-boilerplate (soon to be replaced with `npm install -g cloverfield cf-package
I really like the idea of this project -- I think there's a lot of room for making animation in react simpler. However, I think you need better documentation / examples. I tried using this in a project I'm working on today and for the life of me I couldn't get it working. The cloned repo and example worked fine -- but when I tried to apply it to my own code... well, nothing worked.
It'd be nice
I think it would be useful to add a mention about Async streams (IAsyncEnumerable) when a developer wants to tackle 'Handle streams of data' problem.
-
Updated
Jul 10, 2020 - Swift
when the label in the link is not in the current frame no effect will be seen.
The frame that contains the label should be made active.
if there are more than one label with the same name we should scroll to all of them.
IMPORTANT: this issue doesn’t have high priority. If this is too complex to implement we should discuss if there is an easy solution.
Add a window about the program
This step allows users to identify project information, host new contributors, and even an error reporting button and a donation button
-
Updated
Jun 2, 2020 - JavaScript
This temporary documentation repo is meant for testing out the new doc toolchain to provide better cross-package navigation and a (hopefully) generally improved experience... This doc repo consist of over 8000 markdown files and I cannot check them all myself for issues (of which there are still many
Description
To bring it in-line with the other Crocks we need to add in descriptive documentation for the List crock with examples
Task List
- Add main List.md file to 'docs/src/pages/docs/crocks/' based on the others
- Ensure it has the correct 'weight'
- Locate all references to
Listand update it to link to the newListdocumentation. Reference the section
In traditional 'state machines' usually, there is a way to disallow a transition. Perhaps based on business rules, consider the example of a cash register state machine.
You may have a cash register that starts with $100 in it. You may have a 'withdraw' action that lets you take money out. How would you prevent the following scenario:
CashRegister
.balance.withdraw(20)
.-
Updated
Jul 11, 2020 - C++
-
Updated
Dec 6, 2019 - C#
-
Updated
May 19, 2020
What:
If I am a contributor and decide to improve the documentation I cannot do it unless I have an access into Atomic Layout's GitBook organization.
Why:
Current documentation repository is an artifact of the deployed documentation on GitBook. Since the current GitBook is a paid SaaS, as opposite to its previous OSS version, you c
-
Updated
Sep 30, 2018 - Python
Is your feature request related to a problem? Please describe.
No tests currently written for components
Describe the solution you'd like
Write tests in jest :)
This current codebase is setup to work with Jest and @vue/test-utils out of the box.
I am by far the least qualified person to review your work, but I find it relentlessly fascinating. I want your work to gain more traction, but I think that English is not your first language. I would like to offer my help to do some editing on your FP-complete posts to make them sound more natural in English. I can't offer much, but as I read through them I could offer some edits/questions that m
-
Updated
Nov 24, 2019 - JavaScript
Some methods have been introduced later. Right now lint doesn't warn for such calls. It warns for AppCompatActivity but not for CompositeActivity. I.e. Activity#isDestroyedI()
The @RequiresApi annotation could be added for such methods. It could be generated by the platform-tools/api/api-versions.xml which is used for lint warnings.
-
Updated
May 30, 2017 - TypeScript
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jun 23, 2020 - Swift
-
Updated
Jun 3, 2020 - JavaScript
Hi
Regarding this pull request jfairbank/revalidate#46
I expect the following code to work :
export const passwordFieldValidator = composeValidators(
isRequired({
id: 'error.password.required',
description: 'Error message password required',
defaultMessage: 'You must provide a password'
}),
hasLengthGreaterThan(5)(
id: 'error.password.requ
We were experiencing a lot of timeout issues with services and compoxure felt really slow. I just found that upping the UV_THREADPOOL_SIZE variable really speeds things up a lot. I guess it would be a good idea to document this, and of course I'm now wondering if there are other things that can speed up compoxure as well?
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Oct 15, 2019 - JavaScript
The docs do not show an example of resolveDependees. I am getting an error when trying to create a resolver the following way:
const poolShareValue = pipeResolvers(
resolveDependees(['totalPoolShares', 'poolValue']),
([totalPoolShares, poolValue]) => {
const ethPerShare = totalPoolShares.toNumber() > 0 ? parseFloat(utils.formatEther(poolValue)) / totalPoolShares.toNumber() :Improve this page
Add a description, image, and links to the composition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the composition topic, visit your repo's landing page and select "manage topics."
It says there is good resources and the first title on the landing page says that those practices are bad and should not be used any more. Maybe find something else to link to make that point?