Steven Warren
Steven Warren
**Environment Information** - OS [e.g. Mac, Arch, Windows 10]: Mac - Node Version [e.g. 8.2.1]: 8.9.4 - NPM Version [e.g. 5.4.2]: 5.6 - C++ Toolchain [e.g. Visual Studio, llvm, g++]:...
With a component such as: component.Inport.add("in", { datatype: "all" }) component.Inport.add("ctl", { datatype: "object", control: true, required: true }) If you receive more then one packet at "in" before you...
When using asCallback I noticed that two graph instances are being instantiated for each graph component.
Would it be possible for ParquetWriter to write to a node stream? It looks to me like parquet-cpp supports various streams.
Is there a significant performance improvement to be had by optimizing for returning the full text of the stored tree?
You can reduce the size of the JSON output significantly just by dropping the subCounter field as well as empty children fields. toJSON() { return JSON.stringify(this, function(key, value) { return...
There is a JIRA in the arrow javascript project to add the ability to read/write parquet files. Seems a good fit and the original ironSource project is referenced. https://issues.apache.org/jira/browse/ARROW-2786 One...
Mastodon has the ability to follow hashtags. However, this is limited to posts that are already on the server either locally or federated based on followed users. It would be...
I only expose port 443 for my website and likewise only want to expose port 443 for PDS. If browsers don't need port 80, can PDS also drop the port...