Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / buren/honey_format issues and pull requests
#89 - Consider making cell values immutable
Issue -
State: open - Opened by buren over 2 years ago
Labels: enhancement
#70 - Support for adding multiple Rows objects together
Pull Request -
State: closed - Opened by buren about 3 years ago
#69 - Add support for multiple type converters & Add strip converter
Pull Request -
State: closed - Opened by buren over 3 years ago
#68 - Support for multiple/chained converters
Issue -
State: closed - Opened by buren over 3 years ago
- 1 comment
#67 - Remove emoji characters from the header
Issue -
State: open - Opened by buren over 3 years ago
Labels: enhancement
#66 - Ability to add calculated columns
Issue -
State: open - Opened by buren almost 4 years ago
Labels: enhancement
#65 - Raise custom error instead of TypeError/ArgumentError on conversion error
Issue -
State: open - Opened by buren about 4 years ago
Labels: enhancement
#64 - Add Matrix#type_map and ignore non-existing column in the type map
Pull Request -
State: closed - Opened by buren about 4 years ago
- 1 comment
#63 - Fix type_map to allow having non present column without raising
Pull Request -
State: closed - Opened by prem-prakash about 4 years ago
- 6 comments
#62 - Converter fixes
Pull Request -
State: closed - Opened by buren about 4 years ago
#61 - HoneyFormat::ConvertBoolean doesn't return nil if it fails to convert value
Issue -
State: closed - Opened by buren over 4 years ago
- 1 comment
Labels: bug
#60 - Row#to_csv and Rows#to_csv should support header attribute
Issue -
State: open - Opened by buren over 4 years ago
Labels: enhancement
#59 - Add [] method to HoneyFormat::Rows
Issue -
State: closed - Opened by buren over 4 years ago
- 1 comment
Labels: enhancement
#58 - Matrix with date in data and type map date converter converts the data to nil
Issue -
State: closed - Opened by buren almost 5 years ago
Labels: bug
#57 - Support additional header variants
Pull Request -
State: closed - Opened by buren almost 5 years ago
#56 - Add CSV encoding option
Pull Request -
State: closed - Opened by buren almost 5 years ago
#55 - Support CSV encoding paramter
Issue -
State: open - Opened by buren almost 5 years ago
#54 - Improve error handling for header with trailing comma
Issue -
State: open - Opened by buren almost 5 years ago
#53 - Allow simple has key => value header converter
Issue -
State: open - Opened by buren almost 5 years ago
- 1 comment
Labels: enhancement
#52 - Update README.md
Pull Request -
State: closed - Opened by chimame over 5 years ago
- 1 comment
#51 - Update TruffleRuby version from rc3 to rc10
Pull Request -
State: closed - Opened by buren almost 6 years ago
#50 - Update TravisCI text matrix to test Ruby 2.6.0-preview3
Pull Request -
State: closed - Opened by buren almost 6 years ago
#49 - Add support passing a callable object to Registry#call
Pull Request -
State: closed - Opened by buren almost 6 years ago
#48 - Allow type_map argument to be a proc
Issue -
State: closed - Opened by buren almost 6 years ago
#47 - Clean leading <U+FEFF> from header
Issue -
State: closed - Opened by buren almost 6 years ago
#46 - Add delimiter option to all objects that implement #to_csv
Issue -
State: open - Opened by buren almost 6 years ago
#45 - Add default row builder to configuration
Issue -
State: open - Opened by buren almost 6 years ago
#44 - Add performance RoboCop
Issue -
State: open - Opened by buren about 6 years ago
#43 - Add #last to Rows and Header objects
Issue -
State: open - Opened by buren over 6 years ago
Labels: enhancement
#42 - CLI crashes when no input path given
Issue -
State: closed - Opened by buren over 6 years ago
Labels: bug
#41 - Header converter enhancement
Pull Request -
State: closed - Opened by buren over 6 years ago
#40 - Add global config for CSV delimiter, row_delimiter, quote_character and skip_lines
Pull Request -
State: closed - Opened by buren over 6 years ago
#39 - Consider removing /[[:space:]]+/ in HeaderColumnConverter
Issue -
State: closed - Opened by buren over 6 years ago
Labels: enhancement
#38 - Draft of babosa integration
Pull Request -
State: open - Opened by buren over 6 years ago
#37 - Header deduplication strategy
Pull Request -
State: closed - Opened by buren over 6 years ago
#36 - Handle duplicated method names
Issue -
State: closed - Opened by buren over 6 years ago
#35 - Consider transliterating special chars to ruby-safe method names
Issue -
State: open - Opened by buren over 6 years ago
Labels: enhancement
#34 - Converters enhancement
Pull Request -
State: closed - Opened by buren over 6 years ago
#33 - Trailing commas
Pull Request -
State: closed - Opened by buren over 6 years ago
#32 - Header column converter
Pull Request -
State: closed - Opened by buren over 6 years ago
#31 - Smarter header columns converter
Issue -
State: closed - Opened by buren over 6 years ago
- 1 comment
#30 - Handle alternate date formats
Issue -
State: open - Opened by buren over 6 years ago
Labels: enhancement
#29 - File restructure
Pull Request -
State: closed - Opened by buren over 6 years ago
#28 - Add HoundCI config file
Pull Request -
State: closed - Opened by buren over 6 years ago
#27 - Rubocop
Pull Request -
State: closed - Opened by buren over 6 years ago
#26 - Allow unregister of existing value converters
Pull Request -
State: closed - Opened by buren over 6 years ago
#25 - Add hex value converter
Pull Request -
State: closed - Opened by buren over 6 years ago
#24 - Add --type-map option to CLI
Pull Request -
State: closed - Opened by buren over 6 years ago
#23 - Add --type-map CLI argument
Issue -
State: closed - Opened by buren over 6 years ago
#22 - Add support for CSV skip lines
Pull Request -
State: closed - Opened by buren over 6 years ago
#21 - CLI improvements - Input file argument on tail
Pull Request -
State: closed - Opened by buren over 6 years ago
#20 - Additional converters
Pull Request -
State: closed - Opened by buren over 6 years ago
#19 - Implement #empty? in all classes that include Enumerable
Issue -
State: closed - Opened by buren over 6 years ago
#18 - Use CSV::parse with block
Issue -
State: open - Opened by buren over 6 years ago
- 1 comment
Labels: enhancement
#17 - Support ::CSV skip_lines option
Issue -
State: closed - Opened by buren over 6 years ago
#16 - Support for additional CSV options
Issue -
State: closed - Opened by buren over 6 years ago
- 1 comment
#15 - Type mapper
Pull Request -
State: closed - Opened by buren over 6 years ago
#14 - Consider providing support for coercing values
Issue -
State: closed - Opened by buren over 6 years ago
Labels: enhancement
#13 - Add honey_format executable
Pull Request -
State: closed - Opened by buren over 6 years ago
#12 - Swap class names
Pull Request -
State: closed - Opened by buren over 6 years ago
#11 - Add support for filtering what rows are included in #to_csv
Pull Request -
State: closed - Opened by buren over 6 years ago
#10 - Header enhancements & Update error class names
Pull Request -
State: closed - Opened by buren over 6 years ago
#9 - Don't mutate the original CSV header values
Issue -
State: closed - Opened by buren over 6 years ago
#8 - Crashes when header a column is nil
Issue -
State: closed - Opened by buren over 6 years ago
#7 - CSV output quotes
Pull Request -
State: closed - Opened by buren over 6 years ago
#6 - Add #size and #length methods to Header and Rows objects
Pull Request -
State: closed - Opened by buren over 6 years ago
#5 - Don't sanitise each row - only the header
Pull Request -
State: closed - Opened by buren over 6 years ago
#4 - Refactor Header class
Pull Request -
State: closed - Opened by buren over 6 years ago
#3 - Use ::CSV::Converters for better performance
Issue -
State: closed - Opened by buren over 6 years ago
- 2 comments
#2 - to_csv
Pull Request -
State: closed - Opened by buren over 6 years ago
#1 - Custom header mapping
Pull Request -
State: closed - Opened by buren almost 7 years ago