Patrick Hesselberg
Patrick Hesselberg
Created a quickfix for my own app until this has been fixed: ``` data() { return { atSearch: '', } } ... handleAt: function(chunk) { // See https://github.com/fritx/vue-at/issues/65 if (this.atSearch...
If you click "details" doesn't it say "Approve" or something like that? No idea about adding users as a validator - I will find out!
While we wait for this to get merged in here is a little filter that might help you: ``` add_filter( 'cmb2_render_pw_map', function() { wp_deregister_script( 'pw-google-maps-api' ); wp_register_script( 'pw-google-maps-api', '//maps.googleapis.com/maps/api/js?libraries=places&key=', null,...
@owenvoke Thanks! I really agree with you. Setting `--ci` in CI by default seems like a very Laravel-y thing to do. I personally would like it to automatically resolve that...