lucky-framework
Here are 37 public repositories matching this topic...
Inline documentation was purposely left off when things were changing, but now the API is starting to stabilize. Adding documentation to the public facing methods would be fantastic.
If you'd like to help, here is how Crystal docs work: https://crystal-lang.org/docs/conventions/documenting_code.html
Feel free to make small PRs so it's easy to review and merge them in :D
Thanks so much for
-
Updated
Oct 9, 2021 - Crystal
-
Updated
Oct 6, 2021 - Crystal
This would allow you to run your flow specs or skip flow specs out of the box crystal spec --tag 'flow' or --tag '~flow'
Move these...
- https://github.com/luckyframework/lucky_flow/blob/b14b8645eb30d78d371c30c3f9a1be15dd403d01/src/lucky_flow.cr#L24-L37
- https://github.com/luckyframework/lucky_flow/blob/b14b8645eb30d78d371c30c3f9a1be15dd403d01/src/lucky_flow.cr#L59-L75
Into a module called LuckyFlow::LuckyHelpers
Will likely require splitting spec into Lucky specific tests.
There should also be a fla
-
Updated
Sep 24, 2021 - Crystal
-
Updated
Oct 6, 2020
-
Updated
Jul 23, 2021 - Crystal
-
Updated
Aug 6, 2021 - Crystal
-
Updated
May 28, 2021 - Crystal
-
Updated
Aug 7, 2021 - Crystal
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Aug 13, 2020 - Lua
-
Updated
Aug 5, 2021 - Crystal
-
Updated
Aug 7, 2021 - Crystal
-
Updated
Nov 5, 2020 - Crystal
-
Updated
May 10, 2021 - Crystal
-
Updated
Sep 28, 2021 - Crystal
-
Updated
Sep 22, 2021 - Crystal
-
Updated
Aug 26, 2020 - HTML
-
Updated
Oct 6, 2021 - Crystal
-
Updated
Oct 6, 2021 - Crystal
-
Updated
Oct 6, 2021 - Crystal
-
Updated
Aug 2, 2021 - Crystal
Improve this page
Add a description, image, and links to the lucky-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lucky-framework topic, visit your repo's landing page and select "manage topics."
https://github.com/luckyframework/lucky/blob/a928465ed27856600f88802712bd40120d13087a/src/lucky_avram/ext/lucky/select_helpers.cr#L19
I remember reading somewhere that
selected="true"is actually an invalid value, though most browsers will still render it properly. We should just convert this to the standard boolean attributes that we use.