Skip to content

issues Search Results · repo:JuliaFolds/SplittablesBase.jl language:Julia

Filter by

18 results
 (80 ms)

18 results

inJuliaFolds/SplittablesBase.jl (press backspace or delete to remove)

using ThreadsX, Dictionaries julia maximum(dictionary([1 = 10, 2 = 20])) 20 julia ThreadsX.maximum(dictionary([1 = 10, 2 = 20])) ERROR: MethodError: no method matching halve(::Dictionary{Int64, ...
  • jariji
  • Opened 
    on Nov 3, 2023
  • #71

Project.toml currently lists Test under [deps], which also pulls in InteractiveUtils, Logging, Markdown, etc. making this package quite heavy. This was probably not intended. It should be enough to have ...
  • perrutquist
  • Opened 
    on Sep 21, 2022
  • #70

The current implementation of halve(zip(xs...)) essentially amounts to zip(map(halve, xs)...). This causes a problem when halve splits collections differently. Each half is then a zip of different-length ...
  • perrutquist
  • 2
  • Opened 
    on Jun 24, 2022
  • #68

I was wondering if you d be open to supporting chunks (similar to Rust s chunks) in addition to halves in the package.
  • Tokazama
  • 3
  • Opened 
    on Apr 27, 2022
  • #67

This issue is used to trigger TagBot; feel free to unsubscribe. If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions ...
  • JuliaTagBot
  • 5
  • Opened 
    on Jan 17, 2021
  • #62

@JuliaRegistrator register(branch=release)
no changelog
  • tkf
  • 1
  • Opened 
    on Jul 11, 2020
  • #52

@JuliaRegistrator register(branch=release)
no changelog
  • tkf
  • 1
  • Opened 
    on Jun 28, 2020
  • #48

@JuliaRegistrator register(branch=release)
no changelog
  • tkf
  • 1
  • Opened 
    on Jun 7, 2020
  • #43

@JuliaRegistrator register(branch=release)
no changelog
  • tkf
  • 3
  • Opened 
    on May 31, 2020
  • #39

@JuliaRegistrator register(branch=release)
no changelog
  • tkf
  • 1
  • Opened 
    on May 20, 2020
  • #35
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 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