issues Search Results · repo:IceDragon200/kuddle language:Elixir
Filter by
2 results
(66 ms)2 results
inIceDragon200/kuddle (press backspace or delete to remove)i thought it d be neat to have:
@spec decode!(String.t()) :: document()
@spec encode!(document()) :: String.t()
for when you are certain that a configuration is valid
ember-ana
- 1
- Opened on Jan 27
- #3
hiya! not sure if i am misunderstanding the typespecs, but shouldn t the following examples be:
Kuddle.decode/1, Kuddle.V2.decode/1
{:ok, [%Node{name: node }], } = Kuddle.decode( node )
# instead ...
ember-ana
- 3
- Opened on Jan 27
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.