Matt Bishop

Results 32 issues of Matt Bishop

I am looking at using XRegExp in a long-running server, where user-supplied regex statements are compiled and used to match values. Internally, XRegExp uses a cache mechanism to avoid recompiling...

I find I sometimes have to wrap single values from a data source as an IterableWithOperators for consumption later, and it would be nice if I could pass one into...

When msgpack-lite encodes a `number` primitive type, the actual encoded value will be either in the Int family or the Float family. While the msgpack spec does allow for serializing...

I have found with node 12.22.1 that flatstr's performance is not that different from node now and in some cases is running slower. Is it getting time to retire flatstr...

Thank you for publishing this codec. Would you consider supporting a visible character set? I want to use encoded strings in data and it would help to be able to...

I want to use SonicBoom with nodes' pipe() and pipeline() functions, but as an EventEmitter, it cannot play directly. A SonicBoomWritableStream would have the extra methods to make it a...

This one http://clojurescriptkoans.com/#conditionals/1 It also kills safari and opera.

I tried to drag an avi file called "Léon.avi" into videomonkey 0.12 and it crashed hard. I renamed the file to "Leon.avi" and it worked like a charm.

Serious Bug

The request package has been deprecated (see the big red warning sign here: https://www.npmjs.com/package/request) Perhaps node-fetch? https://www.npmjs.com/package/node-fetch

This might be too much code for your preference. I'm OK going back to number constants too.