Skip to content
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

Provide a writer for a map / double map #292

Open
zambrovski opened this issue Nov 16, 2022 · 0 comments
Open

Provide a writer for a map / double map #292

zambrovski opened this issue Nov 16, 2022 · 0 comments
Labels
Type: enhancement New feature or request
Milestone

Comments

@zambrovski
Copy link
Member

Scenario

If I want to write to an existing map (instead of building a map on the fly with the builder) there is no current support from the library.

Current Behaviour

Currently, only a builder for the map is available.

Wanted Behaviour

A writer should be available for writing to:

  • one map (local and global will end up in the same map)
  • two maps (local and global are separate)

Possible Workarounds

Implement the writer on the fly.

@zambrovski zambrovski added the Type: enhancement New feature or request label Nov 16, 2022
@zambrovski zambrovski modified the milestones: BACKLOG, 1.3.0 Nov 16, 2022
@zambrovski zambrovski modified the milestones: 1.3.0, 1.4.0, BACKLOG Oct 6, 2023
@zambrovski zambrovski modified the milestones: BACKLOG, 2.0.0 Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant