Zack
Zack
It's 7 years since the last commit, but there's an Erlang library that might work: https://github.com/antoniogarrote/erlfaye
Faye is used in [Restforce](https://github.com/restforce/restforce#streaming), the Ruby library I'm working with currently. It's known to only work with a specific version. I wonder why the implementation is so finicky? It...
Salesforce itself provides the server mechanisms for the CometD/Bayeux Protocol implementation. The Pixie repo implements both the server and client portions, but it's still worth referencing. For ExForce, we'd only...
I ran into this CI issue with my PR a while back and had to some different minor versions as old ones had their repos taken down. https://github.com/stevensonmt/libgraph/pull/1 adjusts the...
I've been using this PR inside https://github.com/zblanco/runic for some time now as a way to keep causal runtime edges produced during DAG executions from increasing the dataflow traversal costs. It...