Skip to content

issues Search Results · repo:wk8/go-ordered-map language:Go

Filter by

23 results
 (69 ms)

23 results

inwk8/go-ordered-map (press backspace or delete to remove)

Dear all, I am rewriting a medium sized Rust project in Go and in that initial implementation I used an orderedmap implementation (this crate) that has a swap_indices(fromIdx, toIdx) method which is very ...
  • dxps
  • Opened 
    3 days ago
  • #50

First heading has typo Goland ordered map It should be Golang ordered map
  • SahilBheke25
  • Opened 
    on Jan 19
  • #48

Currently, there is no trivial way to replace the key of a pair while keeping the order intact, as far as I m aware.
  • adroslice
  • Opened 
    on Sep 24, 2024
  • #46

Hi @wk8 sorry I tried to fix the CI but circleci haven t released a version for go 1.23 yet need to wait for this PR to merge then it should work https://github.com/CircleCI-Public/cimg-go/pull/300 in ...
  • TristanSpeakEasy
  • 2
  • Opened 
    on Aug 16, 2024
  • #43

Would it be possible to add cbor marshal/demarshal support as well?
  • cheesycod
  • 1
  • Opened 
    on Jun 10, 2024
  • #40

If I had two OrderedMaps, which contain the same elements with the same insertion order, but which were created by different sequences of actions, then those should be equal in an abstract sense. But will ...
  • derelbenkoenig
  • Opened 
    on May 3, 2024
  • #39

To filter elements from the OrderedMap, the most obvious approach would be the following: for pair := om.Oldest(); pair != nil; pair = pair.Next() { if Predicate(pair.Value) { om.Delete(pair.Key) ...
  • WilliamFrei
  • Opened 
    on Apr 8, 2024
  • #38

Do you hope to support configuring the json SetEscapeHTML option? The json library enables EscapeHTML by default. grateful
  • eleztian
  • 1
  • Opened 
    on Nov 2, 2023
  • #37

Using 2.1.8 Having this struct: type A struct { Defaults string `yaml: defaults ` Others orderedmap.OrderedMap[string, string] `yaml: ,inline ` } and this YAML: defaults: some defaults a: a b: ...
  • Antiarchitect
  • 1
  • Opened 
    on Sep 6, 2023
  • #36
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub