Eric J. Smith
Eric J. Smith
Have you looked at TypeScript and Dart? It's amazing how much better tooling can get when type information is available. Obviously the types wouldn't effect run time behavior, but simply...
Any chance you will be updating this to work on the latest dart runtime soon?
I'm looking to build a GUI builder for conditions and simple statements. It seems like I would want to make the GUI build up an ES tree and persist that...
# Feature Request My OTLP server has a self-signed SSL certificate, but there is no way for me to configure the `GrpcChannelOptions` in order to customize how the certificates are...
I have an application which requires knowledge of where nodes start and end relative to the source HTML content. I know that adding this information would be a bit of...
- concurrent dictionary per topic that has a channel of messages. - publish sends a message to the channel based on the topic for the message - by default the...
# Benefits - Job / process / container consolidation - We control which message types are handled by a given process - Single process can handle many message types -...
- work items go away, queues go away. everything consolidated down to just messaging - will be easy to handle random messages like you can with work items currently -...
Adding a cache tagging feature would allow us to invalidate keys when we otherwise wouldn't be able to. http://stackify.com/implementing-cache-tagging-redis/