Jorge Daniel Sampayo Vargas

Results 11 comments of Jorge Daniel Sampayo Vargas

It appears your last class should be Account and not Customer doesn't?

Hello Winston, Thank you very much for your feedback, I had read the links you provided me, unfortunately I'm unable to see how to implement the redraw of the graph...

Had the same issue than @svergeylen , what worked for me is to use this file instead: https://github.com/selectize/selectize.js/blob/master/dist/css/selectize.bootstrap4.css

In a project that is not using Webpack, added the solution of @tagliala in location `vendor/assets/javascripts/data-confirm-modal.js` and replaced: ``` import jQuery from 'jquery' import Rails from '@rails/ujs' import { onDOMContentLoaded...

I think you need to create a `WashOut::Type` class, this is how I map mine: ``` class Soap::Account < WashOut::Type map name: :string, balance: :double, minimum_balance: :double, currency: :string end...

@betarelease this is what I hate about the "standards" of SOAP, there are too much flavors, I had problems to make my WSDL Apache CXF valid and TIBCO compatible, in...

@betarelease I'm just a mortal, we should wait for @inossidabile guidance

I have Xubuntu 15.04 and it uses always aroung 4% - 5% Here a shot: http://screencloud.net/v/42c1

I encountered the same error on the program iTerm2, also on a Mac, as you did. While searching for a solution, I found this issue page and wanted to share...