Roy Jacobs

Results 72 comments of Roy Jacobs

Thanks, I committed it: acd5ea49b4c062949de25143162f031ff98c87da.

Hmm, that's unfortunate. I don't think there would be any objections if this change is reverted?

No, `copy` should be okay. Can you put up a reproduction scenario on jsfiddle?

Hi Travis, I currently don't have the time to maintain this project. There has been some discussion going on [here](https://groups.google.com/forum/?fromgroups#!searchin/knockoutjs/mapping/knockoutjs/0cZAAVloRDw/KeswfigPmpoJ) for a potential replacement. You are also welcome to fork...

The plugin is designed to always take the full state from the server and map it to the state in javascript. If you want to work with subsets, you will...

Yep, that's a bug as well. As long as you're in a fixing mood... :) Seriously though, thanks for reporting this. If you can easily fix it, please go ahead,...

We'd also love it if this could be merged. The current [`ExtensionCodec` example](https://github.com/msgpack/msgpack-javascript/blob/main/README.md#handling-bigint-with-extensioncodec) isn't really usable since it encodes large integers as strings, which would require special casing on the...

A polite bump...is anyone working on this?

Just as an exercise I removed the references to `getCPUTable` and the hardware features table and replaced them with some dummy values (1 CPU, no features). This caused the rest...