Inada Naoki

Results 343 comments of Inada Naoki

I'm strong -1 to change. msgpack is widely used format like JSON. I feel your idea should be implemented as new other serialization format.

64bit integer is supported already. This issue is for very long (4GB+) binary data. I don't want it.

I think it should be application's matter, since msgpack should keep compatibility with old data.

I dislike to extend msgpack format. I like stable format like JSON.

I think supporting every usecase makes msgpack complicated. I don't want to use complicated format.

msgpack spec specifies format, not semantics. The words "sequence of" just means how elements of array and map are stored. How it should be decoded is completely different thing.

What is the LICENSE for? Redistributing the specification? Using format described in specification? I think you can use format freely since format is not protected by Copyright. In other words,...

blurb and news entry are described in https://devguide.python.org/committing/#updating-news-and-what-s-new-in-python Maybe, it's old workflow. Contributor writes patch without news. Core developer commit the patch with news. In current workflow, we ask contributors...

> Have you checked that Cython doesn't use this API? It has a leading underscore, so in theory, we are free to remove it. Isn't documented, and there are no...

I don't want to recommend to create PAT manually. Users can use SSH, CredentialManager, or create PAT automatically with `gh auth login` too. I prefer just adding a link to...