Greg Edwards
Greg Edwards
I'd love to use this with a JavaScript front-end. Any recommendations for having it work with a JavaScript client over HTTP? Also, are you basing this library on CvRDTs (convergent...
Is it possible (or, could it be made possible) to 1) rollback more than one step at a time, and 2) (ideally) rollback to a specific named or timestamped migration?...
I got this error. Looks like the activesupport gem is not included as a runtime dependency. /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require': cannot load such file -- active_support/core_ext/numeric (LoadError) from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in`require' from /usr/local/lib/ruby/gems/2.0.0/gems/docker-client-0.1.4/lib/docker.rb:1:in `'
How do you do the equivalent of ``` INSERT INTO my_table (my_num, my_str) VALUES ($1,$2) ,($3, $4) ,($5,$6) ... etc. depending on how many records you pass in ``` By...
TL;DR: It appears that Asciidoctor-diagram is taking Mermaid Gantt results, and then forcing all Mermaid Gantt results to fit within 210px height, which causes Gantt charts with more than 8...
Any possibility of getting a Haskell image? Thanks! Awesome work you're doing.
This looks great! I'm about to use it... but then, would you still recommend it, or would you recommend rambda-lens, or any of these others? ``` lenses - Composable kmett...
Great project! `https://avh4.github.io/elm-debug-controls/` demonstrates how to create, view, and interact with (click on and change) a `UploadRequest`, but how would one create and view a `List UploadRequest`? It would be...