cgarciae
  • Changelog
  • Pypeln
  • docs
    • Advanced Usage
    • Pypeln
    • api
      • process
        • pl.process
        • pl.process.concat
        • pl.process.each
        • pl.process.filter
        • pl.process.flat_map
        • pl.process.from_iterable
        • pl.process.map
        • pl.process.ordered
        • pl.process.run
        • pl.process.to_iterable
      • sync
        • pl.sync
        • pl.sync.concat
        • pl.sync.each
        • pl.sync.filter
        • pl.sync.flat_map
        • pl.sync.from_iterable
        • pl.sync.map
        • pl.sync.ordered
        • pl.sync.run
        • pl.sync.to_iterable
      • task
        • pl.task
        • pl.task.concat
        • pl.task.each
        • pl.task.filter
        • pl.task.flat_map
        • pl.task.from_iterable
        • pl.task.map
        • pl.task.ordered
        • pl.task.run
        • pl.task.to_iterable
      • thread
        • pl.thread
        • pl.thread.concat
        • pl.thread.each
        • pl.thread.filter
        • pl.thread.flat_map
        • pl.thread.from_iterable
        • pl.thread.map
        • pl.thread.ordered
        • pl.thread.run
        • pl.thread.to_iterable
  • .github
    • ISSUE_TEMPLATE
      • bug_report
    • ISSUE_TEMPLATE
      • feature_request
Powered by GitBook
On this page
  1. .github
  2. ISSUE_TEMPLATE

bug_report

Describe the bug A clear and concise description of what the bug is.

Minimal code to reproduce Small snippet that contains a minimal amount of code.

import pypeln

Expected behavior A clear and concise description of what you expected to happen.

Library Info Please provide os info and elegy version.

import pypeln
print(pypeln.__version__)

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

PreviousISSUE_TEMPLATENextISSUE_TEMPLATE

Last updated 4 years ago