Jay Hayes
Jay Hayes
Accessing lists is slower than maps, because list must be traversed to find elements. https://github.com/iamvery/elixir-koans/pull/25/files
i.e. `[foo: :bar] == [{:foo, :bar}]`
They're used pretty heavily. Should determine if it adds to the readability or detracts from it...
The output from https://github.com/neo/ruby_koans is absolutely lovely. Would be wonderful to emulate. - [x] success/failure progress - #8 - [ ] process bar for all lessons - [ ] custom...
Would be nice to have some way to auto run the koans. Could use [fswatch](https://github.com/emcrisostomo/fswatch) or something like [mix test.watch](https://github.com/lpil/mix-test.watch).
What if I'd like to have spaces between HTML nodes? Like, when using formatting HTML tags. Say you have HTML as such: ``` This is a test. ``` This would...
Has the official repository been moved over to @adamcooper? It would probably help everyone feel a little more comfortable using this gem if the rubygems.org namespace and such were in...
👋 I'll say up front that this was difficult to narrow down, and I'm still not certain of the root cause. It's unclear to me whether it's ultimately on the...
I have to fight the urge to handle data-props defined with a hyphen, e.g. `data-prop="new-post"`. Right now it's apparently a compiler error in the template...
Is https://github.com/iamvery/ratchet/pull/21 a concern? It seems to still be problematic... ### attributes: ### rendered markup: ### click: So the question is, does this matter? What if any are the attack...