Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / crystal-community/msgpack-crystal issues and pull requests

#70 - Let the Crystal compiler assign default values

Pull Request - State: closed - Opened by jgaskins over 1 year ago - 2 comments

#69 - Add support for stdlib discriminator pattern

Pull Request - State: closed - Opened by jgaskins about 3 years ago

#68 - Type discriminator

Issue - State: closed - Opened by jgaskins about 3 years ago - 2 comments

#67 - WIP: Optional zero copy slices when unpacking

Pull Request - State: closed - Opened by didactic-drunk over 3 years ago - 3 comments

#66 - have Serializable override inspect?

Issue - State: open - Opened by will over 4 years ago - 2 comments

#65 - Fix parsing floats when in a union with a class that starts with "Int"

Pull Request - State: closed - Opened by willhbr almost 5 years ago - 1 comment

#64 - Fix method documentation type

Pull Request - State: closed - Opened by albertorestifo almost 5 years ago - 1 comment

#63 - Update for 0.34.0

Pull Request - State: closed - Opened by willhbr almost 5 years ago - 1 comment

#62 - Stop Float from always being parsed ahead of Int in unions

Pull Request - State: closed - Opened by willhbr almost 5 years ago

#61 - Add MessagePack::Any convenience wrapper

Pull Request - State: closed - Opened by willhbr almost 5 years ago - 1 comment

#60 - Unpack bin format into Bytes instead of String

Pull Request - State: closed - Opened by willhbr almost 5 years ago - 5 comments

#59 - Missing Timestamp extension type

Issue - State: open - Opened by didactic-drunk over 5 years ago - 2 comments

#58 - Shall not include Time conversion by default

Issue - State: open - Opened by vladfaust almost 6 years ago - 11 comments

#57 - Update Serializable docs

Pull Request - State: closed - Opened by vladfaust almost 6 years ago - 1 comment

#56 - Can't infer the type of instance variable '@var_present'

Issue - State: closed - Opened by vladfaust almost 6 years ago - 5 comments

#55 - Typo

Issue - State: closed - Opened by vladfaust almost 6 years ago

#54 - Rewrite Unpacker logic, changed Token, Lexer and Unpacker

Pull Request - State: closed - Opened by kostya about 6 years ago

#53 - Add new unpacker on tokens array

Pull Request - State: closed - Opened by kostya about 6 years ago

#52 - Broken stream reading, when type mismatch

Issue - State: closed - Opened by kostya about 6 years ago

#51 - Fix #50, `NamedTuple.from_msgpack` has correct return type now.

Pull Request - State: closed - Opened by xqyww123 about 6 years ago - 1 comment

#50 - The fix of #49 doesn't cover type restriction.

Issue - State: closed - Opened by xqyww123 about 6 years ago - 1 comment

#49 - Bad process on nil

Issue - State: closed - Opened by xqyww123 about 6 years ago - 2 comments

#48 - Support for missing or optional

Issue - State: closed - Opened by xqyww123 about 6 years ago - 1 comment

#47 - Prefer Enums over Symbols for Token type

Pull Request - State: closed - Opened by Fryguy about 6 years ago - 2 comments

#46 - Support tarantool serializable

Issue - State: closed - Opened by delef over 6 years ago - 3 comments

#45 - Add MessagePack::Serializable, using crystal 0.25 annotation feature

Pull Request - State: closed - Opened by kostya over 6 years ago

#44 - Add support for type extension

Issue - State: closed - Opened by bew almost 7 years ago - 4 comments

#43 - add emit_nulls for mappings

Pull Request - State: closed - Opened by kostya almost 7 years ago

#42 - fix specs and link to travis ci in readme

Pull Request - State: closed - Opened by mamantoha about 7 years ago - 1 comment

#41 - Allow specifying a default value for Hash with from_msgpack

Pull Request - State: closed - Opened by hinrik about 7 years ago - 1 comment

#40 - Capitalize Exception messages in specs

Pull Request - State: closed - Opened by Sija over 7 years ago - 1 comment

#39 - Capitalize Exception messages

