Mitchell Tannenbaum

Results 184 comments of Mitchell Tannenbaum

It seems like you're describing [Actix](https://github.com/actix/actix) exactly. The [Actix Book](https://actix.rs/book/actix) explanations for `SyncArbiter` and `Arbiter` match these concurrency examples, afaict. In my case, I'm working on using Actix in the...

I don't use windows, but https://alternativeto.net/software/homebrew/ gives Ninite and Chocolately. I've used Chocolatey once, and it was good. Searching its package database shows nothing for https://chocolatey.org/packages?q=libvpx and https://chocolatey.org/packages?q=opus has https://chocolatey.org/packages/opus-tools...

> should it be optional? (no imo) Default makes sense to me. An `--immediate` / `-i` option could start it without delay. > what style (i think it should go...

afaict, `actix-net` has several, almost unrelated, libraries in it. I don't mean that `actix-lua` could change to leverage its web or even networking related libraries, rather `actix-rt` looks like a...

@adjivas: dot's limits prompted me to open #5 as a way around rust-dot, then seeing this [SVG Comparison of Pyramids](https://upload.wikimedia.org/wikipedia/commons/3/3e/Comparison_of_pyramids.svg) now lead me to believe that dot only helps with...

(inspired by https://github.com/Geal/nom/issues/14)

some links that look useful for this: [SVG Tutorial on Fills and Strokes](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Fills_and_Strokes) and [Change svg color](https://stackoverflow.com/questions/22252472/change-svg-color)

Here's a [well-styled component](https://i.imgur.com/y22pJjW.png) display, from [Dynamic Progamming: First Principles](https://news.ycombinator.com/item?id=15545686) It makes nice use of icons and collapse, which could also apply per element. (also on hover)

@adjivas thanks for your reply and your work. I added an issue upstream, so hopefully it will hit someone's radar who can make it happen. Hypothetically for now then, does...

I can sorta imagine what those would look like in relation to the diagram above, and they seem to cover it from two different angles. I believe it'd make a...