Crisefd
Crisefd
Hi. One of the dependencies for angular-gettext-tools is [binary-search](https://www.npmjs.com/package/binary-search) Which has a CC0-1.0. Given the license restrictions for that dependency, could there be any legal implication if I use this...
Following the example given at: http://django-datatable-view.appspot.com/x-editable-columns/ I created the view: ``` python class UserDatatableView(XEditableDatatableView, LegacyDatatableMixin): model = User template_name = 'user_list.html' datatable_options = { 'columns': [ ("Nombres", 'first_name', helpers.make_xeditable), ("Apellidos",...
Every time a use the command ionic, It says: `"/bin/sh: 1 Cordova permision denied"` So I have to use sudo to execute. The problem is that when building the app...