stevensonmt
stevensonmt
- My programming background is ... self taught novice - I want to learn Elm because ... intro to functional paradigm, TEA makes web app design sensible to me -...
I have an issue when listening for longer periods that the spotifyd connection gets reset but because it happens silently systemd does not see it as a failure and does...
I'm trying to set the background of the list_select example to a transparent color. On lines 112 - 114 I have ``` widget::Canvas::new() .color(conrod_core::color::TRANSPARENT) .set(ids.canvas, ui); ``` The background remains...
I'd like to pass the path of a file created in a FakeFileSystem as an arg to another command. But that path does not include any designation for looking in...
Can you tell me how this project will differ or improve upon the volt framework? Did you consider taking over the Volt development instead of starting from scratch?
Addresses #44
- **fix #80** - **ready for PR**
test sizeof/1 (Graph.UtilsTest) `assert 440 = sizeof(String.duplicate("bar", 128))` ``` left: 440 right: 456 ``` > I can't comment on what's going on here, but on my system 456 seems to...
Similar to #80 with likely similar fix. ~25x speedup for graph with 1M vertices/edges in iex for: ``` g = (Graph.new() |> Graph.add_edges(Enum.map(1..1_000_000, fn i -> {i, 1_000_000 - i}...