cdesch

Results 67 comments of cdesch

No. It seems to install fine with `sudo apt-get install libglib2.0-dev`. I've been able to work with squib using docker for the interim: Create new squib project: ```sh docker run...

The `uniqueidentifer` is a bit of a show stopper. @toddharding did the Erlang ODBC ever get this update? I don't see anything [2.12.1 release notes](http://erlang.org/doc/apps/odbc/notes.html#id61769). I'm not sure how I...

Not having some of these native data types fields supported really hurts any elixir/erlang + MS SQL Server development or applications. I would hope that some of the folks from...

I think it would be nice to be able to have multiple `Cranky.toml`, this way you can have what maybe the something that is the developer's preference, and then the...

I created my own custom `simple_form` helper file: `app/inputs/tempus_dominus_input.rb` ``` class TempusDominusInput < SimpleForm::Inputs::Base def input(wrapper_options) template.content_tag(:div, class: 'input-group date', data: { target_input: 'nearest' }, id: "#{object_name}_#{attribute_name}") do template.concat @builder.text_field(attribute_name,...

Thanks. I just wanted something out of the box that could be easily added using `simple_form` like this: `` Creating a `simple_form` CustomInput works well too... Others might want it...

@epasquali I'm not sure how this relates to the thread. You would need to provide code for anyone to help and the code above does not go into any ERB...

@muhzi4u Did you find a solution for this?

@cllns Were you able to find a way to generate the js source maps for rollbar?

This PR resolves issue [#6](https://github.com/dollarshaveclub/ex_cluster/issues/6)