Skip to content

Issues: rust-unofficial/patterns

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Incorrect text in Command pattern description A-pattern Area: Content about Patterns C-amendment Category: Amendments to existing content good first issue Good for newcomers
#346 opened Feb 18, 2023 by izderadicka
Clarify naming convention of build() in section 3.2.1 A-pattern Area: Content about Patterns C-clarification Category: Content that clarifies existing content good first issue Good for newcomers
#338 opened Jan 10, 2023 by ElykDeer
Borrow Checker Patterns A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before E-help wanted Call for participation: Help is requested to fix this issue
#335 opened Dec 24, 2022 by simonsan
Add double panic mentioning for RAII guards A-pattern Area: Content about Patterns C-amendment Category: Amendments to existing content good first issue Good for newcomers
#327 opened Nov 27, 2022 by nandesu-utils
Rewrite RAII pattern article to adapt to OBRM terminology A-pattern Area: Content about Patterns C-amendment Category: Amendments to existing content
#322 opened Oct 11, 2022 by 9SMTM6
Fold section - relating it to map A-pattern Area: Content about Patterns C-amendment Category: Amendments to existing content C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#268 opened Aug 7, 2021 by EdmundsEcho
Add example for static dispatch with enums to Command pattern A-pattern Area: Content about Patterns C-enhancement Category: Enhancements to content
#252 opened Mar 30, 2021 by simonsan
Memento A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before
#234 opened Feb 22, 2021 by simonsan
Mediator A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before
#233 opened Feb 22, 2021 by simonsan
Prototype A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before
#232 opened Feb 22, 2021 by simonsan
Bridge A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before
#231 opened Feb 22, 2021 by simonsan
Composite A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before
#230 opened Feb 22, 2021 by simonsan
Iterator A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#229 opened Feb 22, 2021 by simonsan
State A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#227 opened Feb 22, 2021 by simonsan
Singleton A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#226 opened Feb 22, 2021 by simonsan
Abstract Factory A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#225 opened Feb 22, 2021 by simonsan
Factory Method A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#224 opened Feb 22, 2021 by simonsan
Proxy A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#223 opened Feb 22, 2021 by simonsan
Decorator A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#222 opened Feb 22, 2021 by simonsan
Adapter A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#221 opened Feb 22, 2021 by simonsan
Chain of Responsibility A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#220 opened Feb 22, 2021 by simonsan
Wrapping errors A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content
#214 opened Jan 25, 2021 by simonsan
Module/code organization A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before good first issue Good for newcomers
#212 opened Jan 23, 2021 by fade2black
Graphs A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before C-needs discussion Area: Something that is not clear to everyone if it fixes something/adds valuable content E-help wanted Call for participation: Help is requested to fix this issue
#202 opened Jan 14, 2021 by simonsan
Circular references (bidirectional linked lists, etc) A-pattern Area: Content about Patterns C-addition Category: Adding new content, something that didn't exist in the repository before
#197 opened Jan 10, 2021 by vchekan
ProTip! Exclude everything labeled bug with -label:bug.