Will

Results 21 issues of Will

In CasperJS I would write something like: ``` title = this.evaluate(function() { return $.trim($('.title').text()); }); ``` How can I achieve the same with this wrapper?

I am trying to write a test for the scheduling of task via /worker/schedule. ``` $schedule = new Schedule; $schedule->call(function() { \DB::table('test')->insert(['name' => 'test']); })->everyMinute(); // $events = $schedule->dueEvents($this->app); $headers...

I don't understand the install guide. "Pusher replacement" then goes onto say "Requirements: To make use of the Laravel WebSockets package in combination with Pusher...." But if it's a replacement...

I want to perform an action on the start of all slides, I cannot find any event that triggers for the first slide (the following only triggers from the start...

I am trying to overwrite the styles from within my sfc in the tag and some things are not changing. I then notice, even when I don't include the default...

I am performing a search in a top level directory /Tests. This is verified before I perform the search: `{xxx-xxx.ms-acdc.office.com:993/imap/notls/ssl/user="[email protected]"}Tests` But mail results are being returned from outside this directory,...

question

UK only has 63 cities listed. What is the source of the data? Can the seeds be reproduced? >

How can we add timezone to each city?

enhancement
feature

Setting up as per the example and getting: Error: attribute viewBox: Expected number, "0 0 undefined undefi… Any ideas?

![image](https://user-images.githubusercontent.com/5918271/67927862-f9348100-fbb9-11e9-8798-9aa5f2bdaebc.png) - adds option for gradient: ``` :gradient="[ { offset: 0, color: '#25ba00'}, { offset: 50, color: '#ffc000'}, { offset: 100, color: '#FF0000'} ]" ``` - adds option for rounded:...