gudata

Results 9 comments of gudata

I have posted the wrong error, now I have correct the question. It seems that the .js file is loaded and I see it there. The problem is in the...

This kind of autocomplete http://www.htmlcodetutorial.com/forms/_INPUT_AUTOCOMPLETE.html I get it in Chrome when I click no the edit field, and in FF it appears when I do second click in the field.

Yes, and it should be merged on line 20 at http://github.com/elandesign/formtastic_calendar/blob/master/lib/formtastic_calendar.rb

Here is my initialization for simple_form and materialize https://gist.github.com/gudata/d3fb9e480ffe6190e0803993b9fcdd13 It is draft because I haven't cover ALL the components. But a majority of them are working.

Not sure but I think the idea for the logging is that anyone can easly patch and create loggers / formatters to send the logs where they want (for example...

My first thouthgs were that workspaces are great for managing environments but then I found in the docs that they are not recommended. Is this still valid or the context...

Thank you for the advice, it helped. When there is a curvature, it is reasonable to have a frame (or a black unusable background). but sometimes the frame is white...

I was missing the ```.prettierrc``` file. when added the error changed :) Javascript is so fun !