Pull Request - State: closed - Opened by Sija over 7 years ago

#38 - Capitalize Exception messages

Pull Request - State: closed - Opened by Sija over 7 years ago - 1 comment

#37 - Update README.md to use new repository scope

Pull Request - State: closed - Opened by bew over 7 years ago

#36 - Added getter/setter options to the mapping macro as in JSON.mapping

Pull Request - State: closed - Opened by abidon over 7 years ago - 1 comment

#35 - Error while building with Crystal 0.21

Issue - State: closed - Opened by bararchy almost 8 years ago - 1 comment

#34 - Crash in mapping

Issue - State: closed - Opened by bararchy about 8 years ago - 3 comments

#33 - Support for nested Hash

Issue - State: closed - Opened by bararchy about 8 years ago - 2 comments

#32 - not correct handle union type in mapping

Issue - State: closed - Opened by kostya about 8 years ago

#31 - Prevents failed nightly builds to affect status

Pull Request - State: closed - Opened by luislavena over 8 years ago

#30 - Remove global variable usage from bench scripts

Pull Request - State: closed - Opened by luislavena over 8 years ago - 2 comments

#29 - Parsing an unknown data structure.

Issue - State: closed - Opened by jaitaiwan over 8 years ago - 1 comment

#28 - added enum support

Pull Request - State: closed - Opened by benoist over 8 years ago

#27 - update crystal to 0.17, fix #26

Pull Request - State: closed - Opened by kostya over 8 years ago

#26 - not compiled with crystal 0.17

Issue - State: closed - Opened by kostya over 8 years ago

#25 - Update crystal

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#24 - Failed giving version

Issue - State: closed - Opened by waghanza almost 9 years ago - 1 comment

#23 - Packing array of hashes

Issue - State: closed - Opened by waghanza almost 9 years ago - 11 comments

#22 - support binary to avoid InvalidByteSequenceError

Pull Request - State: closed - Opened by maiha almost 9 years ago - 7 comments

#21 - Use prefetch token

Pull Request - State: closed - Opened by kostya almost 9 years ago - 2 comments

#20 - Pull parser

Pull Request - State: closed - Opened by benoist almost 9 years ago - 5 comments

#19 - lexer can block before returning last token

Issue - State: closed - Opened by bebac almost 9 years ago - 7 comments

#18 - Cleanups

Pull Request - State: closed - Opened by kostya almost 9 years ago

#17 - Improve benchmarks

Pull Request - State: closed - Opened by kostya almost 9 years ago

#16 - Fix packing Ints

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#15 - Pack small better benchmarks, add failed spec

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#14 - more benchmarks

Pull Request - State: closed - Opened by kostya almost 9 years ago

#13 - pack int and uint in the smallest size possible fixes #12

Pull Request - State: closed - Opened by benoist almost 9 years ago - 5 comments

#12 - different encoding ints

Issue - State: closed - Opened by kostya almost 9 years ago - 2 comments

#11 - add mappings

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#10 - Unpacker optimizations and simplifications

Pull Request - State: closed - Opened by asterite almost 9 years ago - 1 comment

#9 - Benchmark for unpacker

Pull Request - State: closed - Opened by kostya almost 9 years ago - 6 comments

#8 - add benchmarks, comparing with ruby

Pull Request - State: closed - Opened by kostya almost 9 years ago - 12 comments

#7 - Add more crystal types

Pull Request - State: closed - Opened by kostya almost 9 years ago

#6 - fix unicode strings

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#5 - Methods write_hash_start(length) and write_array_start(length)

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#4 - Faster strings write

Pull Request - State: closed - Opened by kostya almost 9 years ago - 1 comment

#3 - Allow to write hash and array by parts

Issue - State: closed - Opened by kostya about 9 years ago - 7 comments

#2 - how to use it?

Issue - State: closed - Opened by kostya about 9 years ago - 1 comment

#1 - MessagePack.pack should return String instead of Array[UInt8]

Pull Request - State: closed - Opened by Xanders over 9 years ago - 3 comments